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 Interview Questions, Process, and Tips

Updated 1 Apr 2025

Top Capgemini Interview Questions and Answers

  • Q1. You are alone in a room. You are given multiple number of candles. You have no measuring aids with you. You have a match box with you. You have to accurately measure 45 m ...read more
  • Q2. Do we need to test model's performance on test data if it performs poorly on train data, even if we tune hyperparameters but still?
  • Q3. 1. Regarding project roles and responsibilities 2. Manual testing for networking protocols 3. Explain ARP? 4. What is the use of VLAN? 5. Explain 802.1q tagging? 6. Diffe ...read more
View all 214 questions

Capgemini Interview Experiences

Popular Designations

4.8k interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is basic of c
  • Ans. 

    Basics of C include syntax, data types, variables, functions, and control structures.

    • C is a procedural programming language

    • Variables must be declared before use

    • Functions are blocks of code that perform a specific task

    • Control structures include if-else, loops, and switch-case

    • Data types in C include int, float, char, etc.

  • Answered by AI
  • Q2. What is basic of embedded
  • Ans. 

    Embedded systems are specialized computing systems designed to perform specific tasks within a larger system.

    • Embedded systems are typically designed to be small, efficient, and reliable.

    • They often have limited resources such as memory, processing power, and energy.

    • Examples of embedded systems include microcontrollers in household appliances, automotive control systems, and industrial automation.

    • Embedded software is spe...

  • Answered by AI
  • Q3. What is basic of contoller
  • Ans. 

    The basic of a controller is to manage and regulate the operation of a system or device.

    • Controllers receive input signals and process them to generate output signals.

    • They can be programmed to perform specific tasks or functions.

    • Examples include microcontrollers, PLCs, and PID controllers.

  • Answered by AI

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It's related to your studies.

Round 2 - Group Discussion 

They have provided one topic that is (Artificial intelligence)

Round 3 - One-on-one 

(1 Question)

  • Q1. How do they assess your previous experience and job stability during the interview process?

Senior Process Associate Interview Questions asked at other Companies

Q1. What is Purchase Order?
View answer (39)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(4 Questions)

  • Q1. Why PT required?
  • Q2. Performance testing procedures for API
  • Ans. 

    Performance testing procedures for API involve load testing, stress testing, and scalability testing.

    • Conduct load testing to determine how the API performs under normal and peak load conditions.

    • Perform stress testing to evaluate the API's stability and reliability under extreme conditions.

    • Conduct scalability testing to assess the API's ability to handle increased workload by adding more resources.

    • Monitor response times...

  • Answered by AI
  • Q3. APM tool use in PT?
  • Ans. 

    APM tools are commonly used in Performance Testing to monitor and analyze the performance of applications under load.

    • APM tools help in identifying performance bottlenecks and optimizing application performance.

    • Examples of popular APM tools include New Relic, Dynatrace, AppDynamics, and Datadog.

    • These tools provide real-time monitoring, alerting, and performance analytics to help improve application performance.

    • APM tools...

  • Answered by AI
  • Q4. Root Cause analysis in PY
  • Ans. 

    Root Cause analysis in PY involves identifying the underlying reason for performance issues.

    • Identify the symptoms of the performance issue

    • Gather data and metrics related to the performance problem

    • Analyze the data to pinpoint the root cause

    • Implement solutions to address the root cause

  • Answered by AI

Skills evaluated in this interview

Performance Engineer Interview Questions asked at other Companies

Q1. Loadrunner Throughput v/s hits/sec? How do you design spike testing in loadrunner & jmeter?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 17 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - One-on-one 

(2 Questions)

  • Q1. Cash application and Collection journal entries
  • Q2. Indirect tax questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t expect any process related training from company you will have to learn things on your own..

Capgemini interview questions for popular designations

 Analyst

 (427)

 Consultant

 (402)

 Software Engineer

 (318)

 Senior Consultant

 (287)

 Associate Consultant

 (256)

 Software Developer

 (155)

 Senior Analyst

 (151)

 Senior Software Engineer

 (142)

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to achieve encapsulation in python
  • Q2. What is __init stands for in python class

