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

Updated 21 Feb 2025

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 tri ...read more
  • Q2. Trailing Zeros in Factorial Problem Find the number of trailing zeroes in the factorial of a given number N . Input: The first line contains an integer T representing th ...read more
  • Q3. Kth Largest Number Problem Statement You are given a continuous stream of numbers, and the task is to determine the kth largest number at any moment during the stream. E ...read more
View all 142 questions

Capgemini Senior Software Engineer Interview Experiences

138 interviews found

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

I applied via Company Website and was interviewed before Aug 2022. There were 4 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 tips
Round 2 - Aptitude Test 

The 1st round is aptitude in which they ask about basic mathematics and English questions

Round 3 - Technical 

(1 Question)

  • Q1. Study any one language if you know java then prepare only that questions are simple mostly like diff between call by value and call by reference
Round 4 - HR 

(1 Question)

  • Q1. Just normal hr round stuff like do you have laptop and internet, will you work on shif basis, willing to relocate. Just be good in English
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Sep 2022. There were 5 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 tips
Round 2 - Aptitude Test 

General Aptitude Questions

Round 3 - Coding Test 

OOP, Basic coding concepts

Round 4 - HR 

(4 Questions)

  • Q1. Difference between Union and Union All in Sql
  • Ans. 

    Union combines and removes duplicates, Union All combines without removing duplicates.

    • Union merges the result sets of two or more SELECT statements and removes duplicates

    • Union All merges the result sets of two or more SELECT statements without removing duplicates

    • Union is slower than Union All as it involves removing duplicates

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column1 F

  • Answered by AI
  • Q2. Difference between list and tuple in python
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q3. Explain Polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to represent multiple underlying forms.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q4. Say few Html tags
  • Ans. 

    Some common HTML tags include <div>, <p>, <a>, <img>, <h1>, <ul>, <li>, <table>, <tr>, <td>.

    • <div> - defines a division or section in an HTML document

    • <p> - defines a paragraph

    • <a> - defines a hyperlink

    • <img> - defines an image

    • <h1> - defines a heading

    • <ul> - defines an unordered list

    • <li> - defines a list item

    • <table> -...

  • Answered by AI
Round 5 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What are your hobbies
  • Q3. Where you will be after 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before attending

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2022. There were 5 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 tips
Round 2 - Aptitude Test 

Has to focus on reasoning then come on basic aptitude not much difficult to crack

Round 3 - Coding Test 

Will have one question related to fibonocci or reverse string or related topics
another comes from the project perspective

Round 4 - Technical 

(1 Question)

  • Q1. On the coding scenario & some questions on intialization & coding
Round 5 - HR 

(1 Question)

  • Q1. Personal strengths & weakness & related to your hobbies & why are you joined in engineering
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 tips
Round 2 - Coding Test 

Puzzles and technical questions

Round 3 - HR 

