Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Interview Questions, Process, and Tips for Experienced

Updated 3 Apr 2025

Top Capgemini Engineering Interview Questions and Answers for Experienced

View all 79 questions

Capgemini Engineering Interview Experiences for Experienced

Popular Designations

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

Top Capgemini Engineering Consultant Interview Questions and Answers

Q1. What are the types of exception in PLSQL
View answer (1)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
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
  • Q8. 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.

    • Exam...

  • Answered by AI

Top Capgemini Engineering Azure DevOps Engineer Interview Questions and Answers

Q1. What is the difference between Copy and Add in docker
View answer (1)

Azure DevOps Engineer Interview Questions asked at other Companies

Q1. Explain any terraform project that I did recently also what were the variables you defined in terraform configuration, how will you access a storage account blob container from more than one subscriptions from a network standpoint, explain ... read more
View answer (1)

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

Senior QA Analyst Interview Questions asked at other Companies

Q1. Can you convert lead if all required fields of contact or opportunity are not available on lead
View answer (1)

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

    Clock gating is used to disable the clock signal to certain parts of a circuit to save power, while normal gating is used to control the flow of data within the circuit.

    • Clock gating is used for power optimization by disabling the clock signal to unused parts of the circuit.

    • Normal gating is used to control the flow of data within the circuit by enabling or disabling certain paths.

    • Clock gating helps in reducing power con...

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

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

Capgemini Engineering interview questions for popular designations

 Software Engineer

 (36)

 Senior Software Engineer

 (17)

 Analyst

 (16)

 Software Developer

 (15)

 Consultant

 (13)

 Senior Consultant

 (11)

 Associate Engineer

 (10)

 Associate Consultant

 (10)

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

    I am a recent graduate with a degree in Mechanical Engineering and a passion for problem-solving and innovation.

    • Recent graduate with a degree in Mechanical Engineering

    • Passionate about problem-solving and innovation

    • Experience with CAD software such as SolidWorks

    • Completed internships at engineering firms

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

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)

Get interview-ready with Top Capgemini Engineering Interview Questions

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

Professional 1 Interview Questions asked at other Companies

Q1. Are you aware of Servers, Database and Data center?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain something about vlan and its working
  • Ans. 

    VLAN stands for Virtual Local Area Network and is used to segment a network into multiple virtual networks.

    • VLANs help in improving network performance, security, and management.

    • Each VLAN is a separate broadcast domain, reducing unnecessary traffic.

    • VLANs are configured at the switch level by assigning ports to specific VLANs.

    • VLAN tagging (802.1Q) adds a VLAN identifier to Ethernet frames to distinguish between different...

  • Answered by AI

Skills evaluated in this interview

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

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

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
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. What is manual testing and their 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 applicati...

  • Answered by AI
  • Q2. What is sql and many queries
  • Ans. 

    SQL (Structured Query Language) is a standard language for managing and manipulating relational databases.

    • SQL is used to perform tasks such as querying data, updating records, and managing database structures.

    • Common SQL commands include SELECT (to retrieve data), INSERT (to add data), UPDATE (to modify data), and DELETE (to remove data).

    • Example of a SELECT query: SELECT * FROM employees WHERE department = 'Sales';

    • SQL s...

  • Answered by AI

Professional 1 Interview Questions asked at other Companies

Q1. Are you aware of Servers, Database and Data center?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy test covering mathematics.

Round 2 - Coding Test 

Given two medium to easy level questions.

Round 3 - HR 

(1 Question)

  • Q1. As usual HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - There is nothing to offer in terms of advice.

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

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, SQL Server and Java.
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. Say your house is at Position X and You’re currently at position Y which is 3...read more
  2. Which service needs to run to connect to other unified communication applicati...read more
  3. What is prelayout signal integrity? How will you do t...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.

Capgemini Engineering Interview Process for Experienced

based on 76 interviews

Interview experience

4.1
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Capgemini Engineering

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.2k Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
NTT Data Interview Questions
3.8
 • 629 Interviews
Publicis Sapient Interview Questions
3.5
 • 623 Interviews
GlobalLogic Interview Questions
3.6
 • 594 Interviews
UST Interview Questions
3.8
 • 520 Interviews
View all

Capgemini Engineering Reviews and Ratings

based on 2.2k reviews

3.5/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

2.9

Salary

3.7

Job security

3.4

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 2.2k Reviews and Ratings
Senior Software Engineer
2k salaries
unlock blur

₹5.5 L/yr - ₹21 L/yr

Technical Lead
1.3k salaries
unlock blur

₹9.8 L/yr - ₹26.8 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.5 L/yr - ₹11.8 L/yr

Network Engineer
405 salaries
unlock blur

₹4 L/yr - ₹13.3 L/yr

Senior Technical Lead
365 salaries
unlock blur

₹14.1 L/yr - ₹35 L/yr

Explore more salaries
Compare Capgemini Engineering with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

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