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 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

CGI Group Devops Engineer Interview Questions, Process, and Tips

Updated 7 Jun 2024

Top CGI Group Devops Engineer Interview Questions and Answers

View all 8 questions

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.
  • 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

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. 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 connection b...

  • Answered by AI
  • 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?
  • 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, cre

  • Answered by AI
  • 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

Devops Engineer Interview Questions Asked at Other Companies

Q1. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
asked in Siemens
Q3. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more

Devops Engineer Jobs at CGI Group

View all

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 Naukri.com and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic Exam about your knowledge.

Round 2 - Group Discussion 

We have to speak out properly and clear with our opinion.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about some Technical and level of our confidence.
Round 4 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Tell me about yourself.
  • Q5. Why are you looking for a change?
  • Q6. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and feel free to attend the interview. Be confidence.

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 Questionnaire 

1 Question

  • Q1. Basic questions about automation tools like Jenkins and docker

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.

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Total 4 rounds excluding 1 assessment which is easy. 3 technical rounds and 1 HR round
  • Q2. Asked about Terraform, Docker, Kubernetes and Jenkins

Interview Preparation Tips

Interview preparation tips for other job seekers - For good results, kindly sharpen the basics of the tools used in the project.
Also, try to explain in a proper way how you contributed in present organization.

Interview Questionnaire 

1 Question

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

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

Interview Questionnaire 

2 Questions

  • Q1. Why do you want this job?
  • Q2. In my career, i am sure of one thing and that is I want to build a decent career in my current domain.

Interview Preparation Tips

Interview preparation tips for other job seekers - perpare a few questions

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 terraform modu...read more

Tell us how to improve this page.

CGI Group Devops Engineer Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more
CGI Group Devops Engineer Salary
based on 360 salaries
₹2.8 L/yr - ₹11.1 L/yr
25% less than the average Devops Engineer Salary in India
View more details

CGI Group Devops Engineer Reviews and Ratings

based on 25 reviews

4.4/5

Rating in categories

4.0

Skill development

4.3

Work-life balance

3.6

Salary

4.2

Job security

4.3

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 25 Reviews and Ratings
DevOps Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Explore more jobs
Software Engineer
8.1k salaries
unlock blur

₹3.8 L/yr - ₹12 L/yr

Senior Software Engineer
7.3k salaries
unlock blur

₹6.2 L/yr - ₹23 L/yr

Lead Analyst
3.1k salaries
unlock blur

₹10 L/yr - ₹31 L/yr

Associate Software Engineer
1.9k salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Senior Test Engineer
1.2k salaries
unlock blur

₹6 L/yr - ₹18.6 L/yr

Explore more salaries
Compare CGI Group with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview