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

Clear (1)

Capgemini Software Engineer Interview Questions, Process, and Tips

Updated 7 Mar 2025

Top Capgemini Software Engineer Interview Questions and Answers

  • Q1. In a dark room,there is a box of 18 white and 5 black gloves. You are allowed to pick one and then you are allowed to keep it and check it outside. How many turns do you ...read more
  • Q2. How can you cut a rectangular cake in 8 symmetric pieces in three cuts?
  • Q3. One question of sorting for a list of people belonging to different cities and states.
View all 152 questions

Capgemini Software Engineer Interview Experiences

316 interviews found

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

(2 Questions)

  • Q1. What is your role in previous project
  • Ans. 

    I was responsible for designing and implementing new features in the project.

    • Designed and implemented new features based on client requirements

    • Collaborated with team members to ensure smooth integration of new features

    • Performed code reviews and testing to maintain code quality

  • Answered by AI
  • Q2. What were you doing
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions and CS fundamentals

Round 2 - Coding Test 

2 coding questions 1 very easy other medium

Round 3 - Technical 

(3 Questions)

  • Q1. Resume based questions
  • Q2. CS fundamental based questions
  • Q3. Write pseudocode of Basic DSA question
  • Ans. 

    Pseudocode for a basic DSA question

    • Start by defining the problem statement and input/output requirements

    • Identify the key data structures and algorithms needed to solve the problem

    • Write step-by-step instructions in pseudocode to solve the problem

    • Test the pseudocode with sample inputs to ensure correctness

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About your self etc

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Interview Questions & Answers

user image kashish namdev

posted on 26 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

(2 Questions)

  • Q1. Oops concepts, polymorphism, static and dynamic
  • Q2. Java related questions
Round 3 - Technical 

(2 Questions)

  • Q1. DBMS related questions
  • Q2. SQL queries and coding question

Interview Preparation Tips

Topics to prepare for Capgemini Software Engineer interview:
  • Oops
  • Java
  • SQL
  • DBMS
  • AIML
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. If you are a fresher detailed overview of oops concept is must for Capgemini interview and with practical implementation
  • Q2. Basic Arrays strings coding knowledge.

Capgemini interview questions for designations

 Senior Software Engineer

 (138)

 Associate Software Engineer

 (31)

 Lead Software Engineer

 (12)

 Software Engineer Analyst

 (11)

 Software Engineer Trainee

 (4)

 Embedded Software Engineer

 (4)

 Software Testing Engineer

 (3)

 Software Engineer Intern

 (1)

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 streams, lambda
  • Q2. Exception handling

Get interview-ready with Top Capgemini Interview Questions

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

Easy MCQ type question and basic data structure

Round 2 - Technical 

(2 Questions)

  • Q1. Types of operating system
  • Ans. 

    Operating systems are software that manage computer hardware resources and provide services for computer programs.

    • Types include Windows, macOS, Linux, Unix, Android, iOS

    • Each type has its own features and capabilities

    • Some are designed for specific devices like smartphones or servers

  • Answered by AI
  • Q2. Describe object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Encapsulation: Objects can encapsulate data and behavior within a single unit.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Objects can take on different forms or have different behaviors based on their context.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Jobs at Capgemini

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Spark- architecture, SQL, Narrow & Wide Transformation, Partition & bucketing, Singleton Design Pattern
  • Q2. Java Program, write code for removing duplicate (take lastest record) and insert into hive

Interview Preparation Tips

Interview preparation tips for other job seekers - basic concept you will clear round 1. basically 2nd round is manager round asking design related question why you are choose between 2.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on streams
  • Q2. Jpa, microservies
Round 2 - Coding Test 

Detailed questions on cloud, docker, devops, also on streams

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jun 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Four principles of Object Oriented Programming
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Bundling data and methods that operate on the data into a single unit

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

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

Duration 30 min - percentages

Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Project related explanation
Round 3 - HR 

(1 Question)

  • Q1. Response to the given situation
Contribute & help others!
anonymous
You can choose to be anonymous

Capgemini Interview FAQs

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

Some of the top questions asked at the Capgemini Software Engineer 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 Software Engineer interview process?

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

Recently Viewed

INTERVIEWS

Bonfiglioli Transmissions Private Limited

No Interviews

INTERVIEWS

MT Educare

No Interviews

INTERVIEWS

BSH Home Appliances Group

No Interviews

SALARIES

Birla Shloka Edutech

INTERVIEWS

Qualcomm

No Interviews

INTERVIEWS

ArcelorMittal Nippon Steel

No Interviews

JOBS

ArcelorMittal Nippon Steel

No Jobs

INTERVIEWS

Bonfiglioli Transmissions Private Limited

No Interviews

JOBS

Bonfiglioli Transmissions Private Limited

No Jobs

Tell us how to improve this page.

Capgemini Software Engineer Interview Process

based on 227 interviews

6 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
  • HR Round
  • Personal Interview1 Round - 1
  • Personal Interview1 Round - 2
View more
Capgemini Software Engineer Salary
based on 18.5k salaries
₹1.8 L/yr - ₹10.5 L/yr
29% less than the average Software Engineer Salary in India
View more details

Capgemini Software Engineer Reviews and Ratings

based on 1.4k reviews

3.7/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.2

Salary

3.7

Job security

3.7

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 1.4k Reviews and Ratings
Software Engineering Team Manager

Gurgaon / Gurugram

6-9 Yrs

Not Disclosed

Software Engineer

Pune

2-5 Yrs

₹ 2.55-9 LPA

Software Engineer

Pune

2-5 Yrs

₹ 2.55-9 LPA

Explore more jobs
Consultant
55.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
46.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
20.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
20.2k salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent