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

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

I applied via Company Website and was interviewed in Apr 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 tips
Round 2 - Coding Test 

SQL and PLSQL querys writing.

Round 3 - HR 

(2 Questions)

  • Q1. Self introduction ,and salary discussion
  • Q2. Self introduction and salary discussion, company details.

Oracle SQL and PLSQL Developer Interview Questions asked at other Companies

Q1. Tell me about Analytical functions you worked on ?
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Mar 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

Probably, Maths, Statistics and English questions asked.

Round 3 - One-on-one 

(1 Question)

  • Q1. 1Machine learning, Power BI and Basic maths questions asked? 2Basics of ML,DL and how to solve teal world problems? 3What is T test 4.What is KNN.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Basics ML, Analysis.
Power BI for visualization

Top Capgemini Data Analyst Interview Questions and Answers

Q1. Ninja And His Secret InformationNinja has recently joined the FBI. Ninja got some secret information ‘SECRET_INFORMATION’ which he wants to share with his team. But he can not send this information directly because of the hackers and securi... read more
View answer (2)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
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. How many types of triggers
  • Ans. 

    There are two types of triggers: DML and DDL triggers.

    • DML triggers fire when a DML statement is executed on a table or view.

    • DDL triggers fire in response to DDL events like CREATE, ALTER, DROP, etc.

    • Examples of DML triggers include AFTER INSERT, UPDATE, and DELETE triggers.

    • Examples of DDL triggers include AFTER CREATE, ALTER, and DROP triggers.

  • Answered by AI
  • Q2. What is autonomous transaction
  • Ans. 

    Autonomous transaction is a transaction that is independent of the main transaction and can commit or rollback independently.

    • Autonomous transactions are used to perform a separate transaction within a larger transaction.

    • They are useful for logging, auditing, and error handling.

    • Autonomous transactions can commit or rollback independently of the main transaction.

    • They are commonly used in PL/SQL programming.

    • Example: A tri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering to questions raised by interviewer

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
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Just be confident in the work you are doing. Keep your sentences simple while speaking so that it is easily understood. Study your work and be able to make the interviewer understand what you do in your jo...
  • Q2. What is your daily work? Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and presentable.
Be specific about the work you do.
Smile

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

 (457)

 Consultant

 (394)

 Software Engineer

 (313)

 Senior Consultant

 (279)

 Associate Consultant

 (251)

 Senior Analyst

 (159)

 Software Developer

 (154)

 Senior Software Engineer

 (137)

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

I applied via campus placement at Ajeenkya DY Patil University, Pune and was interviewed in Apr 2023. There were 3 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 

Aptitude test 3 section logic reasoning

Round 3 - Coding Test 

Write a program for matrix creation

Top Capgemini Associate Software Engineer Interview Questions and Answers

Q1. 1) Difference between let, const, var 2) virtual Dom 3) Hooks- usestate, useeffect- it's class component features 4) Redux 5) Api calling via Redux 6) object destructuring 7) props
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Get interview-ready with Top Capgemini Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. 1. database sync strategy ,
  • Ans. Use ODG and Oracle Golden Gate
  • Answered Anonymously
  • Q2. Explain Active Active Architecture
  • Ans. 

    Active Active Architecture is a design approach that allows multiple instances of a system to be active and processing requests simultaneously.

    • Active Active Architecture involves deploying multiple instances of a system in parallel.

    • All instances are actively processing requests and sharing the workload.

    • It provides high availability and scalability by distributing the load across multiple instances.

    • Each instance can han...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - explain using whiteboard and explain all components

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)

Jobs at Capgemini

View all

Process Associate Interview Questions & Answers

user image Nagesh Nagesh

posted on 15 Jan 2023

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

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Are you comfortable to work in night shift
Round 3 - Technical 

(4 Questions)

  • Q1. How many years of experience you have
  • Q2. Tell me about yourself
  • Q3. What’s your salary expectation
  • Q4. Do you have previous company experience letter

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don’t join in contractual role because they said we will hire you direct employee once I completed 6 months but they didn’t hire me

Top Capgemini Process Associate Interview Questions and Answers

Q1. Tell me something about eurobonds, capital market. Describe your resume.
View answer (5)

Process Associate Interview Questions asked at other Companies

Q1. How will you explain a red colour (or any colour) to a person who is blind since his or her birth?
View answer (19)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2022

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Avoid using too much corporate jargon in your CV. Sometimes keeping things simple will get your job done.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. There are simple questions like java 8 features, Micro service patterns like circuit breaker and service discovery
  • Q2. How do you bring up the micro service application automatically which was down if multiple services are running in a cluster.
  • Ans. 

    To bring up a down micro service in a cluster, use automated monitoring and recovery tools.

    • Use a monitoring tool to detect when a service is down

    • Configure the tool to automatically restart the service

    • Ensure that the tool is configured to handle multiple services in a cluster

    • Consider using container orchestration tools like Kubernetes or Docker Swarm

    • Test the automated recovery process regularly to ensure it is working p

  • Answered by AI
  • Q3. Write a program for global exception handling and character frequency in sentence
  • Ans. 

    Program for global exception handling and character frequency in sentence

    • Use try-except block to handle exceptions globally

    • Use collections module to count character frequency

    • Iterate through the sentence and count each character

    • Print the character frequency in descending order

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java 8 features, spring boot basic annotations and functionalities Basic microservice patterns

Skills evaluated in this interview

Top Capgemini Team Lead Interview Questions and Answers

Q1. There are two teams ( team A and team B). Team A used delivered 150% and team B delivered 80%. Team B will help other team when required but team A won't. Which team is best team?
View answer (2)

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Associate Consultant(Software Engineer Lead) Interview Questions & Answers

user image Anonymous

posted on 24 Mar 2023

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

I applied via Naukri.com and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Name your CV properly while saving it. It is highly likely that the recruiter won't even open your CV if you name it casually.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic pandas questions related to Data analytics
  • Q2. Lamda function use cases related to previous project
  • Ans. 

    Used Lambda functions for serverless computing in previous project

    • Used Lambda functions to process and analyze data from IoT devices

    • Implemented Lambda functions to handle user authentication and authorization

    • Utilized Lambda functions for image and video processing in real-time

    • Created Lambda functions to trigger automated workflows based on specific events

    • Implemented Lambda functions for serverless web applications

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Regarding degree and previous job role
Round 4 - Amcat 

(2 Questions)

  • Q1. Basic English questions and reasoning.
  • Q2. One legendary question about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with the flow, don't panic at all. It take time to complete all the rounds for me it took 1 month, and 1 more for negotiation.

Skills evaluated in this interview

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:
Don’t put irrelevant stats in your CV to impress employers. Use numbers and statics to highlight the impact of your work.
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

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 942 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