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

Updated 24 Feb 2025

Top Capgemini Interview Questions and Answers

View all 3k questions

Capgemini Interview Experiences

Popular Designations

4.8k interviews found

Analyst Interview Questions & Answers

user image SOMA PENDURTHI (RA2111027010066)

posted on 24 Nov 2024

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

Very basic aptitude test

Round 2 - Coding Test 

Divided into two categories. cleared the 4.2LPA slab but not selected for 7.5LPA. If selected need to give another test

Round 3 - Technical 

(3 Questions)

  • Q1. Questions completely on resume
  • Q2. Explaining basic python data-types(list,tuples,etc)
  • Q3. HR questions like why capegemini, what will you do if u get other offers, are u comfortable with night shift and relocation, etc

Top Capgemini Analyst Interview Questions and Answers

Q1. N-th Fibonacci NumberYou are 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. Fibonacci number is calculated u... read more
View answer (5)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are 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. Fibonacci number is calculated u... read more
View answer (5)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java steam api with java8 programs
  • Q2. Java basic concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not waste time recruiters and HR won't respond here even calling multiple times though documents are shared you will be just blank with no response, Capgemini says you are always welcome but the statement does not seems to be correct recruiters are childish no professionals

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Besic accounting interview
  • Q2. Golden rule asked in jnterview
  • Q3. Accrual entry, depreciation

Reconciliation Analyst Interview Questions asked at other Companies

Q1. What is derrivatives? What isTLC? What is hedge funds?
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is the difference between a List and a Dictionary in programming?
  • Ans. 

    List is an ordered collection of elements, while a Dictionary is a collection of key-value pairs.

    • List maintains elements in a specific order, while Dictionary stores key-value pairs where keys are unique.

    • Accessing elements in a List is done by index, while accessing values in a Dictionary is done by key.

    • Example: List - [1, 2, 3], Dictionary - {'a': 1, 'b': 2, 'c': 3}

  • Answered by AI
  • Q2. What are the decorators in python
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions or methods.

    • Decorators are denoted by the @ symbol followed by the decorator function name.

    • They are commonly used for adding functionality to existing functions without modifying their code.

    • Decorators can be used for logging, authentication, caching, and more.

    • Example: @staticmethod decorator in Python is used to define a method that is not bo

  • Answered by AI
  • Q3. Give me example for list comprehension and regression
  • Ans. 

    List comprehension is a concise way to create lists in Python. Regression is a statistical method to model relationships between variables.

    • List comprehension example: squares = [x**2 for x in range(10)]

    • Regression example: fitting a linear regression model to predict house prices based on square footage

  • Answered by AI

Top Capgemini Senior Software Engineer Interview Questions and Answers

Q1. Pascal's TriangleYou are given an integer N. Your task is to return a 2-D ArrayList containing the pascal’s triangle till the row N. A Pascal's triangle is a triangular array constructed by summing adjacent elements in preceding rows. Pasca... read more
View answer (5)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Capgemini interview questions for popular designations

 Analyst

 (457)

 Consultant

 (398)

 Software Engineer

 (315)

 Senior Consultant

 (282)

 Associate Consultant

 (253)

 Senior Analyst

 (160)

 Software Developer

 (154)

 Senior Software Engineer

 (138)

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain Autopilot enrollment procedure
  • Ans. 

    Autopilot enrollment procedure involves registering for the service and setting up preferences.

    • Register for Autopilot service online or through a Tesla account

    • Provide necessary information such as contact details and payment method

    • Select preferences for Autopilot features like lane-keeping assist and adaptive cruise control

    • Complete any required training or verification process

    • Start using Autopilot once enrollment is co

  • Answered by AI
  • Q2. Explain Co-management feature
  • Q3. What are the different types of detection logic available in Sccm
  • Ans. 

    Different types of detection logic in SCCM include file system detection, registry detection, and WMI detection.

    • File system detection: Checks for the existence of a file or folder on the target system.

    • Registry detection: Checks for a specific registry key or value on the target system.

    • WMI detection: Uses Windows Management Instrumentation to query information from the target system.

    • Custom script detection: Allows for t...

  • Answered by AI
  • Q4. Explain queries concept in sccm
  • Ans. 

    Queries in SCCM are used to retrieve information from the database based on specified criteria.

    • Queries in SCCM can be used to gather information about hardware inventory, software inventory, compliance status, etc.

    • Queries can be created using SQL-like syntax in the SCCM console.

    • Queries can be saved and reused for reporting or targeting specific groups of devices.

    • Examples of queries include finding all devices with a sp...

  • Answered by AI
  • Q5. How do you create an application in intune
  • Ans. 

    Creating an application in Intune involves uploading the app package, configuring deployment settings, and assigning the app to users or devices.

    • Upload the app package to Intune

    • Configure deployment settings such as installation behavior and app availability

    • Assign the app to users or devices for installation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was more of a technical questions about our current project. They stick to JD

