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

Filter interviews by

Capgemini Analyst Interview Questions and Answers for Experienced

Updated 29 Jun 2025

40 Interview questions

An Analyst was asked 3mo ago
Q. What is a Spring profile?
Ans. 

Spring profiles allow developers to define different configurations for different environments in a Spring application.

  • Profiles can be activated using the 'spring.profiles.active' property.

  • Common use cases include separating configurations for 'development', 'testing', and 'production'.

  • Example: 'application-dev.properties' for development settings and 'application-prod.properties' for production.

  • Profiles can also ...

An Analyst was asked 3mo ago
Q. What is Spring IoC?
Ans. 

Spring IoC (Inversion of Control) is a core feature of the Spring Framework that manages object creation and dependencies.

  • IoC allows for loose coupling between components, enhancing testability and maintainability.

  • Spring uses Dependency Injection (DI) to manage object dependencies, either through constructor or setter injection.

  • Example: A service class can declare a dependency on a repository interface, and Spring...

Analyst Interview Questions Asked at Other Companies for Experienced

asked in Capgemini
Q1. 1) What are the types of master data in SAP MM? 2) What is T-code ... read more
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
Q3. Digits Decoding Problem Ninja has a string of characters from 'A' ... read more
Q4. Subarray With Given Sum Problem Statement Given an array ARR of N ... read more
Q5. Group Anagrams Together Given an array/list of strings STR_LIST, ... read more
An Analyst was asked 8mo ago
Q. What is the difference between a primary key and a foreign key?
Ans. 

Primary key uniquely identifies a record in a table, while foreign key establishes a link between two tables.

  • Primary key ensures each record is unique in a table

  • Foreign key establishes a relationship between tables

  • Primary key is used to enforce entity integrity

  • Foreign key is used to enforce referential integrity

An Analyst was asked 10mo ago
Q. Write a simple code.
Ans. 

Code to create an array of strings in Python

  • Use square brackets to define the array

  • Enclose each string in double quotes

  • Separate strings with commas

What people are saying about Capgemini

View All
thrivingsnapdragon
4d
works at
Accenture
Need feedback regarding One Finance BU at Capgemini
I am planning to join the One Finance Transformation team under Group IT at Capgemini. Can you please provide some insights if it is a good option to join in terms of learning, career progression and monetary benefits? Thanks.
Got a question about Capgemini?
Ask anonymously on communities.
🔥 Asked by recruiter 5 times
An Analyst was asked 10mo ago
Q. Explain the concepts of OOP.
Ans. 

OOPs concepts are fundamental principles of object-oriented programming such as inheritance, encapsulation, polymorphism, and abstraction.

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

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the complex imp...

An Analyst was asked 10mo ago
Q. What are the pillars of OOP?
Ans. 

The pillars of OOPs (Object-Oriented Programming) are Inheritance, Encapsulation, Polymorphism, and Abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog'.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class 'Car' with private variables and public methods.

  • Polymorphism: Abilit...

An Analyst was asked 10mo ago
Q. Are you familiar with coding?
Ans. 

Yes, I am familiar with coding and have experience in languages such as Python, Java, and SQL.

  • Proficient in Python for data analysis and automation tasks

  • Experience with Java for backend development

  • Familiar with SQL for database management and querying

Are these interview questions helpful?
An Analyst was asked 12mo ago
Q. What technical languages are you familiar with?
Ans. 

I have a foundational understanding of technical language, including terminology, concepts, and tools used in data analysis.

  • Familiar with data analysis tools like Excel and SQL for data manipulation.

  • Understanding of programming languages such as Python and R for statistical analysis.

  • Knowledge of data visualization tools like Tableau and Power BI to present findings.

  • Awareness of basic statistical concepts like mean...

🔥 Asked by recruiter 3 times
An Analyst was asked 12mo ago
Q. What is a linked list?
Ans. 

A linked list is a data structure where each element points to the next element in the sequence.

  • Consists of nodes where each node contains data and a reference to the next node

  • Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

  • Example: 1 -> 2 -> 3 -> 4

An Analyst was asked 12mo ago
Q. Read the code and identify the output.
Ans. 

The code processes data and outputs results based on specific conditions.

  • The code likely involves loops or conditionals to manipulate data.

  • Example: If the input is an array of numbers, it may return their sum.

  • Look for any print statements that indicate the final output.

Capgemini Analyst Interview Experiences for Experienced

77 interviews found

Analyst Interview Questions & Answers

user image Diptimayee Pradhan

posted on 20 Oct 2024

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Contains DSA question and python, Java coding mcqs

Round 2 - One-on-one 

(1 Question)

  • Q1. Difference between primary key and foreign key?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic questions and you can clear interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is spring ioc
  • Ans. 

    Spring IoC (Inversion of Control) is a core feature of the Spring Framework that manages object creation and dependencies.

    • IoC allows for loose coupling between components, enhancing testability and maintainability.

    • Spring uses Dependency Injection (DI) to manage object dependencies, either through constructor or setter injection.

    • Example: A service class can declare a dependency on a repository interface, and Spring will...

  • Answered by AI
  • Q2. What is spring profile
  • Ans. 

    Spring profiles allow developers to define different configurations for different environments in a Spring application.

    • Profiles can be activated using the 'spring.profiles.active' property.

    • Common use cases include separating configurations for 'development', 'testing', and 'production'.

    • Example: 'application-dev.properties' for development settings and 'application-prod.properties' for production.

    • Profiles can also be us...

  • Answered by AI
  • Q3. String pool, Immutability
  • Q4. Java 8 coding

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?
  • 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

