Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by CGI Group Team. If you also belong to the team, you can get access from here

CGI Group Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

CGI Group Devops Engineer Interview Questions and Answers

Updated 7 Jun 2024

8 Interview questions

A Devops Engineer was asked
Q. What is AWS Secrets Manager?
Ans. 

AWS Secret Manager is a service that helps you protect access to your applications, services, and IT resources.

  • It allows you to securely store, manage, and retrieve sensitive credentials and configuration data.

  • You can rotate, manage, and retrieve secrets throughout their lifecycle.

  • Integrates with AWS services like Lambda, EC2, RDS, and more for secure access to secrets.

  • Helps you meet security and compliance requir...

A Devops Engineer was asked
Q. Explain the CI/CD pipeline.
Ans. 

CI/CD pipeline is a set of automated processes that allow developers to continuously integrate code changes and deploy them to production.

  • Continuous Integration (CI) involves automatically building and testing code changes as they are committed to a shared repository.

  • Continuous Deployment (CD) involves automatically deploying code changes to production environments after passing automated tests.

  • CI/CD pipelines typ...

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How can you run a Docker command remotely on a Linux server witho ... read more
asked in Lentra AI
Q2. If you want to connect multiple VPCs, and you have two or three V ... read more
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. What Docker command can you use to transfer an image from one mac ... read more
A Devops Engineer was asked
Q. Why use a GitOps tool?
Ans. 

GitOps tools help automate infrastructure management, version control, and deployment processes.

  • Enables infrastructure as code practices

  • Facilitates version control for infrastructure configurations

  • Automates deployment processes

  • Promotes collaboration and visibility among team members

  • Examples: Argo CD, Flux, Jenkins X

A Devops Engineer was asked
Q. Explain DaemonSet in Kubernetes.
Ans. 

DaemonSet ensures that all or some nodes run a copy of a Pod

  • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in the cluster

  • It is useful for running a single instance of a Pod on every node, such as log collection or monitoring agents

  • DaemonSet automatically adds or removes Pods as nodes are added or removed from the cluster

A Devops Engineer was asked
Q. Explain the networking services in AWS.
Ans. 

AWS provides a variety of networking services to help users manage their network infrastructure.

  • Virtual Private Cloud (VPC) allows users to create isolated networks within the AWS cloud

  • Elastic Load Balancing distributes incoming traffic across multiple instances to ensure high availability

  • Route 53 is a scalable domain name system (DNS) web service

  • Direct Connect allows users to establish a dedicated network connect...

What are the roles & responsibilities of a Devops Engineer at CGI Group?

CI/CD Management

  • Design and maintain CI/CD pipelines for software delivery
  • Automate deployment processes and version control

Read full roles & responsibilities

A Devops Engineer was asked
Q. What is a Terraform module?
Ans. 

Terraform module is a reusable, configurable, and self-contained collection of Terraform resources.

  • Terraform modules help organize and reuse code for infrastructure components

  • Modules can be shared and reused across different projects

  • Modules can have input variables to customize their behavior

  • Modules can output values that can be used by other parts of the infrastructure code

CGI Group HR Interview Questions

67 questions and answers

Q. What was your area of expertise or domain?
Q. What do you hope to gain from this industry?
Q. What is your self-introduction?
A Devops Engineer was asked
Q. What type of Jenkins jobs have you created?
Ans. 

I have created various types of Jenkins jobs including build, deployment, testing, and automation jobs.

  • Build jobs for compiling and packaging code

  • Deployment jobs for deploying code to different environments

  • Testing jobs for running automated tests

  • Automation jobs for performing routine tasks

  • Parameterized jobs for customizing job runs

  • Pipeline jobs for creating complex workflows

  • Scheduled jobs for running jobs at speci...

Are these interview questions helpful?
A Devops Engineer was asked
Q. What is VPC and its components?
Ans. 