Skills evaluated in this interview

Top Capgemini Senior Associate Interview Questions and Answers

Q1. What's is Capital Market? what is Derivatives? Difference between bond and equity? They ask some basics questions like this.
View answer (2)

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Get interview-ready with Top Capgemini Interview Questions

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. About FSD Experience
  • Q2. What is FIT - Gap Analysis
  • Ans. 

    FIT - Gap Analysis is a process used to identify the gaps between the current state and the desired future state of a system or process.

    • FIT - Gap Analysis involves comparing the current functionalities of a system with the desired functionalities to identify gaps.

    • It helps in understanding the areas where customization or configuration is needed to meet the requirements.

    • The analysis results in a detailed report outlinin...

  • Answered by AI
  • Q3. Accounting Entries In Subcontracting Process
  • Ans. 

    Accounting entries in subcontracting process involve transfer of raw materials to subcontractor and receipt of finished goods.

    • Raw materials transferred to subcontractor are recorded as a debit to subcontracting expense account and credit to raw materials inventory account.

    • Receipt of finished goods from subcontractor is recorded as a debit to finished goods inventory account and credit to subcontracting expense account.

    • ...

  • Answered by AI
  • Q4. Under Enterprise structure >Assighnment >Why we will assign two types of purchase org to plant.
  • Ans. 

    Assigning two types of purchase org to plant allows for different procurement processes and strategies to be implemented for different materials or categories.

    • Allows for segregation of procurement processes based on material type or category

    • Enables different purchasing strategies to be implemented for different materials

    • Facilitates better control and management of procurement activities for the plant

  • Answered by AI

SAP MM Consultant Interview Questions asked at other Companies

Q1. What is FDS , did you create and if create tell me the requirement?
View answer (5)

Jobs at Capgemini

View all

Architect Interview Questions & Answers

user image Anonymous

posted on 8 Dec 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Cloud migration steps
  • Q2. Aws service and database
Round 2 - Technical 

(2 Questions)

  • Q1. Aws sqs details
  • Q2. Posrgresql disadvantages

Architect Interview Questions asked at other Companies

Q1. How do you find the resources available on a server if it is on premise?
View answer (2)

Analyst interview

user image Tech and Target

posted on 2 Mar 2022

 · B.E. / B.Tech
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(7 Questions)

  • Q1. Explain concepts of Docker and Kubernetes
  • Ans. 

    Docker is a platform for developing, shipping, and running applications in containers. Kubernetes is a container orchestration tool for managing containerized applications across a cluster of nodes.

    • Docker allows developers to package applications and dependencies into containers for easy deployment.

    • Kubernetes automates the deployment, scaling, and management of containerized applications.

    • Docker containers are lightweig...

  • Answered by AI
  • Q2. Deploying an app in Kubernetes
  • Ans. 

    Deploying an app in Kubernetes involves creating a deployment configuration, defining pods, services, and managing resources.

    • Create a deployment configuration file specifying the app's image, ports, and replicas

    • Define pods to run the app containers

    • Create services to expose the app internally or externally

    • Manage resources such as CPU and memory limits for optimal performance

  • Answered by AI
  • Q3. Cloud technologies
  • Q4. Questions about previous projects
  • Q5. Kafka questions, credentials, port-binding
  • Q6. Interfaces in Golang - Code
  • Ans. 

    Interfaces in Golang allow for defining behavior without specifying implementation details.

    • Interfaces are a collection of method signatures.

    • A type satisfies an interface if it implements all the methods in the interface.

    • Interfaces allow for polymorphism in Golang.

    • Example: type Writer interface { Write([]byte) (int, error) }

    • Example: type MyWriter struct {} func (mw MyWriter) Write(data []byte) (int, error) { return len(

  • Answered by AI
  • Q7. Goroutines - explain with example code
  • Ans. 

    Goroutines are lightweight threads managed by Go runtime, allowing concurrent execution of functions.

    • Goroutines are created using the 'go' keyword followed by a function call.

    • They are multiplexed onto multiple OS threads by the Go runtime.

    • Example: go func() { fmt.Println('Hello, goroutine!') }

    • Goroutines are used for concurrent programming in Go, enabling parallelism.

  • Answered by AI

Skills evaluated in this interview

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 (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

N0rmal hacker rank queationss

Round 2 - Technical 

(5 Questions)

  • Q1. What is servlet implement code
  • Ans. 

    Servlet implement code is the code that defines the behavior of a servlet in a Java web application.

    • Servlet implement code is written in Java and typically extends the HttpServlet class.

    • It includes methods like doGet() and doPost() to handle HTTP GET and POST requests.

    • Servlet implement code can interact with databases, process form data, and generate dynamic web content.

  • Answered by AI
  • Q2. Write jwt implementation methods
  • Ans. 

    JWT implementation methods involve encoding, decoding, and verifying tokens for secure authentication.

    • Use a library like jsonwebtoken to easily create and verify JWT tokens

    • When creating a token, include a payload with user information and a secret key for signing

    • To verify a token, decode it using the secret key and check the signature

  • Answered by AI
  • Q3. What is oops concets
  • Ans. 

    Object-oriented programming concepts that focus on classes and objects.

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

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

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

    • Abstraction: Hiding the complex implementation details and showing only the necessary features.

    • ...

  • Answered by AI
  • Q4. What is rdbms and use
  • Ans. 

    RDBMS stands for Relational Database Management System. It is a type of database management system that stores data in a structured format.

    • Organizes data into tables with rows and columns

    • Uses SQL for querying and managing data

    • Enforces relationships between tables using foreign keys

    • Examples include MySQL, PostgreSQL, Oracle

  • Answered by AI
  • Q5. What is microservies anduse
  • Ans. 

    Microservices are a software development technique where applications are broken down into smaller, independent services that communicate with each other.

    • Each microservice is responsible for a specific function or feature

    • Microservices can be developed, deployed, and scaled independently

    • Communication between microservices is typically done through APIs

    • Examples: Netflix, Amazon, Uber

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - cpre java, spring boot. or server side technlogies prepare that perfectly

Skills evaluated in this interview

Top Capgemini Software Developer Interview Questions and Answers

Q1. Split Array with Equal Sums Problem Statement Given an array 'ARR' of size 'N', determine if there exists a triplet (i, j, k) satisfying the conditions: 0 < i , i + 1 < j , j + 1 < k and k < N - 1, such that the sums of the suba... read more
Add answer

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

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.

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.4k 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.4k Reviews and Ratings
Business Advisor - A

Tiruchirappalli

2-6 Yrs

Not Disclosed

Senior Software Engineer

Bangalore / Bengaluru

4-6 Yrs

₹ 4.45-13.8 LPA

Senior Software Engineer

Gurgaon / Gurugram

4-6 Yrs

₹ 8.3-14 LPA

Explore more jobs
Consultant
55.1k salaries
unlock blur

₹5.2 L/yr - ₹17.5 L/yr

Associate Consultant
50.8k salaries
unlock blur

₹3 L/yr - ₹11.8 L/yr

Senior Consultant
46k salaries
unlock blur

₹7.4 L/yr - ₹24.5 L/yr

Senior Analyst
20.8k salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Senior Software Engineer
20.1k salaries
unlock blur

₹3.5 L/yr - ₹12.4 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