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 Analyst Interview Questions, Process, and Tips

Updated 20 Jan 2025

Top Capgemini Analyst Interview Questions and Answers

  • Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can ...read more
  • Q2. 1) What are the types of master data in SAP MM? 2) What is T-code for creation of material master? 3) What are the types of document in SAP MM? 4) What is T- code for cre ...read more
  • Q3. Prime Numbers within a Range Given an integer N, determine and print all the prime numbers between 2 and N, inclusive. Input: Integer N Output: Prime numbers printed on ...read more
View all 216 questions

Capgemini Analyst Interview Experiences

424 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Hindustan Institute of Engineering Technology (HIET), Chennai and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic OOPS concept which is mandatory to keep up to date
  • Q2. Some Sql quetions and arrays and list concept

Interview Preparation Tips

Topics to prepare for Capgemini Analyst interview:
  • OOPS
  • SQL
  • Java
  • ARRAYY

Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Aug 2024

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

Basic aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. What is oops and 4 pillar of it
  • Ans. 

    OOPs stands for Object-Oriented Programming. The 4 pillars of OOPs are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation refers to the bundling of data and methods that operate on the data into a single unit.

    • Abstraction focuses on hiding the complex implementation details and showing only the necessary features of an ...

  • Answered by AI

Analyst Interview Questions Asked at Other Companies

asked in Capgemini
Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, you ... read more
asked in Deloitte
Q2. Reverse a Number Problem Statement Given an integer 'N', write a ... read more
Q3. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is p ... read more
Q4. Ninja and the Game of Words In this game, Ninja is provided with ... read more
Q5. Good old standard problem: Playing number game with your friend t ... read more

Analyst Interview Questions & Answers

user image Prithivi Raj Elavarasan

posted on 16 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Sona College of Technology, Salem and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Its was upto moderate level. But constant practice over it can make this round success.

Round 2 - SVAR 

(2 Questions)

  • Q1. Error spotting within speaking
  • Ans. 

    Error spotting within speaking involves identifying and correcting mistakes in spoken language.

    • Listen carefully for grammatical errors or incorrect word usage.

    • Pay attention to pronunciation and enunciation.

    • Look out for pauses, filler words, or other speech disfluencies.

    • Practice active listening to catch errors in real-time.

    • Seek feedback from others to improve your speaking skills.

  • Answered by AI
  • Q2. Comprehension reading
Round 3 - Coding Test 

Code for 2 questions. 1 will be moderate and other one will be tough which includes DSA.

Round 4 - HR 

(2 Questions)

  • Q1. Self introduction is must
  • Q2. About project

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get tired of practice and searching. Train will come for your stop under right time.

Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. They asked for Project/Client specific process.
  • Q2. What are the Inbound and Outbound flow
  • Ans. 

    Inbound flow refers to the movement of goods, services, or information coming into a system, while outbound flow refers to the movement going out of the system.

    • Inbound flow involves receiving, processing, and storing incoming items or data.

    • Outbound flow involves preparing, packaging, and sending out items or data.

    • Examples of inbound flow include receiving customer orders, raw materials, or emails.

    • Examples of outbound f...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to switch?

Capgemini interview questions for designations

 Senior Analyst

 (149)

 Data Analyst

 (53)

 Business Analyst

 (22)

 Associate Analyst

 (20)

 Quality Analyst

 (12)

 Junior Analyst

 (7)

 PMO Analyst

 (2)

 Invoice Analyst

 (2)

Analyst Interview Questions & Answers

user image Sourabh Chougule

posted on 14 Mar 2024

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

I applied via Company Website

Round 1 - Aptitude Test 

It was related to verbal, pseudo code and game based analytics

Round 2 - Technical 

(4 Questions)

  • Q1. 1. Java data types 2. Oops 3. Java basic concepts
  • Q2. What are the data types?
  • Ans. 

    Data types are classifications that specify which type of value a variable can hold.

    • Data types include integers, floating point numbers, strings, booleans, arrays, and objects.

    • Examples: int x = 5, float y = 3.14, string name = 'John', bool isTrue = true, array nums = [1, 2, 3], object person = {name: 'Alice', age: 30}

  • Answered by AI
  • Q3. Explain oops cony
  • Ans. 

    OOPs concept refers to Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation refers to bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the ...

  • Answered by AI
  • Q4. What are the pointers and why java won't allow pointers?
  • Ans. 

    Pointers are variables that store memory addresses. Java doesn't allow pointers for security and simplicity reasons.

    • Pointers are variables that store memory addresses

    • Java doesn't allow pointers for security reasons

    • Java uses references instead of pointers

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary and location discussion

Get interview-ready with Top Capgemini Interview Questions

Analyst Interview Questions & Answers

user image Anonymous

posted on 20 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Assignment 

3 rounds reasoning/apptitude ; coding ; sql

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Analyst Jobs at Capgemini

View all

Analyst Interview Questions & Answers

user image Pranjali Karjawkar

posted on 8 Jul 2024

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

It was good game based english and last on behaviour all mcq

Round 2 - Coding Test 

Mcq small coding sets you have to select output from options

Round 3 - Technical 

(2 Questions)

  • Q1. Based on your resume
  • Q2. About skills you have given in resume like sql,java

Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

The test is very easy and prepare well

Round 2 - Coding Test 

In two coding questions, solve atleast one to get high packages

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

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

    • I have a Bachelor's degree in Statistics and experience working with large datasets

    • I am proficient in statistical software such as R and Python

    • I have a proven track record of delivering actionable insights to drive business decisions

  • Answered by AI
  • Q2. Project expalantaion
  • Q3. How do you handle deadlines
  • Ans. 

    I prioritize tasks, set realistic timelines, communicate any challenges, and adjust as needed to meet deadlines.

    • Prioritize tasks based on urgency and importance

    • Set realistic timelines for each task

    • Communicate any challenges or delays to stakeholders

    • Adjust and re-prioritize tasks as needed to meet deadlines

  • Answered by AI

Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

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

I applied via campus placement at Gayatri Vidya Parishad College of Engineering, Visakhapatnam and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Very easy this section consist of pseudocodes and DBMS,cloud computing ,data structures etc
After easy writing followed by cognitive gaming test

Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good and more pseudocodes

Round 2 - Coding Test 

2 coding questions based on array and string

Round 3 - Technical 

(2 Questions)

  • Q1. HR questions and project based
  • Q2. Tell aboutyiurself
  • Ans. 

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

    • I have a Bachelor's degree in Statistics and experience in analyzing large datasets

    • I am proficient in using statistical software such as R and Python

    • I have a proven track record of delivering actionable insights to drive business decisions

  • Answered by AI

Capgemini Interview FAQs

How many rounds are there in Capgemini Analyst interview?
Capgemini interview process usually has 2-3 rounds. The most common rounds in the Capgemini interview process are Technical, Aptitude Test and HR.
How to prepare for Capgemini Analyst 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 Finance, Management, Analysis, SQL and Auditing.
What are the top questions asked in Capgemini Analyst interview?

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

  1. 1) What are the types of master data in SAP MM? 2) What is T-code for creation ...read more
  2. 3. Do you know about OOP concepts? Expla...read more
  3. What is multithreading? ( I used it in my projec...read more
How long is the Capgemini Analyst interview process?

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

Tell us how to improve this page.

Capgemini Analyst Interview Process

based on 309 interviews

6 Interview rounds

  • Aptitude Test Round
  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
  • Technical Round - 3
View more

Analyst Interview Questions from Similar Companies

Accenture Analyst Interview Questions
3.8
 • 203 Interviews
HCLTech Analyst Interview Questions
3.5
 • 117 Interviews
TCS Analyst Interview Questions
3.7
 • 100 Interviews
Wipro Analyst Interview Questions
3.7
 • 68 Interviews
Infosys Analyst Interview Questions
3.6
 • 49 Interviews
IBM Analyst Interview Questions
4.0
 • 15 Interviews
Genpact Analyst Interview Questions
3.8
 • 15 Interviews
View all
Capgemini Analyst Salary
based on 7.4k salaries
₹0.8 L/yr - ₹5.6 L/yr
37% less than the average Analyst Salary in India
View more details

Capgemini Analyst Reviews and Ratings

based on 858 reviews

3.6/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.1

Salary

3.6

Job security

3.6

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 858 Reviews and Ratings
HR Data Quality & Governance Sr. Analyst -B

Kolkata

4-8 Yrs

Not Disclosed

Finance Deal Analyst - B

Pune

3-6 Yrs

Not Disclosed

HR Local Services Sr. Analyst -B

Bangalore / Bengaluru

2-3 Yrs

₹ 2.5-8 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