Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Capgemini Team. If you also belong to the team, you can get access from here

Capgemini Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Consultant Interview Questions, Process, and Tips

Updated 25 Feb 2025

Top Capgemini Consultant Interview Questions and Answers

  • Q1. What are the different file replication strategies in Azure blob storage ?
  • Q2. What is workflow,trigger, different types of reports, roles, profiles, permission set, sharing rules etc?
  • Q3. How to handle addition of new module to service program ?
View all 199 questions

Capgemini Consultant Interview Experiences

399 interviews found

Consultant Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2024

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

(1 Question)

  • Q1. Java,selenium,appium
Round 2 - Technical 

(1 Question)

  • Q1. Functonal testing
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion,

Consultant Interview Questions & Answers

user image Anonymous

posted on 29 Feb 2024

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

(2 Questions)

  • Q1. Core java, Java8, collection
  • Q2. Prepare core concepts of language and problem solving using Stream.

Consultant Interview Questions Asked at Other Companies

asked in Deloitte
Q1. How would you pass an entry for travel expenses incurred and paid ... read more
asked in Accenture
Q2. There is an international bank (US based) that has been operating ... read more
asked in EXL Service
Q3. You have 20 red balls, 14 blue balls. You draw out balls, 2 at a ... read more
Q4. If a policy is billed monthly and is an annual policy and due to ... read more
asked in BCG
Q5. “there is a company in the telecom sector and has a product “X” – ... read more

Consultant Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Types of locator in selenium
  • Ans. 

    Types of locators in Selenium include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, XPath, and CSS Selector.

    • ID - locate elements by their id attribute

    • Name - locate elements by their name attribute

    • Class Name - locate elements by their class attribute

    • Tag Name - locate elements by their tag name

    • Link Text - locate elements by the exact text of a link

    • Partial Link Text - locate elements by a partial match of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with the basic concepts

Skills evaluated in this interview

Consultant Interview Questions & Answers

user image Anonymous

posted on 4 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic programming related scenario based question

Round 2 - Technical 

(1 Question)

  • Q1. Questions from core tech stack

Capgemini interview questions for designations

 Business Consultant

 (4)

 PMO Consultant

 (2)

 Professional Consultant

 (1)

 Senior Consultant Engineer

 (1)

 Senior Process Consultant

 (1)

 Senior Business Consultant

 (1)

 Senior Consultant

 (282)

 Associate Consultant

 (254)

Consultant Interview Questions & Answers

user image Anonymous

posted on 28 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. On GCP services
Round 2 - Technical 

(1 Question)

  • Q1. Based on sql mostly
Round 3 - HR 

(1 Question)

  • Q1. About negotiation and project location

Interview Preparation Tips

Interview preparation tips for other job seekers - moderate experience

Get interview-ready with Top Capgemini Interview Questions

Consultant Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

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

(1 Question)

  • Q1. What is Hoc in react
  • Ans. 

    Higher Order Components (HOC) in React are functions that take a component and return a new component with additional functionality.

    • HOCs are a pattern used for code reuse, logic abstraction, and component composition in React.

    • They are commonly used for adding props, state, or lifecycle methods to components.

    • Example: withAuth HOC can be used to restrict access to certain components based on authentication status.

  • Answered by AI

Skills evaluated in this interview

Consultant Jobs at Capgemini

View all

Consultant Interview Questions & Answers

user image Suhas Sanjay Bachhav

posted on 10 Jun 2023

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

I applied via Recruitment Consulltant and was interviewed in May 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 tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Mysql constraints
  • Q2. Sql joins, ACID and basic concepts
  • Q3. JSON, mongo object
  • Q4. Node js basic and javascript basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic javascript from javascript.info and node js stages of execution and basic knowledge on project

Consultant Interview Questions & Answers

user image Anonymous

posted on 13 May 2024

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

(1 Question)

  • Q1. Explain oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve problems

    • Key concepts include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows a class to inherit properti...

  • Answered by AI

Consultant Interview Questions & Answers

user image Chakri G

posted on 11 Mar 2024

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

(1 Question)

  • Q1. One coding question and few conceptual questions

Consultant Interview Questions & Answers

user image manusha balla

posted on 9 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java OOPs concepts applied in selenium
  • Ans. 

    Java OOPs concepts like inheritance, polymorphism, encapsulation, and abstraction are applied in Selenium for creating robust and maintainable test automation scripts.

    • Inheritance: Allows creating reusable code by extending classes in Selenium, for example creating a base test class with common methods.

    • Polymorphism: Enables using methods with the same name but different implementations in Selenium, for example overridin...

  • Answered by AI

Skills evaluated in this interview

Capgemini Interview FAQs

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

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

  1. What are the different file replication strategies in Azure blob storag...read more
  2. What is workflow,trigger, different types of reports, roles, profiles, permissi...read more
  3. How to handle addition of new module to service program...read more
How long is the Capgemini Consultant interview process?

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

Tell us how to improve this page.

Capgemini Consultant Interview Process

based on 250 interviews

5 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
  • Personal Interview1 Round
View more

Consultant Interview Questions from Similar Companies

TCS Consultant Interview Questions
3.7
 • 57 Interviews
Atos Consultant Interview Questions
3.9
 • 24 Interviews
IBM Consultant Interview Questions
4.0
 • 19 Interviews
View all
Capgemini Consultant Salary
based on 55.2k salaries
₹5.2 L/yr - ₹17.5 L/yr
19% less than the average Consultant Salary in India
View more details

Capgemini Consultant Reviews and Ratings

based on 4.5k reviews

3.8/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.2

Salary

3.9

Job security

3.7

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 4.5k Reviews and Ratings
Insurance Consulting

Gurgaon / Gurugram

6-11 Yrs

Not Disclosed

Insurance Consulting

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

BPMn Consultant

Mumbai

4-6 Yrs

₹ 6.8-13.2 LPA

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹17.5 L/yr

Associate Consultant
50.8k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Consultant
46.1k salaries
unlock blur

₹7.5 L/yr - ₹24.5 L/yr

Senior Analyst
20.6k salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Senior Software Engineer
20.2k salaries
unlock blur

₹3.5 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview