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

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Senior Devops Engineer Interview Questions and Answers for Experienced

Updated 11 Feb 2025

Capgemini Senior Devops Engineer Interview Experiences for Experienced

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. DevOps Advanced questions with CICD, Application Deployment stages and troubleshooting part
  • Q2. Terraform Hands on Deployments for both Infrastructure & Application Deployment
  • Ans. 

    Terraform is used for both infrastructure and application deployments.

    • Terraform allows for defining infrastructure as code, making it easy to manage and deploy infrastructure resources.

    • It can also be used to deploy applications by defining the necessary configurations and dependencies.

    • Terraform supports various cloud providers such as AWS, Azure, and Google Cloud, making it versatile for different deployment scenarios.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More into Architecture & Cost Optimization Solutions & Cloud Security best practices
  • Q2. Team Management, Leader Ship skills

Interview Preparation Tips

Interview preparation tips for other job seekers - My experience with Capgemini is really good, the overall process with HR & Technical really very nice in terms of feedback & regularly updates, Thank you CG be a part of CG family !

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to devops and considering my experience some team management questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have in-depth knowledge on skill

Senior Devops Engineer Interview Questions Asked at Other Companies for Experienced

Q1. If storage is full what to do on on- premises servers
Q2. How to check installed softwares in ubuntu machine
Q3. How to do partition in centos linux machine
Q4. How to keep static ip for onpremise server?
Q5. What do know about Auto scaling and load balancing in AWS?

Interview questions from similar companies

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

They given me assignment related to my job

Interview Preparation Tips

Interview preparation tips for other job seekers - They will only raise questions from the task you did in your previous organization. Practice on every type of skills you added in you resume.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your job role.
  • Ans. 

    As a Sr Devops Engineer, my job role involves managing and improving the infrastructure, deployment pipelines, and automation processes to support development teams.

    • Managing and maintaining infrastructure using tools like Terraform, Ansible, or Kubernetes

    • Designing and implementing CI/CD pipelines for automated testing and deployment

    • Monitoring system performance and troubleshooting issues

    • Collaborating with development t...

  • Answered by AI
  • Q2. My company migrate on- premises server to aws rds what points to remeber during this migration.
Round 2 - Technical 

(3 Questions)

  • Q1. Jenkins CI-CD Pipelines how to declare that and how to integrate which plung'ins to integrated with jenkins actually plung'ins name.
  • Ans. 

    Jenkins CI-CD pipelines are declared using Jenkinsfile and can be integrated with various plugins for additional functionality.

    • Declare Jenkins CI-CD pipelines using Jenkinsfile in the root directory of the project.

    • Integrate plugins like Git, Docker, Slack, SonarQube, etc., for specific functionalities.

    • Use declarative syntax or scripted syntax in Jenkinsfile based on requirements.

    • Configure stages, steps, post actions, a...

  • Answered by AI
  • Q2. Write terra form to create multipal EC2 instances.
  • Ans. 

    Use Terraform to create multiple EC2 instances

    • Use Terraform's EC2 instance resource to define the instances

    • Specify the number of instances using count parameter

    • Use a for_each loop to create multiple instances with unique names and configurations

  • Answered by AI
  • Q3. Write to playbook for spinup to Tom cat server.
  • Ans. 

    Playbook for spinning up a Tomcat server

    • Install Java on the server

    • Download and extract Tomcat

    • Configure Tomcat server.xml file

    • Start the Tomcat server

    • Verify Tomcat is running

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2022. There were 4 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 

(1 Question)

  • Q1. Aws infra , VpC , EC2
Round 3 - One-on-one 

(1 Question)

  • Q1. Gitlab , Terraform , Ansible related
Round 4 - HR 

(1 Question)

  • Q1. Interest , why cognizant .

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your basics and keep your urself updated with new Technologies

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics in resume and all the projects you have worked on mostly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be ready and prepared with your resume.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly Cloud related questions
Round 2 - Technical 

(1 Question)

  • Q1. If round 1 is clear , then be confident in round 2
Round 3 - HR 