Analyst Interview Questions & Answers

user image Amol Vilas Sultane

posted on 25 Oct 2024

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

(1 Question)

  • Q1. Technical question about SAP

Analyst Interview Questions & Answers

user image Anonymous

posted on 11 May 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. None na none na
  • Q2. I don't know okay

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for current mega hiring and expecting a 30-40% hike then don't go. They don't have budget. If you are on 5lac they will give you 5.3 or 5.4 maybe
Highest hike which they can offer is 10% max.
I went for the interview and after wasting my whole day, they told me that (after listening my ctc and expectations) we don't have anything for you now.
HR person was totally mf. I don't know who made him HR. I don't know about other process but this one is literally a bhuka nanga project for which they are hiring. People who are coming with "farziwada" created by Sandeep and tanveer they are only accepting their packages bcz they don't have any real experience and they are just freshers who are showing themselves as experienced.
One example- a person came and said i have a 2.8 of ctc
HR said we can only give 2.6 and he/she accepted. Now I think everyone is cleared with the situation.

Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Sep 2024

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

Modarate level questions are asked

Round 2 - Technical 

(2 Questions)

  • Q1. Explain oops concepts
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming such as inheritance, encapsulation, polymorphism, and abstraction.

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

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implemen...

  • Answered by AI
  • Q2. Write simple code
  • Ans. 

    Code to create an array of strings in Python

    • Use square brackets to define the array

    • Enclose each string in double quotes

    • Separate strings with commas

  • Answered by AI

Analyst Interview Questions & Answers

user image vishal mise

posted on 11 Oct 2024

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

(2 Questions)

  • Q1. Introduction about your self
  • Ans. 

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

    • I have a Bachelor's degree in Statistics and have completed multiple internships in data analysis.

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

    • I have experience in conducting market research and creating data visualizations to present findings.

    • I am a quick learner and enjoy tackling complex ...

  • Answered by AI
  • Q2. Coding question were asked

Analyst Interview Questions & Answers

user image Abhisek Sahoo

posted on 7 Jan 2025

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

Easy questions about SQL,and normal coding question.

Analyst Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2024

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

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the pillars of OOps?
  • Ans. 

    The pillars of OOPs (Object-Oriented Programming) are Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog'.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class 'Car' with private variables and public methods.

    • Polymorphism: Ability to ...

  • Answered by AI
  • Q2. Tell me your final year project
  • Ans. 

    Developed a web-based project management system for tracking tasks and deadlines

    • Used HTML, CSS, JavaScript for front-end development

    • Implemented PHP and MySQL for back-end functionality

    • Included features such as user authentication, task assignment, and deadline notifications

  • Answered by AI

Analyst Interview Questions & Answers

user image Hari priyanka Sarvasuddi

posted on 20 Jan 2025

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

I applied via Shine and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It consisted of flexible questions that an average person could answer.

Round 2 - Coding Test 

There are two coding questions: one is easy, and the other is hard.

Round 3 - HR 

(2 Questions)

  • Q1. Are you open to relocating for this position?
  • Q2. How flexible are you with work shifts?

Capgemini Interview FAQs

How many rounds are there in Capgemini Analyst interview for experienced candidates?
Capgemini interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Capgemini interview process for experienced candidates are Technical, Aptitude Test and HR.
How to prepare for Capgemini Analyst interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the Capgemini Analyst interview for experienced candidates -

  1. 1) What are the types of master data in SAP MM? 2) What is T-code for creation ...read more
  2. What is your favorite programming languag...read more
  3. What is your favorite language other than programming langua...read more
What are the most common questions asked in Capgemini Analyst HR round for experienced candidates?

The most common HR questions asked in Capgemini Analyst interview are for experienced candidates -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Tell me about yourse...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.

Overall Interview Experience Rating

4.3/5

based on 54 interview experiences

Difficulty level

Easy 32%
Moderate 68%

Duration

Less than 2 weeks 63%
2-4 weeks 28%
4-6 weeks 2%
6-8 weeks 2%
More than 8 weeks 5%
View more

Analyst Interview Questions from Similar Companies

Accenture Analyst Interview Questions
3.8
 • 213 Interviews
HCLTech Analyst Interview Questions
3.5
 • 139 Interviews
TCS Analyst Interview Questions
3.6
 • 106 Interviews
Wipro Analyst Interview Questions
3.7
 • 77 Interviews
Infosys Analyst Interview Questions
3.6
 • 50 Interviews
Genpact Analyst Interview Questions
3.8
 • 17 Interviews
View all
Capgemini Analyst Salary
based on 9.4k salaries
₹2.8 L/yr - ₹5.5 L/yr
39% less than the average Analyst Salary in India
View more details

Capgemini Analyst Reviews and Ratings

based on 937 reviews

3.5/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.0

Salary

3.5

Job security

3.5

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 937 Reviews and Ratings
Finance Deal Analyst - B

Pune

2-5 Yrs

Not Disclosed

Explore more jobs
Consultant
58.7k salaries
unlock blur

₹8.9 L/yr - ₹15 L/yr

Associate Consultant
51.3k salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Senior Consultant
50k salaries
unlock blur

₹12.5 L/yr - ₹21 L/yr

Senior Analyst
21.9k salaries
unlock blur

₹3.1 L/yr - ₹7.6 L/yr

Senior Software Engineer
21.5k salaries
unlock blur

₹4.7 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.7
Compare

Cognizant

3.7
Compare

TCS

3.6
Compare
write
Share an Interview