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

Updated 7 Feb 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

314 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked about technical expertise and topic related question
  • Q2. Notice period and salary discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Technical in depth
  • Q2. Salary discussion
Round 3 - HR 

(1 Question)

  • Q1. Notice period and salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions on java

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on java oops
  • Q2. Questions on java
Round 3 - Technical 

(2 Questions)

  • Q1. OOPS questions asked in interview
  • Q2. Oops questions asked in interview

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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at MES College of Engineering, Malapuram and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What is oops dbms and sql query

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basics of oops dbms dsa and software eng
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is constructor?
  • Ans. 

    A constructor is a special type of method that is automatically called when an object is created in a class.

    • Constructors have the same name as the class they belong to.

    • They are used to initialize the object's state.

    • Constructors can have parameters to customize the initialization process.

    • Example: public class Car { public Car(String color) { this.color = color; } }

  • Answered by AI
  • Q2. Method overloading and method overriding
  • Q3. What is object?
  • Ans. 

    An object is a self-contained entity that consists of data and methods to manipulate that data.

    • Objects are instances of classes in object-oriented programming.

    • They have attributes (data) and methods (functions) to operate on the data.

    • Example: In a car simulation program, a 'Car' object may have attributes like 'color' and 'speed', and methods like 'accelerate' and 'brake'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers basic questions were asked after the online test

Skills evaluated in this interview

Capgemini interview questions for designations

 Senior Software Engineer

 (137)

 Associate Software Engineer

 (33)

 Lead Software Engineer

 (12)

 Software Engineer Analyst

 (11)

 Software Engineer Trainee

 (4)

 Embedded Software Engineer

 (4)

 Software Testing Engineer

 (3)

 Junior Software Engineer

 (1)

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic aptitude and pseudo codes

Round 2 - Coding Test 

Bsic coding questions- easy to solve

Round 3 - Technical 

(5 Questions)

  • Q1. Python based questions
  • Q2. SQL based questions
  • Q3. ReactJS based questions
  • Q4. Encapsulation and abstraction
  • Q5. What are delete, truncate?
  • Ans. 

    Delete and truncate are SQL commands used to remove data from a table.

    • DELETE is a DML command used to remove specific rows from a table based on a condition.

    • TRUNCATE is a DDL command used to remove all rows from a table, resetting auto-increment values.

    • DELETE is slower as it logs individual row deletions, while TRUNCATE is faster as it deallocates data pages.

    • Example: DELETE FROM table_name WHERE condition;

    • Example: TRUN

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Capgemini Interview Questions

Software Engineer Interview Questions & Answers

user image Rugved kulkarni

posted on 9 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Computer network questions
  • Q2. SQL questions best on normalisation

Software Engineer Jobs at Capgemini

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

(2 Questions)

  • Q1. What is the EMR
  • Q2. What is Spark and mapreduce
  • Ans. 

    Spark and MapReduce are both distributed computing frameworks used for processing large datasets.

    • Spark is a fast and general-purpose cluster computing system that provides in-memory processing capabilities.

    • MapReduce is a programming model for processing and generating large data sets with a parallel, distributed algorithm on a cluster.

    • Spark is known for its speed and ease of use, while MapReduce is more traditional and...

  • Answered by AI

Skills evaluated in this interview

Software Engineer interview

user image Drunken Engineer

posted on 16 Nov 2021

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It consists of pseudo code, analytical , puzzle, behaviour, English grammar etc

Round 2 - Communication 

(2 Questions)

  • Q1. You'll be given a sentence to hear you need to answer questions based on that sentence
  • Q2. You need to read out the sentence
Round 3 - Technical 

(7 Questions)

  • Q1. Introduce your self
  • Q2. Explain your project
  • Q3. Explain oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways.

    • Abstraction: Hiding th...

  • Answered by AI
  • Q4. How is abstract method different from other method
  • Ans. 

    Abstract method is a method without implementation, must be overridden in subclass.

    • Abstract method has no implementation and must be overridden in subclass

    • Other methods have implementation and can be directly called

    • Abstract methods are declared using 'abstract' keyword

    • Example: abstract void draw();

  • Answered by AI
  • Q5. Write a program to swap 2 number without using 3rd variable
  • Ans. 

    Swapping two numbers without using a third variable in a program.

    • Use bitwise XOR operation to swap two numbers without using a third variable.

    • Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5

  • Answered by AI
  • Q6. Why do you want to join Capgemini
  • Q7. Any other questions you need to ask ?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Verbal and some pseudo code and gaming

Round 2 - Assignment 

It was communication assessment

Round 3 - Technical 

(2 Questions)

  • Q1. Technical questions
  • Q2. Some situational question

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.

Tell us how to improve this page.

Capgemini Software Engineer Interview Process

based on 222 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.4k 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 Engineer - B

Gurgaon / Gurugram

4-6 Yrs

₹ 7.7-6 LPA

Software Engineer

Hyderabad / Secunderabad

2-5 Yrs

₹ 2.8-10.25 LPA

Software Engineer

Hyderabad / Secunderabad

2-5 Yrs

₹ 2.8-10.25 LPA

Explore more jobs
Consultant
55.1k salaries
unlock blur

₹5.1 L/yr - ₹17.5 L/yr

Associate Consultant
50.9k salaries
unlock blur

₹3 L/yr - ₹11.8 L/yr

Senior Consultant
46.1k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.8k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
20.1k salaries
unlock blur

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