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

Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

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

Round 1 - Aptitude Test 

NORMAL aptitude questions

Round 2 - Communication 

(1 Question)

  • Q1. Read the given sentences
Round 3 - Technical 

(1 Question)

  • Q1. Tell about yourself
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • Experienced in conducting thorough research and interpreting complex data sets

    • Skilled in using various analytical tools and software

    • Strong communication skills for presenting findings and recommendations

    • Proven track record of delivering actionable insights to drive business decisions

  • Answered by AI

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 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
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - MCQ test 

(2 Questions)

  • Q1. Apps, logical and coding
  • Q2. Technical questions
Round 2 - Technical 

(1 Question)

  • Q1. Questions from subject
Round 3 - Technical 

(1 Question)

  • Q1. Questions from the resume
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Patience needed

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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Solidworks and creo

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are ready to be a slave with almost nil pay hike after your joining join here

Senior Professional Interview Questions asked at other Companies

Q1. Reconcilation concept of react Memory leaks Eventloop of JS
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oracle apps technical stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Senior Associate Interview Questions asked at other Companies

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

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
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Easy problem based on java

Round 2 - Aptitude Test 

Group discussion based on topic

Round 3 - Group Discussion 

Easy round based on simple topic discuss

Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself and other basic questions

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star Pattern Task Your task is to print a triangle pattern using stars (*) for a given integer N, which represents the number of rows. Input: Integer N (Total number of rows) Output: The triangle pattern printed over N lines Exampl... read more
View answer (10)

Get interview-ready with Top Capgemini Engineering Interview Questions

Consultant Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2024

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 Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between let, var and const
  • Ans. 

    let is block scoped, var is function scoped, const is immutable

    • let: block scoped, can be reassigned

    • var: function scoped, can be reassigned

    • const: block scoped, cannot be reassigned, but properties can be modified

  • Answered by AI
  • Q2. What is closure and more basic is question

Skills evaluated in this interview

Top Capgemini Engineering Consultant Interview Questions and Answers

Q1. What are the types of exception in PLSQL
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)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

40 mins,oops,functions,modules,packages. python

Round 2 - Technical 

(1 Question)

  • Q1. What is oops concept in python
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm that uses objects to represent and manipulate data.

    • Python supports OOPs concepts such as encapsulation, inheritance, and polymorphism.

    • Classes and objects are the fundamental building blocks of OOPs in Python.

    • Encapsulation allows data hiding and abstraction, ensuring data security and modularity.

    • Inheritance enables code reuse and the creation of hierarchical r...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About self introduction ? asking about job details ?

Skills evaluated in this interview

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Robot Framework architecture and explain?
  • Ans. 

    Robot Framework architecture is a keyword-driven automation framework with a modular and extensible design.

    • Robot Framework follows a keyword-driven approach where test cases are written using keywords.

    • It has a modular architecture with core components like test libraries, test data, and test execution engine.

    • Test libraries provide keywords for interacting with different systems and technologies.

    • Test data is stored in t...

  • Answered by AI
  • Q2. How you are handling bugs?
  • Ans. 

    I handle bugs by thoroughly investigating, documenting, prioritizing, and resolving them in collaboration with the team.

    • Thoroughly investigate the bug to understand its root cause

    • Document the bug details including steps to reproduce and expected vs actual results

    • Prioritize bugs based on severity and impact on users

    • Collaborate with the team to resolve the bug efficiently

    • Test the bug fix to ensure it resolves the issue w

  • Answered by AI

Skills evaluated in this interview

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)

Java Developer Interview Questions & Answers

user image Piyush Srivastava

posted on 8 Mar 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic answer in Java Ops Inheritance Interface Difference between abstract and interface Polymorphism Stringbuilder and string and stringbuffer
Round 2 - One-on-one 

(1 Question)

  • Q1. Normal question Where are you belongs from ? Expectation Current CTC

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Generic Aptitude questions - Online Mode - 30min

Round 2 - Coding Test 

Simple Fibonacci Series program in desired programming Language - 30min

Round 3 - Technical 

(1 Question)

  • Q1. Questions about SQL, Progamming Concepts, OOPS, DBMS, Datatypes. Linux

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest

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

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