Upload Button Icon Add office photos

Capgemini Engineering

Compare button icon Compare button icon Compare

Filter interviews by

Capgemini Engineering Interview Questions and Answers for Experienced

Updated 26 Jul 2025
Popular Designations

92 Interview questions

An Azure DevOps Engineer was asked 4mo ago
Q. What is the difference between COPY and ADD instructions in Dockerfile?
Ans. 

Copy and Add in Docker are commands used to manage files in images, with distinct behaviors and use cases.

  • COPY: Used to copy files/directories from the host to the Docker image.

  • ADD: Similar to COPY but can also extract tar files and fetch files from URLs.

  • Example of COPY: COPY ./localfile.txt /app/ in Dockerfile copies a file to the image.

  • Example of ADD: ADD ./archive.tar.gz /app/ extracts the tar file into the ima...

View all Azure DevOps Engineer interview questions
An Azure DevOps Engineer was asked 4mo ago
Q. What is the difference between CMD and ENTRYPOINT?
Ans. 

CMD specifies default commands for a container, while ENTRYPOINT sets the main command to run.

  • CMD provides default arguments for the ENTRYPOINT command.

  • ENTRYPOINT is used to define the main command that will always run in the container.

  • Example of CMD: CMD ["nginx", "-g", "daemon off;"]

  • Example of ENTRYPOINT: ENTRYPOINT ["/usr/sbin/nginx"]

  • Using both: ENTRYPOINT ["/usr/sbin/nginx"] CMD ["-g", "daemon off;"]

View all Azure DevOps Engineer interview questions
An Azure DevOps Engineer was asked 4mo ago
Q. Describe the architecture of Kubernetes
Ans. 

Kubernetes is a container orchestration platform that automates deployment, scaling, and management of containerized applications.

  • Master Node: Controls the Kubernetes cluster, managing the API server, scheduler, and controller manager.

  • Worker Nodes: Run the containerized applications and are managed by the master node.

  • Pods: The smallest deployable units in Kubernetes, which can contain one or more containers.

  • Servic...

View all Azure DevOps Engineer interview questions
An Azure DevOps Engineer was asked 4mo ago
Q. Write Terraform code to deploy an Azure VM.
Ans. 

Terraform code can automate the deployment of Azure Virtual Machines, simplifying infrastructure management and provisioning.

  • Provider Configuration: Specify the Azure provider in your Terraform configuration using 'provider "azurerm" {}' to interact with Azure resources.

  • Resource Definition: Define the VM resource using 'resource "azurerm_linux_virtual_machine" "example" {}' for a Linux VM or 'azurerm_windows_virtu...

View all Azure DevOps Engineer interview questions
An Azure DevOps Engineer was asked 4mo ago
Q. What is Azure App Service?
Ans. 

Azure App Service is a cloud platform for building, deploying, and scaling web apps and APIs quickly and efficiently.

  • Supports multiple programming languages like .NET, Java, Node.js, and Python.

  • Offers built-in features such as auto-scaling, custom domains, and SSL certificates.

  • Integrates seamlessly with Azure DevOps for CI/CD pipelines.

  • Provides a managed environment, reducing the need for infrastructure management...

View all Azure DevOps Engineer interview questions
An Azure DevOps Engineer was asked 4mo ago
Q. What is the difference between git merge and git rebase?
Ans. 

Git merge combines branches, preserving history; git rebase rewrites history for a linear commit structure.

  • Merge creates a new commit that combines changes from both branches.

  • Rebase moves or combines commits from one branch onto another, creating a linear history.

  • Example of merge: 'git merge feature-branch' creates a merge commit.

  • Example of rebase: 'git rebase main' applies commits from the feature branch on top o...

View all Azure DevOps Engineer interview questions

Capgemini Engineering HR Interview Questions

21 questions and answers

Q. What are your expectations of the company?
Q. What specific aspects of this role and company attracted you?
Q. Can you introduce yourself?
An Azure DevOps Engineer was asked 4mo ago
Q. What is a Terraform module?
Ans. 

A Terraform module is a container for multiple resources that are used together, promoting reusability and organization.

  • Modules can be created for specific tasks, like setting up a web server or a database.

  • A module can include resources, input variables, output values, and even other modules.

  • Example: A module for an AWS VPC can include subnets, route tables, and security groups.

  • Modules can be sourced from local pa...

View all Azure DevOps Engineer interview questions
Are these interview questions helpful?
A Professional 1 was asked 4mo ago
Q. What is manual testing and what are its types?
Ans. 

Manual testing is the process of manually checking software for defects without automation tools.

  • Exploratory Testing: Testers explore the application without predefined test cases, e.g., testing a new feature by navigating through it.

  • Functional Testing: Verifying that the software functions as intended, e.g., checking if a login feature works correctly.

  • Usability Testing: Assessing the user-friendliness of the appl...

View all Professional 1 interview questions
A Team Lead was asked 5mo ago
Q. What are your strengths?
Ans. 