VPC stands for Virtual Private Cloud. It is a virtual network dedicated to a user's AWS account.

  • VPC allows users to launch AWS resources into a virtual network

  • Components of VPC include subnets, route tables, internet gateways, network ACLs, security groups, and VPC endpoints

  • VPC provides users with control over their virtual networking environment

  • Users can customize their VPC by selecting their own IP address range...

CGI Group Devops Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain CI/CD pipeline .
  • Ans. 

    CI/CD pipeline is a set of automated processes that allow developers to continuously integrate code changes and deploy them to production.

    • Continuous Integration (CI) involves automatically building and testing code changes as they are committed to a shared repository.

    • Continuous Deployment (CD) involves automatically deploying code changes to production environments after passing automated tests.

    • CI/CD pipelines typicall...

  • Answered by AI
  • Q2. Explain daemonset in kubernetes.
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the networking services in AWS.
  • Q2. What is terraform module?
  • Ans. 

    Terraform module is a reusable, configurable, and self-contained collection of Terraform resources.

    • Terraform modules help organize and reuse code for infrastructure components

    • Modules can be shared and reused across different projects

    • Modules can have input variables to customize their behavior

    • Modules can output values that can be used by other parts of the infrastructure code

  • Answered by AI
Round 3 - Client Interview 

(2 Questions)

  • Q1. Why GitOps tool ?
  • Ans. 

    GitOps tools help automate infrastructure management, version control, and deployment processes.

    • Enables infrastructure as code practices

    • Facilitates version control for infrastructure configurations

    • Automates deployment processes

    • Promotes collaboration and visibility among team members

    • Examples: Argo CD, Flux, Jenkins X

  • Answered by AI
  • Q2. What is AWS secret manager?
  • Ans. 

    AWS Secret Manager is a service that helps you protect access to your applications, services, and IT resources.

    • It allows you to securely store, manage, and retrieve sensitive credentials and configuration data.

    • You can rotate, manage, and retrieve secrets throughout their lifecycle.

    • Integrates with AWS services like Lambda, EC2, RDS, and more for secure access to secrets.

    • Helps you meet security and compliance requirement...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is VPC and it's components?
  • Q2. What type of jenkins jobs have you created
  • Ans. 

    I have created various types of Jenkins jobs including build, deployment, testing, and automation jobs.

    • Build jobs for compiling and packaging code

    • Deployment jobs for deploying code to different environments

    • Testing jobs for running automated tests

    • Automation jobs for performing routine tasks

    • Parameterized jobs for customizing job runs

    • Pipeline jobs for creating complex workflows

    • Scheduled jobs for running jobs at specific t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in basics of DevOps and its tools. The interview will be short and more into Technical.

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about CGI Group?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to networking, cloud.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Well. Prepare for networking concepts, cloud concepts, I would recommend to go through Microsoft Azure Az 900 certificate. It is easy certificate and well start for your cloud journey.

I applied via LinkedIn and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Package and joininv date
Round 2 - HR 

(1 Question)

  • Q1. Salary expected and location constraints

Interview Preparation Tips

Interview preparation tips for other job seekers - Study aws lambda, aws vpc, ansible, aws cloud , aws databases, cludformation, s3 amd aws ami

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked questions on the skills that mentioned on resume, artifactory,sonar,jenkins,git?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare the skills that you have mentioned on your resume

Interview Questionnaire 

1 Question

  • Q1. About k8s, docker file, k8s components, jenkins, git, ansible etc

Devops Engineer Interview Questions & Answers

Capgemini user image yaramareddy sushma

posted on 3 Sep 2021

Interview Questionnaire 

