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

I applied via Naukri.com and was interviewed before Aug 2022. 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 - Technical 

(1 Question)

  • Q1. Basic Networking Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. About your previous profile and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics

consultant b2 Interview Questions asked at other Companies

Q1. What are the disadvantages of Frame 9FA Gas turbine.
View answer (1)

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How to reverse a single linked list
  • Ans. 

    To reverse a single linked list, iterate through the list and change the direction of the pointers.

    • Create three pointers: previous, current, and next

    • Set current to the head of the linked list

    • Iterate through the list, setting next to the next node, then setting current's next to previous

    • Move previous and current pointers one node forward

    • Return the new head of the linked list

  • Answered by AI
  • Q2. Linux file system.
  • Q3. Sort a single linked list
  • Ans. 

    To sort a single linked list, we can use merge sort or quick sort algorithm.

    • Merge sort: divide the list into two halves, sort each half recursively, and merge the sorted halves.

    • Quick sort: partition the list into two sub-lists, one with elements smaller than a pivot and the other with elements larger than the pivot, and recursively sort each sub-list.

    • Selection sort: repeatedly find the minimum element in the unsorted p...

  • Answered by AI
  • Q4. Multithreading and socket programming.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to brush up your skills on DS/Algos, multithreading and socket programming. If you are interviewing for C/C++ role then you'll face lots of question from above mentioned topics.

Skills evaluated in this interview

Top Capgemini Engineering Senior Software Engineer Interview Questions and Answers

Q1. How to create 1gb file in python?
View answer (1)

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)

I applied via Campus Placement and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions from Mech Eng
Round 2 - One-on-one 

(1 Question)

  • Q1. Project discussion and situation based questions to solve it technically

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basics on Engineering . Be a good communicator..listen the question carefully and answer

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

I applied via Naukri.com

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 - Technical 
Round 3 - Technical 
Round 4 - HR 

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be strong at basics and in sharing previous experience

Electrical Engineer Interview Questions asked at other Companies

Q1. What is the difference between Switch gear & Circuit Breakers ?
View answer (11)

Capgemini Engineering interview questions for popular designations

 Software Engineer

 (35)

 Senior Software Engineer

 (17)

 Analyst

 (16)

 Software Developer

 (15)

 Consultant

 (12)

 Associate Consultant

 (10)

 Senior Consultant

 (10)

 Associate Engineer

 (9)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2022. There were 4 interview rounds.

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

Verbal, comprehensional passage, reasoning,

Round 3 - Technical 

(2 Questions)

  • Q1. C programming language
  • Q2. Python programming
Round 4 - HR 

(1 Question)

  • Q1. Any type of questions like location, package and shift timings

Interview Preparation Tips

Topics to prepare for Capgemini Engineering Associate Engineer interview:
  • C

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
Add answer

Get interview-ready with Top Capgemini Engineering Interview Questions

Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2021

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Iot related questions
  • Q2. Embedded basic questions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Most questions were related to iot and embedded

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. Mainly on Node.js, Express.js, MongoDB and a bit on React.js
Round 3 - Technical 

(1 Question)

  • Q1. Deeper questions on Node.js, Express.js
Round 4 - HR 

(1 Question)

  • Q1. Self Introduction, company and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Would advise to be strong at your fundamentals, be upto date with the concepts, go an extra mile.

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 Questionnaire 

2 Questions

  • Q1. I was checked for my potential to learn new things and the involvement in my project
  • Q2. I told them that I always had keen interest in learning new stuffs and techs. My project was a useless one but I did not chase behind it looking for the perfect outcome instead I learnt many new things fro...

Junior Engineer Interview Questions asked at other Companies

Q1. What is the main role of Junior engineer in Electrical maintenance and How to provide the company facilities ?
View answer (25)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. Questions on troubleshooting
  • Q2. Implementation of contact centre products and unified communication aura
  • Ans. 

    Implementation of contact centre products and unified communication aura

    • Contact centre products are software solutions that enable businesses to manage customer interactions across multiple channels

    • Unified communication aura is a suite of communication and collaboration tools that integrate voice, video, messaging, and other communication channels

    • Implementation of these products involves assessing business needs, selec...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on VoIP basics and implementation troubleshooting and configuration

Skills evaluated in this interview

Top Capgemini Engineering Senior Consultant Interview Questions and Answers

Q1. JCL code to execute cobol-db2 program? What if dynamic called program is completed with nodynam option? Situation based questions on sort?
View answer (1)

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 Questionnaire 

1 Question

  • Q1. Question on the C , Some C Code, Embedded Related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Solve C Related Queries

Top Capgemini Engineering Senior Software Engineer Interview Questions and Answers

Q1. How to create 1gb file in python?
View answer (1)

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

Tell us how to improve this page.

Capgemini Engineering Interview Process

based on 255 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.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 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

₹5.7 L/yr - ₹22.3 L/yr

Technical Lead
1.5k salaries
unlock blur

₹9.3 L/yr - ₹26 L/yr

Software Engineer
1.4k salaries
unlock blur

₹3 L/yr - ₹11.3 L/yr

Network Engineer
450 salaries
unlock blur

₹3 L/yr - ₹10.5 L/yr

Senior Technical Lead
371 salaries
unlock blur

₹14.1 L/yr - ₹34.5 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