My strengths include strong communication skills, leadership abilities, and problem-solving capabilities.

  • Strong communication skills - able to effectively convey information and ideas to team members

  • Leadership abilities - able to motivate and guide team members towards achieving goals

  • Problem-solving capabilities - able to analyze situations and come up with effective solutions

View all Team Lead interview questions
A Team Lead was asked 5mo ago
Q. What are your weaknesses?
Ans. 

I tend to be overly critical of my own work, which can sometimes lead to perfectionism.

  • I have a tendency to take on too much work and struggle with delegating tasks to others.

  • I can be overly sensitive to criticism and have difficulty receiving feedback.

  • I sometimes have trouble saying no to additional responsibilities, leading to burnout.

  • I am working on improving my public speaking skills as I tend to get nervous i...

View all Team Lead interview questions

Capgemini Engineering Interview Experiences

144 interviews found

Consultant Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Java, DSA Coding Questions, Array, LL

Round 2 - Technical 

(2 Questions)

  • Q1. Java, Java 8, SpringBoot, AWS, Kafka, Microservices, Design Patterns, SOLID
  • Q2. Collection framework
Round 3 - HR 

(1 Question)

  • Q1. General Managerial Interview
Round 4 - HR 

(1 Question)

  • Q1. HR Discussion , Salary Discussion Company Policy etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well whatever you have been doing in the job.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Basics of PM
  • Q2. How could you handle a team of 15+ , How cost reduction to be done, etc..etc..
  • Ans. 

    Effective team management and cost reduction strategies are essential for project success.

    • Establish clear communication channels to ensure everyone is aligned on goals and tasks.

    • Implement agile methodologies to enhance flexibility and responsiveness to changes.

    • Conduct regular team meetings to assess progress and address any challenges promptly.

    • Encourage collaboration and knowledge sharing among team members to leverage...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Explain badi and bapi ?
  • Ans. 

    BADI (Business Add-In) and BAPI (Business Application Programming Interface) are SAP enhancements for custom functionality and integration.

    • BADI allows developers to add custom code to standard SAP applications without modifying the original code.

    • Example of BADI: Implementing custom logic in sales order processing.

    • BAPI is a standardized programming interface that allows external applications to interact with SAP systems...

  • Answered by AI
  • Q2. It is an enhancement
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Write a terraform code for deploying Azure VM
  • Q2. Describe the architecture of Kubernetes
  • Ans. 

    Kubernetes is a container orchestration platform that automates deployment, scaling, and management of containerized applications.

    • Master Node: Controls the Kubernetes cluster, managing the API server, scheduler, and controller manager.

    • Worker Nodes: Run the containerized applications and are managed by the master node.

    • Pods: The smallest deployable units in Kubernetes, which can contain one or more containers.

    • Services: A...

  • Answered by AI
  • Q3. What is the difference between Copy and Add in docker
  • Ans. 

    Copy and Add in Docker are commands used to manage files in images, with distinct behaviors and use cases.

    • COPY: Used to copy files/directories from the host to the Docker image.

    • ADD: Similar to COPY but can also extract tar files and fetch files from URLs.

    • Example of COPY: COPY ./localfile.txt /app/ in Dockerfile copies a file to the image.

    • Example of ADD: ADD ./archive.tar.gz /app/ extracts the tar file into the image.

    • CO...

  • Answered by AI
  • Q4. Write a deployment.yaml file
  • Q5. What is the difference between CMD and ENTRYPOINT
  • Ans. 

    CMD specifies default commands for a container, while ENTRYPOINT sets the main command to run.

    • CMD provides default arguments for the ENTRYPOINT command.

    • ENTRYPOINT is used to define the main command that will always run in the container.

    • Example of CMD: CMD ["nginx", "-g", "daemon off;"]

    • Example of ENTRYPOINT: ENTRYPOINT ["/usr/sbin/nginx"]

    • Using both: ENTRYPOINT ["/usr/sbin/nginx"] CMD ["-g", "daemon off;"]

  • Answered by AI
  • Q6. What is the difference between git merge and git rebase
  • Ans. 

    Git merge combines branches, preserving history; git rebase rewrites history for a linear commit structure.

    • Merge creates a new commit that combines changes from both branches.

    • Rebase moves or combines commits from one branch onto another, creating a linear history.

    • Example of merge: 'git merge feature-branch' creates a merge commit.

    • Example of rebase: 'git rebase main' applies commits from the feature branch on top of mai...

  • Answered by AI
  • Q7. What is terraform module
  • Ans. 

    A Terraform module is a container for multiple resources that are used together, promoting reusability and organization.

    • Modules can be created for specific tasks, like setting up a web server or a database.

    • A module can include resources, input variables, output values, and even other modules.

    • Example: A module for an AWS VPC can include subnets, route tables, and security groups.

    • Modules can be sourced from local paths, ...

  • Answered by AI
  • Q8. What is Azure App Service

Senior QA Analyst Interview Questions & Answers

user image Ankita Sharma