1 Question

  • Q1. What is stash
  • Ans. 

    Stash is a Git repository management tool that allows users to stash changes without committing them.

    • Stash is a feature of Git that allows users to temporarily save changes without committing them to the repository.

    • It is useful for when a user needs to switch to a different branch or work on a different feature without losing their current changes.

    • Stash can also be used to save changes that are not yet ready to be comm...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice to have video face to face interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain CICD pipelines which you hava followed?
  • Q2. Introduce yourself towards the role you have worked on?
  • Ans. 

    Experienced DevOps Engineer with a strong background in CI/CD, cloud infrastructure, and automation tools.

    • Over 5 years of experience in DevOps practices, focusing on continuous integration and continuous deployment.

    • Proficient in using tools like Jenkins and GitLab CI for automating build and deployment processes.

    • Implemented infrastructure as code using Terraform and AWS CloudFormation, improving deployment speed by 30%...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Bold enough to face the interviewers
Ask more questions to them about company and work culture

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. CICD process
  • Ans. 

    CICD process is a software development approach that automates the building, testing, and deployment of code changes.

    • CICD stands for Continuous Integration and Continuous Deployment

    • It involves automating the entire software development process

    • It helps in reducing errors and improving the quality of the code

    • Tools like Jenkins, GitLab, and Travis CI are used for CICD

    • Example: Code changes are automatically built, tested, ...

  • Answered by AI
  • Q2. Terraform
  • Q3. Pipeline stages
  • Ans. 

    Pipeline stages are the different steps involved in the continuous delivery process.

    • Pipeline stages include building, testing, deploying, and monitoring.

    • Each stage has its own set of tools and processes.

    • Stages can be automated to ensure consistency and efficiency.

    • Examples of tools used in pipeline stages include Jenkins, Git, Docker, and Kubernetes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview contains two rounds, first round was technical round, the interviewer was very kind and asked on the topics of CICD process, Terraform and Pipeline stages. The second round was HR round, asked on the basic stuffs like my likes and dislikes and any appreciation that I received.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. What are day to day activities.
  • Ans. 

    Day to day activities of a DevOps Engineer

    • Collaborating with development and operations teams

    • Automating deployment processes

    • Monitoring system performance and troubleshooting issues

    • Managing infrastructure and cloud services

    • Implementing security measures

    • Continuous improvement of processes and systems

  • Answered by AI
Round 3 - Aptitude Test 

Explain about the ci/cd set up of your project

CGI Group Interview FAQs

How many rounds are there in CGI Group Devops Engineer interview?
CGI Group interview process usually has 3 rounds. The most common rounds in the CGI Group interview process are Technical and Client Interview.
How to prepare for CGI Group Devops Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at CGI Group. The most common topics and skills that interviewers at CGI Group expect are CGI, Python, Linux, Devops and Automation.
What are the top questions asked in CGI Group Devops Engineer interview?

Some of the top questions asked at the CGI Group Devops Engineer interview -

  1. What type of jenkins jobs have you crea...read more
  2. What is VPC and it's componen...read more
  3. What is AWS secret manag...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

IBM Devops Engineer Interview Questions
3.9
 • 2.5k Interviews
View all
CGI Group Devops Engineer Salary
based on 438 salaries
₹5.2 L/yr - ₹13 L/yr
At par with the average Devops Engineer Salary in India
View more details

CGI Group Devops Engineer Reviews and Ratings

based on 27 reviews

4.3/5

Rating in categories

3.8

Skill development

4.2

Work-life balance

3.4

Salary

4.2

Job security

4.1

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 27 Reviews and Ratings
Devops Engineer

Hyderabad / Secunderabad,

Chennai

+1

5-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
8.5k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Senior Software Engineer
7.7k salaries
unlock blur

₹8.9 L/yr - ₹19 L/yr

Lead Analyst
3.3k salaries
unlock blur

₹15.2 L/yr - ₹26.6 L/yr

Associate Software Engineer
2k salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Senior Test Engineer
1.3k salaries
unlock blur

₹9.9 L/yr - ₹18 L/yr

Explore more salaries
Compare CGI Group with

Accenture

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Genpact

3.7
Compare
write
Share an Interview