(4 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Where do you see yourself in 5 years?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - The process is very easy, but before joining we should check the heiring is project specific or on pool.

Capgemini interview questions for designations

 Senior Software Engineer Testing

 (7)

 Senior Software Engineer 2

 (5)

 Senior Software Test Engineer

 (1)

 Software Engineer

 (316)

 Senior Software Developer

 (12)

 Senior Software Analyst

 (4)

 Senior Software Consultant

 (1)

 Associate Software Engineer

 (31)

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Program to merge an unsorted list

Round 2 - HR 

(4 Questions)

  • Q1. About company and self intro
  • Q2. What do you know about Capg?
  • Ans. 

    Capgemini is a global leader in consulting, technology services and digital transformation.

    • Capgemini is a multinational corporation headquartered in France.

    • It provides consulting, technology services, and digital transformation.

    • Capgemini operates in over 40 countries and has around 200,000 employees worldwide.

  • Answered by AI
  • Q3. Who is the ceo of capg india and global
  • Q4. What are your preffered location?
  • Ans. 

    I prefer locations with a good work-life balance, access to outdoor activities, and a vibrant tech community.

    • Good work-life balance is important to me

    • Access to outdoor activities like hiking and biking

    • Vibrant tech community for networking and growth opportunities

  • Answered by AI

Get interview-ready with Top Capgemini Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference in AC/ DC
  • Ans. 

    AC is alternating current, constantly changing direction. DC is direct current, flowing in one direction.

    • AC changes direction periodically, while DC flows in one direction constantly

    • AC is used in household appliances, while DC is used in electronics like computers

    • AC is generated by power plants, while DC is used in batteries

  • Answered by AI
  • Q2. Factorial using recursion
  • Ans. 

    Factorial using recursion is a function that calls itself to calculate the factorial of a given number.

    • Define a function that takes an integer parameter n

    • Base case: if n is 0, return 1

    • Recursive case: return n * factorial(n-1)

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = 5 * 4 * 3 * factorial(2) = 5 * 4 * 3 * 2 * factorial(1) = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Senior Software Engineer interview:
  • C
  • Java
  • Pseudo code
Interview preparation tips for other job seekers - Share only relevant details in resume.
Keep resume as short as possible, and mention only that you know in technical skills.

Skills evaluated in this interview

Senior Software Engineer Jobs at Capgemini

View all
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 4 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 tips
Round 2 - Coding Test 

C programming language coding interview

Round 3 - Coding Test 

C programming language coding interview

Round 4 - Behavioral 

(1 Question)

  • Q1. Logical questions

I was interviewed in Aug 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

This round had 1 programming question, and I was grilled on the questions for OS.

  • Q1. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    The task is to find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left

    • Use a stack to keep track of elements for which the Next Greater Element is not yet found

    • Pop elements from the stack until a greater element is found or the stack is empty

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Easy

This was the second round and there were 2 programming questions and some questions on DBMS , OS and Unix.

  • Q1. 

    Kth Largest Element Problem Statement

    Ninja enjoys working with numbers, and Alice challenges him to find the Kth largest value from a given list of numbers.

    Input:

    The first line contains an integer 'T...
  • Ans. 

    The task is to find the Kth largest element in a given list of numbers for each test case.

    • Read the number of test cases 'T'

    • For each test case, read the number of elements 'N' and the value of 'K'

    • Sort the array in descending order and output the Kth element

  • Answered by AI
  • Q2. 

    Find All Pairs Adding Up to Target

    Given an array of integers ARR of length N and an integer Target, your task is to return all pairs of elements such that they add up to the Target.

    Input:

    The first line ...
  • Ans. 

    The task is to find all pairs of elements in an array that add up to a given target.

    • Iterate through the array and for each element, check if the target minus the element exists in a hashmap.

    • If it exists, print the pair (current element, target - current element).

    • If no pair is found, print (-1, -1).

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Delhi University. Eligibility criteriaAbove 7 CGPACapgemini interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Sep 2022. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions are related to our domain.
Round 3 - HR 

(1 Question)

  • Q1. Had discussion about CTC
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Monster and was interviewed before Apr 2022. There were 4 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 tips
Round 2 - Aptitude Test 

It’ a mcq based online exam. Easy to crack.

Round 3 - Coding Test 

There are two questions. One easy and the other being a bit hard

Round 4 - One-on-one 

(2 Questions)

  • Q1. Questions were around the language you know and the technologies you’ve worked on.
  • Q2. Question around OOPS concepts and data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Go prepared on whatever projects and technologies you’ve worked on.

Capgemini Interview FAQs

How many rounds are there in Capgemini Senior Software Engineer 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 Senior 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, Software Design, Software Development, Java and HTML.
What are the top questions asked in Capgemini Senior Software Engineer interview?

Some of the top questions asked at the Capgemini Senior Software Engineer interview -

  1. Difference between procedure and function, delete and truncate, exit and in, cu...read more
  2. What is OOP? Can main method be overloaded? What is a abstraction with example?...read more
  3. Difference between array and stack What is linked list and explain its types Ad...read more
How long is the Capgemini Senior Software Engineer interview process?

The duration of Capgemini Senior 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 Senior Software Engineer Interview Process

based on 134 interviews

5 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
View more
Capgemini Senior Software Engineer Salary
based on 20.2k salaries
₹3.5 L/yr - ₹12.2 L/yr
50% less than the average Senior Software Engineer Salary in India
View more details

Capgemini Senior Software Engineer Reviews and Ratings

based on 2k reviews

3.7/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

2.9

Salary

3.9

Job security

3.7

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 2k Reviews and Ratings
Senior Software Engineer - MBSD

Pune

6-9 Yrs

Not Disclosed

Senior Software Engineer - C

Pune

3-6 Yrs

₹ 2.5-14.5 LPA

Senior Software Engineer

Pune

2-4 Yrs

₹ 2.5-15 LPA

Explore more jobs
Consultant
55.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
50.6k 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.8k 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