posted on 5 Oct 2024

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

(2 Questions)

  • Q1. What is the need to manual testing
  • Ans. 

    Manual testing is necessary to ensure the quality of the software by simulating real user interactions and scenarios.

    • Manual testing allows for human intuition and creativity to uncover unexpected issues.

    • Certain tests, such as usability testing, cannot be automated and require manual execution.

    • Exploratory testing is best performed manually to discover new defects and areas of improvement.

    • Manual testing is crucial for va...

  • Answered by AI
  • Q2. Questions on API testing

Skills evaluated in this interview

Lead Engineer Interview Questions & Answers

user image Maharaj M

posted on 20 Aug 2024

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

(3 Questions)

  • Q1. What is unresolved reference?
  • Ans. 

    Unresolved reference is an error in programming where a variable or function is used without being defined or declared.

    • Occurs when a variable or function is used before it is declared or defined

    • Can also happen when a variable or function is misspelled

    • Common in programming languages like Python, Java, and C++

  • Answered by AI
  • Q2. What is the difference b/w clock & normal gating?
  • Q3. Q1. library & netlist mismatch q2. size pmos will differ
  • Ans. 

    This question is likely related to a discrepancy between a library and netlist causing a difference in the size of PMOS transistors.

    • Mismatch between the library and netlist can lead to incorrect sizing of transistors

    • Ensure consistency between the library files and netlist to avoid discrepancies

    • Check for any errors or warnings related to library and netlist mismatch in the design tool logs

    • Verify the sizing of PMOS trans...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic apti and easy one can solve it easily

Round 2 - Technical 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. Tell us about your projects
  • Ans. 

    I have worked on various projects including developing software applications, designing systems, and implementing new technologies.

    • Developed a mobile application for tracking fitness goals

    • Designed a database system for managing customer information

    • Implemented a new cloud-based storage solution for data backup

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. SQL Budget Forecast
  • Q2. Excel Macro VBA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain something about vlan and its working

Skills evaluated in this interview

Team Lead Interview Questions & Answers

user image Anonymous

posted on 22 Feb 2025

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are Ur strength
  • Q2. What are Ur weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Nil. Good

Getting less experience

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Capgemini Engineering?
Ask anonymously on communities.

Capgemini Engineering Interview FAQs

How many rounds are there in Capgemini Engineering interview for experienced candidates?
Capgemini Engineering interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Capgemini Engineering interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Capgemini Engineering 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 Engineering. The most common topics and skills that interviewers at Capgemini Engineering expect are SQL, Python, Javascript, Java and SQL Server.
What are the top questions asked in Capgemini Engineering interview for experienced candidates?

Some of the top questions asked at the Capgemini Engineering interview for experienced candidates -

  1. I gave 3 rounds about core technical questions and scenario based questions. Re...read more
  2. Say your house is at Position X and You’re currently at position Y which is 3...read more
  3. first round : online c programming test which contains 5 c programming question...read more
What are the most common questions asked in Capgemini Engineering HR round for experienced candidates?

The most common HR questions asked in Capgemini Engineering interview are for experienced candidates -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. Why are you looking for a chan...read more
How long is the Capgemini Engineering interview process?

The duration of Capgemini Engineering interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 82 interview experiences

Difficulty level

Easy 18%
Moderate 76%
Hard 6%

Duration

Less than 2 weeks 64%
2-4 weeks 20%
4-6 weeks 8%
6-8 weeks 4%
More than 8 weeks 4%
View more

Explore Interview Questions and Answers for Top Skills at Capgemini Engineering

Interview Questions from Similar Companies

Genpact Interview Questions
3.7
 • 3.5k Interviews
DXC Technology Interview Questions
3.6
 • 848 Interviews
Nagarro Interview Questions
3.9
 • 810 Interviews
NTT Data Interview Questions
3.8
 • 670 Interviews
Publicis Sapient Interview Questions
3.5
 • 651 Interviews
GlobalLogic Interview Questions
3.6
 • 639 Interviews
EPAM Systems Interview Questions
3.7
 • 579 Interviews
UST Interview Questions
3.8
 • 551 Interviews
View all

Capgemini Engineering Reviews and Ratings

based on 2.3k reviews

3.4/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

2.8

Salary

3.6

Job security

3.3

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 2.3k Reviews and Ratings
Senior Software Engineer
1.8k salaries
unlock blur

₹4.8 L/yr - ₹21.7 L/yr

Technical Lead
1.3k salaries
unlock blur

₹14.4 L/yr - ₹24 L/yr

Software Engineer
1.1k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Senior Consultant
455 salaries
unlock blur

₹14 L/yr - ₹24 L/yr

Consultant
402 salaries
unlock blur

₹9.3 L/yr - ₹16.6 L/yr

Explore more salaries
Compare Capgemini Engineering with

Genpact

3.7
Compare

DXC Technology

3.6
Compare

Virtusa Consulting Services

3.7
Compare

CGI Group

4.0
Compare
write
Share an Interview