(1 Question)

  • Q1. Salary related mainly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the GitHub Actions and usages
  • Ans. 

    GitHub Actions is a CI/CD tool provided by GitHub for automating workflows and tasks in software development.

    • GitHub Actions allows you to automate tasks like building, testing, and deploying code directly from your GitHub repository.

    • You can create custom workflows using YAML files to define the actions to be taken based on events like push, pull request, or issue creation.

    • GitHub Actions supports a wide range of program...

  • Answered by AI
  • Q2. CI/CD pipeline and explain in detail
  • Ans. 

    CI/CD pipeline automates the process of integrating code changes and deploying them to production.

    • CI/CD stands for Continuous Integration/Continuous Deployment

    • Automates the process of building, testing, and deploying code changes

    • Helps in detecting and fixing integration errors early in the development cycle

    • Uses tools like Jenkins, GitLab CI/CD, Travis CI, etc.

    • Ensures faster delivery of code changes to production

  • Answered by AI
  • Q3. Detailed questions on Terraform
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Jenkins ci-cd meaning
  • Q2. Grep and egrep in linux
  • Ans. 

    grep and egrep are command line tools used for searching text patterns in files in Linux.

    • grep is a basic command line tool for searching text patterns in files.

    • egrep is an extended version of grep with support for regular expressions.

    • grep is case-sensitive by default, use -i flag for case-insensitive search.

    • egrep supports extended regular expressions without escaping special characters.

    • Example: grep 'pattern' file.txt

    • E

  • Answered by AI
  • Q3. How to print forth coloumn
  • Ans. 

    Use awk command to print the fourth column of a file

    • Use awk command with '{print $4}' to print the fourth column of a file

    • Example: awk '{print $4}' file.txt

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to call APIs in Python
  • Ans. 

    To call APIs in Python, you can use libraries like requests or urllib.

    • Use the requests library to make HTTP requests to APIs

    • Send GET, POST, PUT, DELETE requests using requests library

    • Parse JSON responses using the json module

  • Answered by AI
  • Q2. How to write script to configure Veracode with ADO
  • Ans. 

    To configure Veracode with ADO, you can write a script that automates the process of setting up the integration.

    • Use Veracode API to authenticate and interact with Veracode services

    • Create a script that retrieves Veracode API credentials from ADO secure variables

    • Automate the process of configuring Veracode settings in ADO pipelines

  • Answered by AI

Skills evaluated in this interview

Capgemini Interview FAQs

How many rounds are there in Capgemini Senior Devops Engineer interview for experienced candidates?
Capgemini interview process for experienced candidates usually has 2 rounds. The most common rounds in the Capgemini interview process for experienced candidates are Technical.
How to prepare for Capgemini Senior Devops Engineer interview for experienced candidates?
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 Linux, Python, Application Development, Github and JIRA.
What are the top questions asked in Capgemini Senior Devops Engineer interview for experienced candidates?

Some of the top questions asked at the Capgemini Senior Devops Engineer interview for experienced candidates -

  1. Terraform Hands on Deployments for both Infrastructure & Application Deploym...read more
  2. DevOps Advanced questions with CICD, Application Deployment stages and troubles...read more
  3. More into Architecture & Cost Optimization Solutions & Cloud Security best prac...read more

Tell us how to improve this page.

Capgemini Senior Devops Engineer Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more
Capgemini Senior Devops Engineer Salary
based on 263 salaries
₹6 L/yr - ₹23.3 L/yr
22% less than the average Senior Devops Engineer Salary in India
View more details

Capgemini Senior Devops Engineer Reviews and Ratings

based on 18 reviews

2.7/5

Rating in categories

2.8

Skill development

2.7

Work-life balance

2.4

Salary

3.0

Job security

2.4

Company culture

1.6

Promotions

2.3

Work satisfaction

Explore 18 Reviews and Ratings
Consultant
56.1k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
50.7k salaries
unlock blur

₹2.9 L/yr - ₹12 L/yr

Senior Consultant
47.4k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
21.2k salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Senior Software Engineer
20.6k salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

TCS

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