Top Capgemini Automation Engineer Interview Questions and Answers

Q1. How would you locate the Xpath for the "Today's Deal" menu item on Amazon
View answer (2)

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)

Get interview-ready with Top Capgemini Interview Questions

Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Duration 3 hours in total. 3 rounds in 3 hours each round is elimination

Round 2 - Coding Test 

Didnt give the coding test as i didnt get the email

Round 3 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join Capgemini
  • Q2. Explain your resume and the projects mentioned in your resume

Top Capgemini Analyst Interview Questions and Answers

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Jobs at Capgemini

View all
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

  • Q1. Interview on oops, c#
  • Q2. Coding questions

Top Capgemini Senior Software Engineer Interview Questions and Answers

Q1. Pascal's Triangle Construction You are provided with an integer 'N'. Your task is to generate a 2-D list representing Pascal’s triangle up to the 'N'th row. Pascal's triangle is a triangular array where each element is the sum of the two di... read more
View answer (2)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Java Developer Interview Questions & Answers

user image Paarul Shree

posted on 18 Dec 2024

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

(2 Questions)

  • Q1. D/F Map & FlatMap
  • Q2. FunctionalInterface, SOLID, Multithreading

Top Capgemini Java Developer Interview Questions and Answers

Q1. Is Java platform-independent, if yes why?
View answer (6)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2024

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

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is deferred bug
  • Ans. 

    A deferred bug is a bug that is not fixed immediately but is scheduled to be fixed in a future release.

    • Deferred bugs are usually lower priority bugs that do not impact the core functionality of the system.

    • These bugs are documented and tracked for resolution in a later release.

    • Examples of deferred bugs include cosmetic issues, minor usability problems, or non-critical functionality issues.

  • Answered by AI
  • Q2. Query to get 4th highest row based on a column
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to get 4th highest row based on a column

    • Use ORDER BY clause to sort the column in descending order

    • Use LIMIT 1 OFFSET 3 to get the 4th highest row

    • Example: SELECT * FROM table_name ORDER BY column_name DESC LIMIT 1 OFFSET 3

  • Answered by AI

ETL Tester Interview Questions asked at other Companies

Q1. If we have 200 staging tables, 40 dimensions tables and 20 facts table, How will you compare it with target systems
View answer (3)

Data Analyst Interview Questions & Answers

user image ananthakrishnan

posted on 30 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is star topology
  • Q2. Hybrid topology

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the fundamentals related to your resume topics.

Top Capgemini Data Analyst Interview Questions and Answers

Q1. Ninja and His Secret Information Encoding Problem Ninja, a new member of the FBI, has acquired some 'SECRET_INFORMATION' that he needs to share with his team. To ensure security against hackers, Ninja decides to encode the information befor... read more
View answer (2)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Capgemini Interview FAQs

How many rounds are there in Capgemini interview?
Capgemini interview process usually has 2-3 rounds. The most common rounds in the Capgemini interview process are Technical, HR and Resume Shortlist.
How to prepare for Capgemini 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 SQL, Troubleshooting, Javascript, Python and Agile.
What are the top questions asked in Capgemini interview?

Some of the top questions asked at the Capgemini interview -

  1. In a dark room,there is a box of 18 white and 5 black gloves. You are allowed t...read more
  2. How can you cut a rectangular cake in 8 symmetric pieces in three cut...read more
  3. One question of sorting for a list of people belonging to different cities and...read more
How long is the Capgemini interview process?

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

Tell us how to improve this page.

Capgemini Interview Process

based on 3.8k interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 797 Interviews
View all

Capgemini Reviews and Ratings

based on 43.1k reviews

3.7/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.0

Salary

3.8

Job security

3.7

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 43.1k Reviews and Ratings
UEFI Developer

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Display Driver Developer

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

NIC Driver Developer

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Explore more jobs
Consultant
55.6k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
50.7k salaries
unlock blur

₹3 L/yr - ₹11.9 L/yr

Senior Consultant
46.8k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.9k salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Senior Software Engineer
20.5k salaries
unlock blur

₹3.5 L/yr - ₹12.9 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