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 28 Feb 2025

Top Capgemini Interview Questions and Answers

View all 3k questions

Capgemini Interview Experiences

Popular Designations

4.7k interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Dec 2024

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

Logical reasoning, number series, alphabet series, and blood relations.

Round 2 - Technical 

(2 Questions)

  • Q1. Can you provide details about your academic project?
  • Ans. 

    Developed a web-based bug tracking system for managing software issues.

    • Used Java for backend development

    • Implemented user authentication and authorization

    • Utilized MySQL database for storing bug information

  • Answered by AI
  • Q2. What is the program to reverse a string?
  • Ans. 

    One way to reverse a string is by using a loop to iterate through the characters and build a new string in reverse order.

    • Create a new empty string to store the reversed string.

    • Iterate through the original string from the last character to the first.

    • Append each character to the new string.

    • Return the reversed string.

  • Answered by AI

Top Capgemini QA Engineer Interview Questions and Answers

Q1. Sql joins Different types of waits in selenium Explict wait and implicit wait
View answer (1)

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Senior Software Engineer Interview Questions & Answers

user image Chandrakiran Pendly

posted on 26 Aug 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Previous Project related questions
  • Q2. IIcs questions and realtime scenario
  • Q3. Unix script questions
Round 2 - Technical 

(2 Questions)

  • Q1. Iics in depth questions
  • Q2. Sql questions related to joins and partition

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company to attend an interview they are not recruiting any job seekers. They are posting fake job opportunities. After the interview they just say we are unable to process your profile as we are not meeting the criteria.

They say this after the interview and will send you a mail to share your documents to release the offer and then they abscond without releasing and no response

Top Capgemini Senior Software Engineer Interview Questions and Answers

Q1. Pascal's TriangleYou are given an integer N. Your task is to return a 2-D ArrayList containing the pascal’s triangle till the row N. A Pascal's triangle is a triangular array constructed by summing adjacent elements in preceding rows. Pasca... read more
View answer (5)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is bgp and is uses
  • Ans. 

    BGP stands for Border Gateway Protocol, used for routing and exchanging routing information between different autonomous systems.

    • BGP is used to connect different autonomous systems on the internet.

    • It is a path vector protocol that helps in determining the best path for data to travel.

    • BGP uses TCP port 179 for communication.

    • It is commonly used by Internet Service Providers (ISPs) and large organizations to manage routin

  • Answered by AI
  • Q2. Ospf lsa types and explanation
  • Ans. 

    OSPF LSA types include Router LSA, Network LSA, Summary LSA, and ASBR Summary LSA.

    • Router LSA: Generated by each router to describe its directly connected links.

    • Network LSA: Generated by DR to describe the network and its attached routers.

    • Summary LSA: Generated by ABR to advertise routes from one area to another.

    • ASBR Summary LSA: Generated by ASBR to advertise external routes into OSPF domain.

  • Answered by AI
  • Q3. Vxlan in details and vlan difference
  • Ans. 

    Vxlan is a virtual extensible LAN technology used to extend Layer 2 networks over Layer 3 networks.

    • Vxlan stands for Virtual Extensible LAN

    • It is used to extend Layer 2 networks over Layer 3 networks

    • Vxlan adds a 24-bit identifier to the Layer 2 frame, allowing for up to 16 million virtual networks

    • Vxlan encapsulates the original Ethernet frame within a UDP packet for transmission over the network

    • Vxlan is commonly used in

  • Answered by AI
  • Q4. Vss switch and vpc difference
  • Ans. 

    VSS switch is a feature in Cisco switches for combining multiple physical switches into a single logical switch, while VPC is a feature for creating a loop-free topology in a data center network.

    • VSS switch combines multiple physical switches into a single logical switch, providing higher availability and simplified network management.

    • VPC (Virtual Port Channel) is a feature that allows links that are physically connecte...

  • Answered by AI
  • Q5. Bgp path manipulation question

Interview Preparation Tips

Interview preparation tips for other job seekers - Do the basic questions prepration

Skills evaluated in this interview

Senior Network Engineer Interview Questions asked at other Companies

Q1. What are the different typesof the network cables used in the network?
View answer (3)
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)

Capgemini interview questions for popular designations

 Analyst

 (424)

 Consultant

 (399)

 Software Engineer

 (313)

 Senior Consultant

 (282)

 Associate Consultant

 (254)

 Software Developer

 (152)

 Senior Analyst

 (149)

 Senior Software Engineer

 (138)

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)

Get interview-ready with Top Capgemini Interview Questions

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)

Jobs at Capgemini

View all

Collections and cash application Team Lead 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..
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. Wait in selenium and exception in selenium
View answer (1)

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)

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 at Dwarkadas J Sanghvi College of Engineering, Mumbai

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 NumberYou are 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. Fibonacci number is calculated u... read more
View answer (5)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are 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. Fibonacci number is calculated u... read more
View answer (5)

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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

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.7k 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.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Capgemini Reviews and Ratings

based on 41.7k 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 41.7k Reviews and Ratings
Business Advisor - A

Noida

2-5 Yrs

Not Disclosed

Connectivity & Network Engineer - A

Chennai

3-6 Yrs

Not Disclosed

Software Engineer

Hyderabad / Secunderabad

2-5 Yrs

₹ 2.8-10.25 LPA

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹17.5 L/yr

Associate Consultant
50.8k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Consultant
46.1k salaries
unlock blur

₹7.5 L/yr - ₹24.5 L/yr

Senior Analyst
20.6k salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Senior Software Engineer
20.2k salaries
unlock blur

₹3.5 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.8
Compare

TCS

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