Upload Button Icon Add office photos
Engaged Employer

i

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

Capgemini Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 39.6k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Devops Engineer Interview Questions, Process, and Tips

Updated 20 Dec 2024

Top Capgemini Devops Engineer Interview Questions and Answers

View all 22 questions

Capgemini Devops Engineer Interview Experiences

22 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on codedeploy
  • Q2. Ansible related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Questions about deployment
  • Q2. Terraform questions
Round 3 - Technical 

(2 Questions)

  • Q1. Deployment related
  • Q2. Explain my previous project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Features used ingcp
  • Ans. 

    Google Cloud Platform (GCP) offers a wide range of features for DevOps engineers to utilize.

    • Compute Engine for virtual machines

    • Cloud Storage for object storage

    • Cloud Functions for serverless computing

    • Cloud Pub/Sub for messaging and event-driven systems

    • Cloud Logging for monitoring and logging

    • Cloud Monitoring for performance monitoring

    • Cloud Deployment Manager for infrastructure as code

  • Answered by AI
  • Q2. Difference between statefulset and deployment
  • Ans. 

    StatefulSet is used for stateful applications with stable, unique network identifiers. Deployment is for stateless applications.

    • StatefulSet manages stateful applications with stable, unique network identifiers

    • StatefulSet maintains a sticky identity for each pod, even if it is rescheduled

    • Deployment is used for stateless applications that can be easily replaced or replicated

    • Deployment manages stateless pods and can scale

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions Asked at Other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contai ... 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 NumberYou are given an integer ‘N’ and there is a hidde ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Architecture of Kubernetes
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Kubernetes follows a master-slave architecture with a master node that controls multiple worker nodes.

    • Master node includes components like API server, scheduler, controller manager, and etcd.

    • Worker nodes run containers and include components like kubelet, kube-proxy, and con...

  • Answered by AI
  • Q2. Questions around Kafka, Git, Github comands

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is devops in cloud
  • Ans. 

    DevOps in cloud refers to the practice of using DevOps principles and practices in a cloud computing environment.

    • Automating infrastructure provisioning and management

    • Continuous integration and deployment

    • Monitoring and logging in cloud environments

    • Collaboration between development and operations teams

    • Using tools like AWS, Azure, or Google Cloud Platform

  • Answered by AI
  • Q2. What is kubernetes
  • Ans. 

    Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • Kubernetes helps in automating the deployment, scaling, and management of containerized applications.

    • It provides features like automatic scaling, self-healing, load balancing, and rolling updates.

    • Kubernetes uses declarative configuration to define the desired state of the applic...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Why u left last company
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for career advancement

    • Limited opportunities for growth in previous role

    • Looking for new challenges and experiences

  • Answered by AI

Skills evaluated in this interview

Capgemini interview questions for designations

 Devops

 (2)

 AWS Devops Engineer

 (3)

 Senior Devops Engineer

 (1)

 Devops Consultant

 (1)

 Lead DevOps Engineer

 (1)

 Azure DevOps Engineer

 (1)

 DevOps Engineer L2

 (1)

 DevOps Site Reliability Engineer

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How would you access onprem artifacts in public cloud
  • Ans. 

    Accessing onprem artifacts in public cloud involves setting up a secure connection and using appropriate tools.

    • Establish a secure VPN connection between onprem and public cloud

    • Use tools like AWS Direct Connect or Azure ExpressRoute for dedicated connections

    • Utilize hybrid cloud solutions like AWS Outposts or Azure Stack for seamless integration

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Capgemini Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic question related to DevOps
  • Q2. Cicd arch and python

