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

Filter interviews by

Capgemini Interview Questions, Process, and Tips

Updated 28 Feb 2025

Top Capgemini Interview Questions and Answers

View all 3k questions

Capgemini Interview Experiences

Popular Designations

4.7k interviews found

Java Developer Interview Questions & Answers

user image Sonunigam Bar

posted on 15 Nov 2024

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

(2 Questions)

  • Q1. Explain your project Architecture
  • Ans. 

    Our project architecture follows a microservices design pattern with a front-end client communicating with multiple back-end services.

    • Front-end client built using Angular framework

    • Back-end services developed in Java using Spring Boot

    • Communication between services through RESTful APIs

    • Database layer implemented using MySQL

    • Containerized deployment using Docker and managed with Kubernetes

  • Answered by AI
  • Q2. What is Spring Security
  • Ans. 

    Spring Security is a powerful and customizable authentication and access control framework for Java applications.

    • Provides authentication and authorization capabilities for Java applications

    • Integrates with Spring Framework for easy configuration and usage

    • Supports various authentication mechanisms like form-based, basic, OAuth, etc.

    • Allows for fine-grained access control through roles and permissions

    • Can be easily extended...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to handel global exception in spring boot
  • Ans. 

    Global exception handling in Spring Boot can be achieved using @ControllerAdvice and @ExceptionHandler annotations.

    • Create a class annotated with @ControllerAdvice to handle global exceptions

    • Define methods in this class annotated with @ExceptionHandler for specific exception types

    • Return a ResponseEntity with appropriate status code and error message in the @ExceptionHandler methods

  • Answered by AI
  • Q2. What is circuit breaker pattern
  • Ans. 

    Circuit breaker pattern is a design pattern used in software development to prevent system failures and improve resilience.

    • Circuit breaker pattern is used to handle faults in distributed systems.

    • It monitors for failures and trips when a threshold is reached, preventing further requests.

    • Once the circuit breaker trips, it can be configured to allow some requests through to check if the system has recovered.

    • If the system ...

  • Answered by AI

Skills evaluated in this interview

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)

QA Engineer Interview Questions & Answers

user image GEETIKA GUPTA

posted on 20 Nov 2024

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

(5 Questions)

  • Q1. API testing related questions were asked
  • Q2. What is api testing
  • Q3. How do you log bugs
  • Q4. What is agilemethodology
  • Q5. What is selenium framework
Capgemini Interview Questions and Answers for Freshers
illustration image

Assistant Manager Interview Questions & Answers

user image Bandana Gupta

posted on 13 Sep 2024

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

I applied via Recruitment Consulltant

Round 1 - HR 

(1 Question)

  • Q1. Application knowledge
Round 2 - One-on-one 

(2 Questions)

  • Q1. What do you know about depreciation
  • Q2. What do you know about Capgemini
Round 3 - One-on-one 

(2 Questions)

  • Q1. How many SLA are there in your current process
  • Q2. 1.journal, 2 reports, 3.reconciliation & 4.client service desk
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Conflict resolution
  • Q2. Roles & responsibilities as SM
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to manage cross functional dependencies
  • Q2. Blocker reslution

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

 (424)

 Consultant

 (399)

 Software Engineer

 (313)

 Senior Consultant

 (282)

 Associate Consultant

 (254)

 Software Developer

 (152)

 Senior Analyst

 (149)

 Senior Software Engineer

 (138)

Consultant Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2024

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 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. No of occurance of a charcter in a string.
  • Ans. 

    Count the number of occurrences of a character in a string.

    • Iterate through the string and keep track of the count of the desired character.

    • Use a hashmap to store the count of each character for efficient lookup.

    • Consider both uppercase and lowercase characters as separate entities.

  • Answered by AI
  • Q2. Write xpath on amazon website
  • Ans. 

    XPath can be used to locate elements on the Amazon website.

    • Use //tagname to select all elements with a specific tag name

    • Use @attribute to select elements with a specific attribute

    • Use [text()='value'] to select elements with specific text content

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Database and automation framework connection.
  • Q2. Sql questions on joins
Round 3 - English Test 

(1 Question)

  • Q1. Reading, writing, listning, speaking

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on fundamentals and be prepare for the coding with different data structures.

Skills evaluated in 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)

Get interview-ready with Top Capgemini Interview Questions

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

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

Round 1 - Coding Test 

Java related coding and questions related to selenium

Round 2 - Technical 

(1 Question)

  • Q1. Selenium,java,testng,cucumber related questions
Round 3 - Technical 

(1 Question)

  • Q1. Framework Related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have knowledge in framework that we use

Top Capgemini Automation Test Engineer Interview Questions and Answers

Q1. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium and code for it 4] Scenario based questions 5] types of frameworks 6] how to read data from excel 7] Coding questions based on- handling dropdown in selenium, database automati... read more
View answer (1)

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Jobs at Capgemini

View all
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Angular routing
  • Q2. What are pipes in angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view

    • They can be used to filter, sort, or transform data in various ways

    • Examples include date pipe, currency pipe, and uppercase/lowercase pipe

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Which version of java you use?
  • Ans. 

    I use Java version 8 for Angular development.

    • I use Java 8 for its compatibility with Angular frameworks and libraries.

    • Java 8 introduced features like lambda expressions and streams which are useful in Angular development.

    • Example: I use Java 8 to write backend services for my Angular applications.

  • Answered by AI
  • Q2. What are the new features in java 8?
  • Ans. 

    Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise and readable way.

    • Functional interfaces provide a way to define interfaces with a single abstract method.

    • Streams allow you to process collections of objects in a functional style.

    • Default methods allow you to add new methods to interfaces wit

  • Answered by AI

Skills evaluated in this interview

Top Capgemini Angular Developer Interview Questions and Answers

Q1. What is a custom pipe in Angular, and how is it created?
View answer (1)

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Most questions pseudo code are based

Round 2 - Coding Test 

2 questions asked dsa based .

Round 3 - Technical 

(5 Questions)

  • Q1. Introduction to yourself
  • Q2. About project and internship
  • Q3. What is c++ ?
  • Ans. 

    C++ is a high-level programming language used for developing software applications.

    • C++ is an object-oriented language, allowing for the creation of classes and objects.

    • It is a powerful language with features like polymorphism, inheritance, and encapsulation.

    • C++ is commonly used in developing system software, game development, and high-performance applications.

  • Answered by AI
  • Q4. What is virtual function?
  • Ans. 

    A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden by a function with the same signature in a derived class.

    • Virtual functions allow for dynamic polymorphism in object-oriented programming.

    • They are used to achieve runtime polymorphism by allowing a function to be overridden in a derived class.

    • Virtual functions are declared in the base class with the 'virtu...

  • Answered by AI
  • Q5. Scenario based question on sql

Skills evaluated in this interview

Top Capgemini Associate Data Analyst Interview Questions and Answers

Q1. How to get non-repeated entries from a table?
View answer (1)

Associate Data Analyst Interview Questions asked at other Companies

Q1. 5. What are stored procedures and when are they used?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Write a java code to find the vowels from given string

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is string and why it is immutable
  • Ans. 

    A string is a sequence of characters. It is immutable because once created, its value cannot be changed.

    • Strings are used to represent text data in programming languages.

    • Immutable means that the value of a string cannot be altered once it is created.

    • Any operation that appears to modify a string actually creates a new string with the modified value.

    • Example: 'hello' -> 'hello world'

  • Answered by AI
  • Q2. Write a api to fetch the employee details
  • Ans. 

    API to fetch employee details

    • Create a GET endpoint /employees to fetch all employee details

    • Include parameters like employee ID or department to filter results

    • Return employee details in JSON format with fields like name, age, position, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more on the java coding and rest api

Top Capgemini Automation Test Engineer Interview Questions and Answers

Q1. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium and code for it 4] Scenario based questions 5] types of frameworks 6] how to read data from excel 7] Coding questions based on- handling dropdown in selenium, database automati... read more
View answer (1)

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

SAP Fico Consultant Interview Questions & Answers

user image Rahul Srivastava

posted on 26 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Describe AP cycle and principles of accounting

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly before attending any accounts payable job interview to increase your chances of being selected.

Top Capgemini SAP Fico Consultant Interview Questions and Answers

Q1. Where do you transfer the profit you get in P&L a/c?
View answer (4)

SAP Fico Consultant Interview Questions asked at other Companies

Q1. 1. Journal entry for Purchase with GST 2. Explain any one Ind AS 3. What is SAP? 4. What is ERP? 5. Why IT industry? 6. What is the use of Flash-Fill in Excel? 7. Any 5 excel features. (Pivot table, macros, flashfill, vlookup, charts)
View answer (3)
Contribute & help others!
anonymous
You can choose to be anonymous

Capgemini Interview FAQs

How many rounds are there in Capgemini 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 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 SQL, Troubleshooting, Javascript, Python and Agile.
What are the top questions asked in Capgemini interview?

Some of the top questions asked at the Capgemini interview -

  1. In a dark room,there is a box of 18 white and 5 black gloves. You are allowed t...read more
  2. How can you cut a rectangular cake in 8 symmetric pieces in three cut...read more
  3. One question of sorting for a list of people belonging to different cities and...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.

Recently Viewed

DESIGNATION

Pyspark Developer

25 interviews

SALARIES

Concentrix Corporation

REVIEWS

Vodafone Idea

No Reviews

SALARIES

Concentrix Corporation

INTERVIEWS

Senco Gold

No Interviews

SKILL

Interview Questions

250 interview questions

SKILL

Interview Questions

250 interview questions

COMPANY BENEFITS

Vodafone Idea

No Benefits

SALARIES

Vodafone Idea

Tell us how to improve this page.

Capgemini Interview Process

based on 3.7k interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Capgemini Reviews and Ratings

based on 41.7k 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.9

Promotions

3.5

Work satisfaction

Explore 41.7k Reviews and Ratings
Sr. BluePrism RPA Developer (Except Bangalore Location)

Pune,

Chennai

+1

6-11 Yrs

Not Disclosed

Microservice Developer

Hyderabad / Secunderabad,

Gurgaon / Gurugram

+1

5-10 Yrs

Not Disclosed

Business Advisor - A

Noida

2-5 Yrs

Not Disclosed

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹17.5 L/yr

Associate Consultant
50.8k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Consultant
46.1k salaries
unlock blur

₹7.5 L/yr - ₹24.5 L/yr

Senior Analyst
20.6k salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Senior Software Engineer
20.2k salaries
unlock blur

₹3.5 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.8
Compare

TCS

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