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
3.8

based on 40.1k Reviews

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 27 Jan 2025

Top Capgemini Interview Questions and Answers for Experienced

View all 1.2k questions

Capgemini Interview Experiences for Experienced

Popular Designations

1.9k interviews found

Operations Manager - R2R, GL Accounting Interview Questions & Answers

user image Rajan Jaiswal

posted on 14 May 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. Accounting Technical questions, Behavioural questions, Scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Client and Stakeholders Management questions
  • Q2. Salary Negotiation discussions

RPA Developer Interview Questions & Answers

user image Anonymous

posted on 27 Apr 2023

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 Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions related to uipath
Round 3 - Coding Test 

Questions on email automation and excel macros. Uipath MCQ questions

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Top Capgemini RPA Developer Interview Questions and Answers

Q1. 4. How can we filter 1 lakh rows in excel with specific filter
View answer (2)

RPA Developer Interview Questions asked at other Companies

Q1. What is procedural language and object oriented language? Which one is better? What are the examples of both?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1. About interface 2. And experience in interface 3. Technical questions
  • Q2. Technically question

Csv Consultant Interview Questions asked at other Companies

Q1. what are the deliverable of CAT 3,4,5 Software
View answer (1)

I applied via Approached by Company and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. About your work experience
  • Q2. About Your technical knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Technical Questions based on work experience
Round 4 - HR 

(1 Question)

  • Q1. Availability and Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Process was very good timely updates, everyone said Capgemini is best company to work but don't expect hikes?

Professional 1 Interview Questions asked at other Companies

Q1. Are you aware of Servers, Database and Data center?
View answer (1)

Capgemini interview questions for popular designations

 Analyst

 (457)

 Consultant

 (394)

 Software Engineer

 (313)

 Senior Consultant

 (279)

 Associate Consultant

 (251)

 Senior Analyst

 (159)

 Software Developer

 (154)

 Senior Software Engineer

 (137)

Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2024

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

I applied via Walk-in and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Four sections were there

Round 2 - Technical 

(5 Questions)

  • Q1. What is DBMS in SQL?
  • Ans. 

    DBMS in SQL stands for Database Management System, which is a software that allows users to interact with databases.

    • DBMS is a software that enables users to create, manage, and access databases.

    • It provides tools for data organization, storage, retrieval, and security.

    • Examples of popular DBMS in SQL include MySQL, Oracle Database, and Microsoft SQL Server.

  • Answered by AI
  • Q2. What is RDBMS in SQL ?
  • Ans. 

    RDBMS stands for Relational Database Management System in SQL.

    • RDBMS is a type of database management system that stores data in a structured format using rows and columns.

    • It allows users to establish relationships between different data sets.

    • SQL (Structured Query Language) is commonly used to interact with RDBMS.

    • Examples of RDBMS include MySQL, Oracle Database, and Microsoft SQL Server.

  • Answered by AI
  • Q3. What is Oops Concept ?
  • Ans. 

    Oops Concept refers to Object-Oriented Programming concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Oops Concept stands for Object-Oriented Programming concepts.

    • It includes principles like inheritance, encapsulation, polymorphism, and abstraction.

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

    • Encapsulation involves bundling data and methods that operate on the da...

  • Answered by AI
  • Q4. What is Encapsulation and explain with example?
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and only exposing the necessary functionalities.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation promotes code reusability and modularity.

    • Example: In a class representing a car, the variables like sp...

  • Answered by AI
  • Q5. Why did you change your b.tech background from mechanical to IT?
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me a part of life where you showed leadership skills?
  • Q3. Tell me a point where your teammate was not supportive but you did something to make him work with the team?

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good company to be in , Too much politics in the hierarchy

Skills evaluated in this interview

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

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

I applied via Company Website and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Communication ,verbal

Round 3 - Coding Test 

C,java,python,networking

Round 4 - HR 

(1 Question)

  • Q1. Tell me about urself

Top Capgemini Associate Analyst Interview Questions and Answers

Q1. why multiple inheritance is not possible
View answer (1)

Associate Analyst Interview Questions asked at other Companies

Q1. If you are given an array of 6 numbers 123345 give the logic for finding the duplicate numbers in this array Other technical questions where purely based on what we say previously. When I talked about my course and specializations, all the ... read more
View answer (7)

Jobs at Capgemini

View all

Consultant Interview Questions & Answers

user image Anonymous

posted on 9 Mar 2023

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

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Not applicable this question
Round 3 - HR 

(1 Question)

  • Q1. Not applicable this question
Round 4 - Technical 

(1 Question)

  • Q1. Not applicable this question

Interview Preparation Tips

Interview preparation tips for other job seekers - Need good technical skills to crack this interview

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)
Round 1 - Technical 

(1 Question)

  • Q1. I was interviewed for ServiceNow developer (Exp- 4 to 7 years) Post shortlisting of resume, first round was Technical. Most questions were related to what kind of projects I have worked on, how much codin...
Round 2 - One-on-one 

(1 Question)

  • Q1. The second round was managerial round. Questions included: Introduction in brief How many projects I have worked on so far. Was their any leadership role, scenario based questions on handling clients etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidant.
Prepare as per the JD before any interview.
Be confidant on whatever mentioned in your resume.
Do not beat around the bush, interviewers like the straight forward answers, its okay if you are not aware of the answers, admit it.

Servicenow Developer Interview Questions asked at other Companies

Q1. How to calculate timing of Incident which assigned to multiple group
View answer (3)

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be honest with your years of experience. All information you share will be verified at the time of joining.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Self inductio and other question
  • Q2. Python basis questons
  • Q3. Self induction family detailes

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you given opportunity of job and good hard work this company to lead my
Team

Top Capgemini Software Analyst Interview Questions and Answers

Q1. Trailing zeros in factorialYou are given an integer N, you need to find the number of trailing zeroes in N! (N factorial). Note: 1. Trailing zeros in a number can be defined as the number of continuous suffix zeros starting from the zeroth ... read more
View answer (3)

Software Analyst Interview Questions asked at other Companies

Q1. Merge IntervalsYou are given N number of intervals, where each interval contains two integers denoting the start time and the end time for the interval. The task is to merge all the overlapping intervals and return the list of merged interv... read more
View answer (3)

RTR F Interview Questions & Answers

user image Anonymous

posted on 3 Apr 2024

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

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell about your previous process? What is accurvals? Golden rule of journal entries
  • Q2. Tell about my self? What is SLA? Besic journal entries. What is reconciliations?

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, Agile and Python.
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 943 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Capgemini Reviews and Ratings

based on 40.1k reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.1

Salary

3.9

Job security

3.7

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 40.1k Reviews and Ratings
Invoicing Officer - A

Kolkata

2-5 Yrs

Not Disclosed

Software Engineer

Chennai

2-5 Yrs

₹ 2.6-10.5 LPA

RPA - BluePrism Developer

Noida,

Pune

+1

1-6 Yrs

Not Disclosed

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
52k salaries
unlock blur

₹2.9 L/yr - ₹11.8 L/yr

Senior Consultant
46k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.7k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
20k salaries
unlock blur

₹3.5 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

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