Devops Engineer Jobs at Capgemini

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. 1. What is CI/CD
  • Ans. 

    CI/CD stands for Continuous Integration/Continuous Deployment. It is a software development practice that enables frequent and automated code integration, testing, and deployment.

    • CI/CD is a set of practices and tools that automate the process of integrating code changes into a shared repository, testing them, and deploying them to production.

    • Continuous Integration involves regularly merging code changes from multiple d...

  • Answered by AI
  • Q2. 2. Will you write groovy script in Jenkins pipeline
  • Ans. 

    Yes

    • Groovy scripts are commonly used in Jenkins pipelines for automation and customization

    • They allow for more complex logic and functionality compared to declarative pipelines

    • Examples include defining stages, steps, and conditions in the pipeline script

  • Answered by AI
  • Q3. 3. What is Docker
  • Ans. 

    Docker is an open-source platform that allows you to automate the deployment, scaling, and management of applications using containerization.

    • Docker is a containerization technology that packages applications and their dependencies into isolated containers.

    • It provides a lightweight and portable environment for running applications consistently across different systems.

    • Docker allows for easy deployment and scaling of app...

  • Answered by AI
  • Q4. 4. What is kubernetes
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Kubernetes is used to manage and automate the deployment of containerized applications.

    • It provides features like automatic scaling, load balancing, and self-healing.

    • Kubernetes allows for easy management of containers across multiple hosts and clusters.

    • It provides a declarati...

  • Answered by AI
  • Q5. 5. How will continues integration will happen in Jenkins
  • Ans. 

    Continuous integration in Jenkins is achieved through the use of build triggers and pipelines.

    • Jenkins allows developers to set up build triggers that automatically start a build process whenever changes are pushed to the repository.

    • Build pipelines can be created in Jenkins to define the stages and actions required for continuous integration.

    • Jenkins can integrate with version control systems like Git to fetch the latest...

  • Answered by AI
  • Q6. 6. What are the features in jenkins
  • Ans. 

    Jenkins is an open-source automation server with features like continuous integration, build automation, and deployment.

    • Continuous integration and delivery

    • Build automation

    • Distributed builds

    • Extensibility through plugins

    • Easy installation and configuration

    • Support for various version control systems

    • Integration with other tools and services

    • Monitoring and reporting

    • Security and access control

  • Answered by AI
  • Q7. 7. What is kubernetes
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Kubernetes is used to manage and automate the deployment of containerized applications.

    • It provides features like automatic scaling, load balancing, and self-healing.

    • Kubernetes allows for easy management of containers across multiple hosts and clusters.

    • It provides a declarati...

  • Answered by AI
  • Q8. 8. What is continuous integration
  • Ans. 

    Continuous integration is a software development practice where developers frequently merge their code changes into a central repository.

    • It involves automating the build, test, and deployment processes.

    • It helps identify and fix integration issues early in the development cycle.

    • It promotes collaboration and reduces the risk of conflicts between code changes.

    • Popular tools for continuous integration include Jenkins, Travi

  • Answered by AI
  • Q9. 9. What is the purpose of webhook
  • Ans. 

    Webhooks are a way for applications to communicate with each other in real-time by sending HTTP requests.

    • Webhooks allow applications to receive real-time notifications or data updates.

    • They eliminate the need for constant polling by providing a push mechanism.

    • Webhooks are commonly used in various scenarios like integrating third-party services, triggering events, or automating workflows.

    • Examples include receiving notifi...

  • Answered by AI
  • Q10. 10. Git commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Need well preparation

Skills evaluated in this interview

Devops Engineer interview

user image Drunken Engineer

posted on 16 Nov 2021

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Question around azure devops
Round 2 - Technical 

(1 Question)

  • Q1. Question around azure devops
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Introduction, DevOps Tools, Notice Period, Location

Capgemini Interview FAQs

How many rounds are there in Capgemini Devops Engineer interview?
Capgemini interview process usually has 1-2 rounds. The most common rounds in the Capgemini interview process are Technical, HR and Resume Shortlist.
How to prepare for Capgemini 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 Capgemini. The most common topics and skills that interviewers at Capgemini expect are Devops, Python, Linux, Jenkins and AWS.
What are the top questions asked in Capgemini Devops Engineer interview?

Some of the top questions asked at the Capgemini Devops Engineer interview -

  1. whats CI-CD, how did you configure it, which monitoring software you u...read more
  2. Explain CICD pipelines which you hava follow...read more
  3. 5. How will continues integration will happen in Jenk...read more

Tell us how to improve this page.

Capgemini Devops Engineer Interview Process

based on 13 interviews in last 1 year

2 Interview rounds

  • Technical Round 1
  • Technical Round 2
View more

People are getting interviews through

based on 10 Capgemini interviews
Job Portal
Company Website
Referral
40%
10%
10%
40% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Capgemini Devops Engineer Salary
based on 2.9k salaries
₹3.2 L/yr - ₹15.4 L/yr
5% more than the average Devops Engineer Salary in India
View more details

Capgemini Devops Engineer Reviews and Ratings

based on 108 reviews

3.9/5

Rating in categories

3.9

Skill development

3.8

Work-Life balance

3.2

Salary & Benefits

4.0

Job Security

4.0

Company culture

3.0

Promotions/Appraisal

3.7

Work Satisfaction

Explore 108 Reviews and Ratings
Platform Devops Engineer

Pune

6-9 Yrs

Not Disclosed

DEVOPS ENGINEER

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

DevOps Engineer

Bangalore / Bengaluru

6-11 Yrs

Not Disclosed

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
52k salaries
unlock blur

₹2.9 L/yr - ₹11.8 L/yr

Senior Consultant
46k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.6k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
19.9k salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview