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 40.1k Reviews

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

Updated 23 Oct 2021

Capgemini Senior Devops Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

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

(2 Questions)

  • Q1. Describe CI/CD and Jenkins set up
  • Ans. 

    CI/CD is a software development practice where code changes are automatically built, tested, and deployed.

    • Continuous Integration (CI) involves automatically building and testing code changes frequently.

    • Continuous Deployment (CD) involves automatically deploying code changes to production.

    • Jenkins is a popular open-source automation server used for CI/CD pipelines.

    • Jenkins pipelines are defined using a Jenkinsfile which s...

  • Answered by AI
  • Q2. Define Kebernetes architecture
  • Ans. 

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

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

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

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Kubernet...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Gitlab related Questionnaire ?
  • Q2. Terraform related Questionnaire ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between ext and xfs?
  • Ans. 

    ext is the default file system for many Linux distributions, while xfs is known for better performance and scalability.

    • ext is the default file system for many Linux distributions

    • xfs is known for better performance and scalability

    • xfs supports larger file systems and files compared to ext

  • Answered by AI
  • Q2. What is the difference between CentOS/RHEL 6 & 7?
  • Ans. 

    CentOS/RHEL 6 & 7 differ in kernel version, package management, systemd, and support lifecycle.

    • Kernel version: CentOS/RHEL 6 uses kernel version 2.6.x while CentOS/RHEL 7 uses kernel version 3.x.

    • Package management: CentOS/RHEL 6 uses yum for package management, while CentOS/RHEL 7 uses yum and dnf.

    • Systemd: CentOS/RHEL 6 uses SysV init system, while CentOS/RHEL 7 uses systemd as the init system.

    • Support lifecycle: CentOS...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and basic mathematical questions were asked

Round 2 - Coding Test 

Easy questions and basic questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your basics and learn on basics
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

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.

I was interviewed in Aug 2021.

Interview Questionnaire 

8 Questions

  • Q1. Production deployment,
  • Q2. LDAP authentication
  • Ans. 

    LDAP authentication is a method of verifying user credentials against a centralized directory service.

    • LDAP stands for Lightweight Directory Access Protocol

    • It is commonly used for centralized authentication and authorization

    • LDAP servers store user and group information in a hierarchical structure

    • LDAP authentication can be integrated with various applications and services

    • Examples of LDAP servers include OpenLDAP and Micr

  • Answered by AI
  • Q3. Load balancing
  • Q4. Elastic search
  • Q5. Jenkins library
  • Q6. Groovy scripting
  • Q7. Python scripting
  • Q8. Docker questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and answer what you know

Capgemini Interview FAQs

How to prepare for Capgemini Senior 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 Linux, Python, Application Development, Github and JIRA.

Tell us how to improve this page.

Capgemini Senior Devops Engineer Salary
based on 235 salaries
₹6 L/yr - ₹20.4 L/yr
23% less than the average Senior Devops Engineer Salary in India
View more details

Capgemini Senior Devops Engineer Reviews and Ratings

based on 16 reviews

2.9/5

Rating in categories

2.9

Skill development

2.8

Work-life balance

2.7

Salary

2.8

Job security

2.8

Company culture

1.8

Promotions

2.6

Work satisfaction

Explore 16 Reviews and Ratings
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
51k 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.7k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
20k salaries
unlock blur

₹3.5 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

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