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
-
Round 1 - Technical 

(1 Question)

  • Q1. Debugging tools, SCM tools etc

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)

Software Engineer Interview Questions & Answers

user image rameshwar Tiwary

posted on 10 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Basic data structures questions and cpp oops questions

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about array and data structures
  • Q2. Scenario based questions

Top Capgemini Engineering Software Engineer Interview Questions and Answers

Q1. Sort an array of 0's, 1's and 2'sYou have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list. Note : Try to solve the problem in 'Single Scan'. ' Single Scan' refers t... read more
View answer (4)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Java, oops concepts, why Capgemini
  • Ans. 

    Java is a popular programming language, OOPs concepts are fundamental principles of object-oriented programming, Capgemini is a leading consulting company.

    • Java is a high-level programming language known for its portability and versatility.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Capgemini is a global consulting firm known for its expertise in technology and business solutions.

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

I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions you need to prepare for

Round 2 - Coding Test 

Theny will give you some code to write based on your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself for coding rounds only

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)

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

(1 Question)

  • Q1. Technical questions related mechanical
Round 2 - Technical 

(1 Question)

  • Q1. Similar to first round
Round 3 - HR 

(1 Question)

  • Q1. General questions

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

Get interview-ready with Top Capgemini Engineering Interview Questions

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

Basics of C, C++, Python

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is you past experience
  • Q2. How mechanical degree will help in IT job
  • Ans. 

    A mechanical degree can help in an IT job by providing problem-solving skills, analytical thinking, and a strong foundation in technical knowledge.

    • Mechanical engineering teaches problem-solving skills which are essential in IT roles.

    • Analytical thinking developed in a mechanical degree can be applied to troubleshooting IT issues.

    • Technical knowledge gained in mechanical engineering can be useful in understanding complex ...

  • Answered by AI

Associate SAP Consultant Interview Questions asked at other Companies

Q1. What is the process of software Development life cycle?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Change Detection
  • Q2. Subjects & types

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple aptitude was asked

Round 2 - Technical 

(2 Questions)

  • Q1. Basic knowledge of the mentioned subject
  • Q2. Details of project

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

(2 Questions)

  • Q1. Multithreading, cocurrent hsh map,
  • Q2. Firstnon repeatable charcter
Round 2 - Technical 

(1 Question)

  • Q1. Jwttoken validation and refresh token. Concept

Senior Java Developer Interview Questions asked at other Companies

Q1. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -> 2 -... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. 1- largest number of array
  • Ans. 

    The largest number in an array of strings.

    • Convert the array of strings to an array of numbers using parseInt() or parseFloat().

    • Use the Math.max() function to find the largest number in the array.

    • Handle cases where the array is empty or contains non-numeric strings.

  • Answered by AI
  • Q2. 1-throw 2-throws 3- find elements 4-init elements
  • Ans. 

    The question is asking about different actions related to automation engineering.

    • 1-throw: This action refers to throwing an exception or error in the code.

    • 2-throws: This action refers to handling or catching exceptions or errors in the code.

    • 3-find elements: This action refers to locating and identifying elements on a webpage or application.

    • 4-init elements: This action refers to initializing or setting up elements for a

  • Answered by AI
  • Q3. Different between arraylist vs vectorlist
  • Ans. 

    ArrayList and Vector are both dynamic arrays, but Vector is synchronized and ArrayList is not.

    • ArrayList is not synchronized, while Vector is synchronized.

    • ArrayList is faster than Vector for most operations.

    • Vector is thread-safe, while ArrayList is not.

    • ArrayList increases its size by 50% when full, while Vector doubles its size.

  • Answered by AI
  • Q4. Different between find elements vs find element
  • Ans. 

    find elements returns a list of web elements matching the locator, while find element returns the first web element matching the locator.

    • find elements returns a list of web elements, find element returns the first web element

    • find elements is used when multiple elements need to be located, find element is used when only one element is needed

    • find elements is more efficient when dealing with multiple elements, find elemen

  • Answered by AI
  • Q5. Object repository and usee

Skills evaluated in this interview

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)

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