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 for Experienced

Updated 7 Apr 2025

Top Capgemini Interview Questions and Answers for Experienced

View all 1.3k questions

Capgemini Interview Experiences for Experienced

Popular Designations

1.9k interviews found

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

I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Reverse string and and and

Round 2 - One-on-one 

(3 Questions)

  • Q1. About yourself and and
  • Q2. About project and and
  • Q3. About frame work and and and

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 and collection, Thread
  • Q2. Springboot, Microservices and Data base queries

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)

Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Sep 2024

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

Modarate level questions are asked

Round 2 - Technical 

(2 Questions)

  • Q1. Explain oops concepts
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming such as inheritance, encapsulation, polymorphism, and abstraction.

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

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

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

    • Abstraction: Hiding the complex implemen...

  • Answered by AI
  • Q2. Write simple code
  • Ans. 

    Code to create an array of strings in Python

    • Use square brackets to define the array

    • Enclose each string in double quotes

    • Separate strings with commas

  • Answered by AI

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java Foundational concepts Rest api methods and http status codes
  • Q2. Private and static methods over loading and overriding
  • Ans. 

    Private and static methods have different purposes - private methods are used for internal logic within a class, while static methods are used for utility functions.

    • Private methods are not visible outside the class and are used for encapsulation.

    • Static methods belong to the class itself and can be called without creating an instance of the class.

    • Overloading refers to having multiple methods with the same name but diffe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for java core concepts questions then only coding and advanced framework questions

Skills evaluated in this interview

Top Capgemini Senior Consultant Interview Questions and Answers

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Capgemini interview questions for popular designations

 Analyst

 (427)

 Consultant

 (404)

 Software Engineer

 (321)

 Senior Consultant

 (289)

 Associate Consultant

 (259)

 Software Developer

 (156)

 Senior Analyst

 (151)

 Senior Software Engineer

 (142)

Analyst Interview Questions & Answers

user image vishal mise

posted on 11 Oct 2024

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

(2 Questions)

  • Q1. Introduction about your self
  • Ans. 

    I am a highly motivated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Statistics and have completed multiple internships in data analysis.

    • I am proficient in statistical software such as R and Python.

    • I have experience in conducting market research and creating data visualizations to present findings.

    • I am a quick learner and enjoy tackling complex ...

  • Answered by AI
  • Q2. Coding question were asked

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)

Get interview-ready with Top Capgemini Interview Questions

Analyst Interview Questions & Answers

user image Abhisek Sahoo

posted on 7 Jan 2025

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

Easy questions about SQL,and normal coding question.

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

Consultant Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Questions regarding the role
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions regarding the role
Round 3 - HR 

(1 Question)

  • Q1. General Discussion around compensation

Top Capgemini Consultant Interview Questions and Answers

Q1. What are the different file replication strategies in Azure blob storage ?
View answer (1)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Name some python libraries you have used in python.
  • Ans. 

    I have used libraries like Pandas, NumPy, Matplotlib, and Scikit-learn in Python for data analysis and machine learning tasks.

    • Pandas - for data manipulation and analysis

    • NumPy - for numerical computing

    • Matplotlib - for data visualization

    • Scikit-learn - for machine learning tasks

  • Answered by AI
  • Q2. Explain OOPS concepts. and some questions on access modifiers were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real, don't panic. Prepare what is there in your resume well.

Skills evaluated in this interview

Top Capgemini Senior Analyst Interview Questions and Answers

Q1. If a computer speed is slow, how will you increase its speed?
View answer (3)

Senior Analyst Interview Questions asked at other Companies

Q1. Explain 3 statement financial model Calculating discount rate Could you walk me through the DCF model? Other valuation methods. What PE is ideal? What is the other matrix to value the company? Difference between IRR and CAGR. What is Bond Y... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Javascript based coding

Round 2 - Technical 

(2 Questions)

  • Q1. Skills related technical questions and managing skills
  • Q2. Hooks, Api integration, promise, props, redux, callback function, hoisting, duplicate value in array
Round 3 - HR 

(1 Question)

  • Q1. Experience and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Command on your skills, javascript concept must be cleared

Top Capgemini Senior Consultant Interview Questions and Answers

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mvc architecture
  • Q2. Ruby and rails basics
Round 2 - Technical 

(2 Questions)

  • Q1. Past projects and architectural questions
  • Q2. Sql, security, deployment

Top Capgemini Senior Software Developer Interview Questions and Answers

Q1. What is call, apply and bind in JavaScript?
View answer (1)

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Capgemini Interview FAQs

How many rounds are there in Capgemini interview for experienced candidates?
Capgemini interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Capgemini interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Capgemini interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the Capgemini interview for experienced candidates -

  1. 1. What's the use of update sets and how do you move update set from one instan...read more
  2. Could you tell me, which tools do you have used in test management and defect t...read more
  3. How to achieve to different pricing procedure for sales order and billing docum...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 for Experienced

based on 1k interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
View all

Capgemini Reviews and Ratings

based on 43.5k 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.8

Promotions

3.4

Work satisfaction

Explore 43.5k Reviews and Ratings
Associate Consultant

Bangalore / Bengaluru

2-6 Yrs

₹ 3.5-9 LPA

Explore more jobs
Consultant
56k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
50.7k salaries
unlock blur

₹2.9 L/yr - ₹12 L/yr

Senior Consultant
47.3k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
21.1k salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Senior Software Engineer
20.6k 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