Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Interview Questions, Process, and Tips

Updated 3 Apr 2025

Top Capgemini Engineering Interview Questions and Answers

View all 322 questions

Capgemini Engineering Interview Experiences

Popular Designations

369 interviews found

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

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)

Capgemini Engineering interview questions for popular designations

 Software Engineer

 (36)

 Senior Software Engineer

 (17)

 Analyst

 (16)

 Software Developer

 (15)

 Consultant

 (13)

 Senior Consultant

 (11)

 Associate Engineer

 (10)

 Associate Consultant

 (10)

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 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Get interview-ready with Top Capgemini Engineering Interview Questions

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
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)