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 39.5k 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 14 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
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question related to RPA

Top Capgemini Associate Consultant Interview Questions and Answers

Q1. Could you tell me, which tools do you have used in test management and defect tracking?
View answer (9)

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 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 

(2 Questions)

  • Q1. Diffence between @Controller and @RestController
  • Ans. 

    The @Controller annotation is used to define a controller class in Spring MVC, while @RestController is used to define a RESTful web service controller.

    • The @Controller annotation is used to create a controller class that handles HTTP requests and returns a view, typically used in traditional Spring MVC applications.

    • The @RestController annotation is used to create a controller class that handles HTTP requests and return...

  • Answered by AI
  • Q2. Difference between @Service and @Component
  • Ans. 

    The @Service annotation is used to annotate classes at the service layer, while @Component is a generic stereotype annotation for any Spring-managed component.

    • The @Service annotation is a specialization of the @Component annotation, indicating that a class is a service layer component.

    • Using @Service helps in better code organization and readability by clearly defining the purpose of the annotated class.

    • Spring automatic...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Senior Java Developer interview:
  • Spring Boot
  • Java stream

Skills evaluated in this interview

Top Capgemini Senior Java Developer Interview Questions and Answers

Q1. 1.difference between list,set and map in java collections 2.exception Handling 3.difference between throw and throws 4.why to create a thread 5.maker interface in java and its use 6.Spring boot which you used in your project Annotations 7.b... read more
View answer (1)

Senior Java Developer Interview Questions asked at other Companies

Q1. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -> 2 -... read more
View answer (4)

SAP Security Consultant Interview Questions & Answers

user image vaishnavi Kalshetti

posted on 14 May 2024

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

(1 Question)

  • Q1. What is Composite roleplay
  • Ans. 

    Composite roleplay is a concept in SAP security where multiple roles are combined into a single role for a user.

    • Combines multiple roles into one for easier assignment to users

    • Reduces the number of roles assigned to users

    • Helps in simplifying user access management

    • Example: A composite role 'Sales Manager' may include roles for sales, reporting, and customer management

  • Answered by AI

SAP Security Consultant Interview Questions asked at other Companies

Q1. what is the tcode for user creation?
View answer (6)

Java Developer Interview Questions & Answers

user image konduri saisri

posted on 18 Jun 2024

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

(1 Question)

  • Q1. Core Java questions

Top Capgemini Java Developer Interview Questions and Answers

Q1. Is Java platform-independent, if yes why?
View answer (6)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Capgemini interview questions for popular designations

 Analyst

 (454)

 Consultant

 (390)

 Software Engineer

 (312)

 Senior Consultant

 (278)

 Associate Consultant

 (250)

 Senior Analyst

 (157)

 Software Developer

 (149)

 Senior Software Engineer

 (137)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2024

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

(1 Question)

  • Q1. 1.Partitioning and bucketing 2.Few SQL questions 3.ADF scenario questions

Top Capgemini Data Engineer Interview Questions and Answers

Q1. How will you Join if two tables are large in pyspark?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Get interview-ready with Top Capgemini Interview Questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on api

Interview Preparation Tips

Interview preparation tips for other job seekers - Asked questions on API, webservices, soap and rest diff, error codes, and wrote code for reverse the string

Top Capgemini Automation Tester Interview Questions and Answers

Q1. Explain what is Background keyword in BDD
View answer (1)

Automation Tester Interview Questions asked at other Companies

Q1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing 3)how many test cases you execute per day 4)Tell me the diffrent Types of waits 5)When we use Implicite and Explicite wait 6)How many times you can use implicite wait in your... read more
View answer (1)

Jobs at Capgemini

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. If account is deleted why contact record deletes
  • Ans. 

    When an account is deleted, the related contact record may also be deleted due to a cascading delete rule.

    • Contacts are often related to accounts in a one-to-many relationship

    • Cascading delete rules can be set up in the database to automatically delete related records

    • This helps maintain data integrity and prevent orphaned records

  • Answered by AI

Top Capgemini Salesforce Developer Interview Questions and Answers

Q1. What are triggers and their use?
View answer (2)

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (5)

Data Engineer Interview Questions & Answers

user image Ateet Agrawal

posted on 16 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Data Engineer, python, SQL pyspark
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion

Top Capgemini Data Engineer Interview Questions and Answers

Q1. How will you Join if two tables are large in pyspark?
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2023.

Round 1 - HR 

(1 Question)

  • Q1. HRs were good. Normal behavioural questions
Round 2 - Group Discussion 

Performance Testing concept and project work

Round 3 - Case Study 

Advanced performance testing case studies) scenarios

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Top Capgemini Associate Consultant Interview Questions and Answers

Q1. Could you tell me, which tools do you have used in test management and defect tracking?
View answer (9)

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project Related Questions
Round 2 - HR 

(1 Question)

  • Q1. Overall Experience and reasons for Job change

Top Capgemini Data Scientist Interview Questions and Answers

Q1. Can you write a code to identify prime no between two no?
View answer (1)

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

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 Management.
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 638 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 1.3k Capgemini interviews
Job Portal
Referral
Company Website
Campus Placement
WalkIn
Recruitment Consultant
52%
7%
7%
7%
4%
4%
19% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all

Capgemini Reviews and Ratings

based on 39.5k reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-Life balance

3.1

Salary & Benefits

3.9

Job Security

3.7

Company culture

2.9

Promotions/Appraisal

3.5

Work Satisfaction

Explore 39.5k Reviews and Ratings
Innovation Project Manager - Kolkata/Mumbai

Kolkata,

Navi Mumbai

+1

10-17 Yrs

Not Disclosed

Teamcenter Developer

Pune

4-6 Yrs

Not Disclosed

Senior Software Engineer

Pune

6-11 Yrs

Not Disclosed

Explore more jobs
Consultant
55.1k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
51.9k salaries
unlock blur

₹2.9 L/yr - ₹11.8 L/yr

Senior Consultant
45.9k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.4k salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Senior Software Engineer
19.8k salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview