Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Interview Questions, Process, and Tips

Updated 27 Feb 2025

Top Capgemini Engineering Interview Questions and Answers

View all 309 questions

Capgemini Engineering Interview Experiences

Popular Designations

357 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Technical Writer Interview Questions asked at other Companies

Q1. Tell me about the OS your phone uses? What are the other phone operating systems available in the market
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. Self Intro 2. Basic c questions 3. Rtos 4. Embedded C questions 5. Project details
Round 2 - Technical 

(1 Question)

  • Q1. 1. Same as round 1
Round 3 - HR 

(1 Question)

  • Q1. Scale Info and work timings

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)
Capgemini Engineering Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your self

Desktop Support Engineer Interview Questions asked at other Companies

Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IPv6. How many types of os installation? What is BIOS AND what is use of CMOS BATTARY? WHST IS HDD and how many types of HDD? How to shot SMPS AND HOW TO UPDRADE RAM? DIFFERENCE... read more
View answer (3)

Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Apr 2024

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

Write 2 code for answers

Round 2 - Technical 

(2 Questions)

  • Q1. Oops database SQL questions
  • Q2. All basic questions
Round 3 - HR 

(2 Questions)

  • Q1. Strength weakness
  • Q2. Nothing much it was

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Top Capgemini Engineering Analyst Interview Questions and Answers

Q1. Single linked list operations ( adding and deleting a node)
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)

Capgemini Engineering interview questions for popular designations

 Software Engineer

 (35)

 Senior Software Engineer

 (17)

 Analyst

 (16)

 Software Developer

 (15)

 Consultant

 (12)

 Senior Consultant

 (10)

 Associate Consultant

 (10)

 Associate Engineer

 (9)

Technical Lead Interview Questions & Answers

user image Vasundhara Tyagi

posted on 3 Oct 2024

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

(1 Question)

  • Q1. CQRS architecture

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Get interview-ready with Top Capgemini Engineering Interview Questions

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. K8$ network questions

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 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 Resume tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. Spring mvc, how it works
  • Ans. 

    Spring MVC is a framework for building web applications in Java.

    • Spring MVC stands for Model-View-Controller, where the model represents the data, the view represents the UI, and the controller handles the requests and responses.

    • It uses DispatcherServlet to route incoming requests to the appropriate controller.

    • Controllers are annotated with @Controller and handle requests by methods annotated with @RequestMapping.

    • Spring...

  • Answered by AI
  • Q2. Spring boot progam to fetch the details from db(Asked to write the core logic of controller and service)
  • Q3. SQL query to fetch the 3rd max salary alone, and group the data by country and return the count of employees in each country
  • Ans. 

    SQL query to fetch 3rd max salary, group by country, and return count of employees in each country

    • Use a subquery to select the 3rd max salary

    • Join the employee table with the country table

    • Group by country and use COUNT() to get the number of employees

  • Answered by AI
  • Q4. Save and save flush, java 8 features, IO
  • Q5. Collections, Exception handling

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)

Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Jul 2024

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

(2 Questions)

  • Q1. Product testing and applications
  • Q2. Product testing and answers

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (7)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It's about all the options

Round 2 - Coding Test 

I got on java coding

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions basic plus advance

Round 2 - Coding Test 

Advance coding and oops concepts

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Basic questions

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)
Contribute & help others!
anonymous
You can choose to be anonymous

Capgemini Engineering Interview FAQs

How many rounds are there in Capgemini Engineering interview?
Capgemini Engineering interview process usually has 2-3 rounds. The most common rounds in the Capgemini Engineering interview process are Technical, HR and Resume Shortlist.
How to prepare for Capgemini Engineering 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 Engineering. The most common topics and skills that interviewers at Capgemini Engineering expect are SQL, Python, Javascript, Java and SQL Server.
What are the top questions asked in Capgemini Engineering interview?

Some of the top questions asked at the Capgemini Engineering interview -

  1. What are Hooks in React? Name the ones you have used in your proje...read more
  2. What are Higher Order Functions and Higher Order Components. Give exampl...read more
  3. How does Event Loop works? What are Event Queue and Event Sta...read more
How long is the Capgemini Engineering interview process?

The duration of Capgemini Engineering interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Capgemini Engineering

No Interviews

DESIGNATION

DESIGNATION

SALARIES

ACKO

INTERVIEWS

Randstad

No Interviews

SALARIES

KP Reliable Technique India

INTERVIEWS

ACKO

No Interviews

SALARIES

ACKO

SALARIES

ACKO

Tell us how to improve this page.

Capgemini Engineering Interview Process

based on 256 interviews

Interview experience

4.1
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Capgemini Engineering

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Capgemini Engineering Reviews and Ratings

based on 2.2k reviews

3.5/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

2.9

Salary

3.7

Job security

3.4

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 2.2k Reviews and Ratings
Senior Software Engineer
2.1k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Technical Lead
1.5k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Engineer
1.4k salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Network Engineer
450 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Technical Lead
370 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Capgemini Engineering with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent