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
3.8

based on 39.5k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Interview Questions, Process, and Tips

Updated 3 Dec 2024

Top Capgemini Interview Questions and Answers

  • Q1. 3. Do you know about OOP concepts? Explain.
  • Q2. What are the fields in EXTC that are related to IT ?
  • Q3. Output of the following code: integer a, b, c; set a = 11, b = 12, c = 10; if (b > 0) b++ else a++ end if for (each b from 0 to 5) a = a + 1 end for print (a + c)
View all 63 questions

Capgemini Interview Experiences

119 interviews found

Analyst Interview Questions & Answers

user image PrepInsta

posted on 29 Nov 2021

I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Pseudocode and gaming round 

(1 Question)

**Section:1 :-
pseudocodes and data structures (mcqs)
20 questions in 20 minutes
**section:2 :-
English (comprehensive and verbal)
**section:3 :-
Gaming(Each person will get 4 different games)
**personality assessment
All general question to assess the personality
NOTE**
Section 1 &2 are eliminating sections
Only the Qualified persons of section 1 will be allowed to take section 2 and so on.

  • Q1. Output of the following code: integer a, b, c; set a = 11, b = 12, c = 10; if (b > 0) b++ else a++ end if for (each b from 0 to 5) a = a + 1 end for print (a + c)
  • Ans. 

    The code sets values for three integers and performs conditional and loop operations to print the sum of two integers.

    • The value of 'a' is set to 11, 'b' to 12, and 'c' to 10.

    • The 'if' condition checks if 'b' is greater than 0 and increments 'b' if true, else increments 'a'.

    • The 'for' loop runs for each value of 'b' from 0 to 5 and increments 'a' by 1.

    • The final output is the sum of 'a' and 'c', which is 18.

  • Answered by AI
Round 2 - Coding Test 

(3 Questions)

Round duration - 45 minutes

  • Q1. Find whether the given number is perfect number or not
  • Ans. 

    A perfect number is a positive integer that is equal to the sum of its proper divisors.

    • Find all the divisors of the given number

    • Add all the divisors except the number itself

    • If the sum is equal to the given number, it is a perfect number

  • Answered by AI
  • Q2. Find perfect numbers within the given range
  • Ans. 

    Perfect numbers within a given range

    • A perfect number is a positive integer that is equal to the sum of its proper divisors

    • The first few perfect numbers are 6, 28, 496, and 8128

    • To find perfect numbers within a given range, iterate through the range and check if each number is perfect

  • Answered by AI
  • Q3. Find subsets from a given string
  • Ans. 

    The question asks to find all possible subsets from a given string.

    • Start with an empty string and add each character to it one by one to create all possible subsets.

    • Use recursion to generate all possible combinations of characters.

    • Exclude duplicates by using a set data structure.

    • Consider edge cases such as empty string and strings with repeating characters.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.Tech from Malla Reddy Engineering college for women.Capgemini interview preparation:Tips for other job seekers - I was sitting for a 7.5lpa interview. I prepared c, java, python, sql. But no technical question was asked. My interview went around 15 minutes. The interviewer focussed completely on the project. He assessed all my skills only through my project. So projects are as important as technical concepts. All basics and concepts should be well revised prior to the interview. When they ask programming languages, telling only what you are perfect with is the best. Else they will keep asking you which you cannot answer.
Note****
Do not include your personal details in the introduction. Include projects, technical skills and hackathons such that the interviewer asks from which you know without going out of the box. This makes you feel comfortable during the interview and you will be able to answer all the questions.
Even if your answer is wrong, be confident
Be honest. If you don't know any answer, tell the interviewer that you are not aware of it. Do not waste interviewer time.Final outcome of the interviewSelected

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Feb 2022

I applied via Campus Placement and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

In this test gamified aptitude questions were asked along with some pseudocode and english and it was followed by a personality test

Round 2 - Technical 

(3 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overriding and method overloading.

    • Examples include method overriding in inheritance and implementing interfaces in Java.

    • Polymorphism helps in achieving loose coupling and flexibility in code design.

  • Answered by AI
  • Q2. What is a singleton pattern
  • Ans. 

    Singleton pattern restricts the instantiation of a class to a single instance and provides a global point of access to it.

    • Used when only one instance of a class is required throughout the system

    • Ensures that the instance is created only once and provides a global point of access to it

    • Commonly used in logging, configuration settings, and database connections

    • Implemented by making the constructor private and providing a st...

  • Answered by AI
  • Q3. What is encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and exposing only necessary information.

    • Encapsulation is a fundamental concept in object-oriented programming.

    • It helps in achieving data abstraction and information hiding.

    • It allows for better control over the data and prevents unauthorized access.

    • Examples include classes in Java, which encapsulate data and methods within a single unit.

    • Encapsulation also hel

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best all the best all the best

Skills evaluated in this interview

Analyst Interview Questions Asked at Other Companies for Fresher

asked in Deloitte
Q1. Reverse of a numberWrite a program to generate the reverse of a g ... read more
Q2. Good old standard problem: Playing number game with your friend t ... read more
asked in eClerx
Q3. what will you do if set of box suddenly switched off?
Q4. Given a tank with liquid, and there are flows in and out, inflow ... read more
Q5. Given we have a (un)biased die, with given probabilities, and we ... read more

Analyst Interview Questions & Answers

user image Sohan Sinha

posted on 31 Mar 2024

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

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked about oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Analyst Interview Questions & Answers

user image PrepInsta

posted on 29 Nov 2021

I applied via campus placement at BV Raju Institute of Technology, Medak and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

(1 Question)

Assessment test and Cocubes
4 sections
Pseudo code 30 ques 30 min
English 30 ques 30 min
Games 4 games
Behavioral assessment 100 ques

  • Q1. Output of the pseudocode:- #include void main() { int a = 100; printf("%0 %x", a); }
  • Ans. 

    The pseudocode will result in a compilation error due to incorrect printf format specifier.

    • The printf function has two format specifiers but only one argument is provided.

    • The first format specifier '%0' is incorrect and will result in a compilation error.

    • The correct format specifier for printing an integer in hexadecimal format is '%x'.

  • Answered by AI
Round 2 - HR 

(6 Questions)

  • Q1. Tell me about yourself
  • Q2. Why capgemini?
  • Q3. What makes you a team player?
  • Q4. What is the importance of C language and its real time applications?
  • Ans. 

    C language is important for its efficiency and low-level programming capabilities, with real-time applications in embedded systems and operating systems.

    • C is a low-level language that allows for direct memory manipulation and efficient code execution.

    • Real-time applications include embedded systems like microcontrollers and operating systems like Unix.

    • C is also used in game development, system programming, and scientifi...

  • Answered by AI
  • Q5. Tell me about your project
  • Q6. Explain the working of Ultrasonic sensor.( in my project)
  • Ans. 

    Ultrasonic sensor emits high frequency sound waves and detects the reflected waves to measure distance.

    • Ultrasonic sensor emits sound waves above the range of human hearing

    • The sound waves travel through the air and bounce off an object

    • The sensor then detects the reflected waves and calculates the distance based on the time taken

    • Commonly used in robotics, automotive parking sensors, and distance measurement applications

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.Tech from B V Raju Institute of Technology.Capgemini interview preparation:Resources to prepare for this interview - Prepinsta has helped me a lot. Its exam patterns are very accurate. All the software technical questions I prepared from prepinsta onlTips for other job seekers - Focus more on the online test , it takes practice to solve the pseudo codes . If you are able to communicate well you don't need to worry about the interview much.Final outcome of the interviewSelected

Skills evaluated in this interview

Capgemini interview questions for designations

 Senior Analyst

 (157)

 Data Analyst

 (53)

 Business Analyst

 (22)

 Associate Analyst

 (20)

 Quality Analyst

 (12)

 Junior Analyst

 (7)

 Invoice Analyst

 (2)

 PMO Analyst

 (1)

Analyst Interview Questions & Answers

user image P SANJAY VARMA

posted on 5 Feb 2022

I applied via Superset and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction, what is difference between C++ and Java
  • Ans. 

    C++ is a compiled language with more control over hardware, while Java is an interpreted language with better portability.

    • C++ is faster and more efficient than Java due to its ability to directly access hardware.

    • Java is more portable and platform-independent than C++ due to its bytecode and virtual machine.

    • C++ allows for manual memory management, while Java has automatic garbage collection.

    • C++ supports multiple inherit...

  • Answered by AI
  • Q2. Program to convert a number to string
  • Ans. 

    Program to convert a number to string

    • Use a loop to extract digits from the number

    • Convert each digit to its corresponding character

    • Add each character to an array of strings

    • Join the array of strings to form the final string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear. Communication and self confidence of a fresher is evaluated here.

Skills evaluated in this interview

Get interview-ready with Top Capgemini Interview Questions

Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Oct 2021

I applied via campus placement at Bharati Vidyapeeth College of Engineering, Pune and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. OOPs Concepts- Encapsulation, Polymorphism with real time examples
  • Q2. C- Pointers, Call by value and Call by reference
  • Q3. Only for Electronics domain students- Difference between Electronics and Electrical, what kind of device is phone charger, transformer and stabilizer scaling questions
  • Q4. Explain project
  • Ans. 

    A project is a temporary endeavor with a defined beginning and end, undertaken to achieve unique goals and objectives.

    • Projects have a specific timeline and budget

    • They involve a team of people with different skills and roles

    • They aim to deliver a unique product, service, or result

    • Examples include building a new website, launching a marketing campaign, or constructing a building

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and try to give examples with explanation.

Analyst Jobs at Capgemini

View all

Analyst Interview Questions & Answers

user image PrepInsta

posted on 17 Dec 2021

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

Round 1 - Aptitude Test 

There were 3 sections in round 1 and all these 3 sections were elimination rounds and this round was done on CoCubes Platform.
First Section was Data Structure Algorithms and Psuedocode.
First section was not that difficult but the time management is important. Questions were easy to solve.
Then after clearing first section, Second section was of verbal ability and this round was also easy and the questions were asked on the comprehension, converting to indirect speech and spotting the error.
After the second round the third round was of Game based aptitude.
There were a total of four games namely motion challenge, inductive-logical thinking, switch challenge and digit challenge.
All the sections were not that difficult to solve

Round 2 - HR 

(10 Questions)

  • Q1. Introduce yourself
  • Q2. Difference between C and C++?
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports classes and objects while C does not.

    • C++ has better support for polymorphism and inheritance.

    • C++ has a standard template library (STL) while C does not.

    • C++ is more complex and has more features than C.

    • C++ is used for developing large-scale software projects.

    • C is used for developing system-level software and embedded systems.

  • Answered by AI
  • Q3. What is OOPs?
  • Ans. 

    OOPs stands for Object-Oriented Programming, a programming paradigm that uses objects to represent real-world entities.

    • OOPs focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation refers to the bundling of data and methods within a single unit, i.e., an object.

    • Inheritance allows objects to inherit properties and methods from a parent object.

    • Polymorphism allows objects to take on multiple forms or behavior...

  • Answered by AI
  • Q4. What is Inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows for code reuse and promotes the concept of hierarchical classification.

    • The existing class is called the superclass or parent class, while the new class is called the subclass or child class.

    • The subclass inherits all the properties and methods of the superclass, and can ...

  • Answered by AI
  • Q5. Tell me about your project?
  • Q6. Tell me about your family background?
  • Q7. What about further studies?
  • Ans. 

    I am considering further studies to enhance my skills and knowledge.

    • I am interested in pursuing a master's degree in my field.

    • I am also exploring certification programs to gain expertise in specific areas.

    • Attending workshops and conferences is another way I plan to continue learning.

    • I am open to any opportunities that will help me grow professionally.

  • Answered by AI
  • Q8. If you are rejected then how will you face the rejection?
  • Q9. Strength and weakness?
  • Ans. 

    My strength is my ability to adapt quickly to new situations. My weakness is that I can be too detail-oriented at times.

    • Strength: Quick adaptability to new situations

    • Weakness: Detail-oriented to a fault

    • Example for strength: Successfully adapting to a new team and project within a week

    • Example for weakness: Spending too much time on minor details and missing deadlines

  • Answered by AI
  • Q10. What do you expect from our Company?
  • Ans. 

    I expect a company that values innovation, collaboration, and growth.

    • I expect a supportive and inclusive work environment.

    • I expect opportunities for professional development and advancement.

    • I expect a commitment to ethical and sustainable business practices.

    • I expect a focus on customer satisfaction and delivering high-quality products/services.

    • I expect open communication and transparency from leadership.

    • For example, I ...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.E from Sipna College of Engineering and Technology, Amravati.Capgemini interview preparation:Resources to prepare for this interview - I checked PrepInsta’s YouTube videos on Capgemini Games which helped me prepare a lotTips for other job seekers - For anyone who will start their placement, I will recommend working on apti and logical because in every company they will be asking you these questions in the first roundFinal outcome of the interviewSelected

Skills evaluated in this interview

Analyst interview

user image Tech and Target

posted on 16 Nov 2021

Analyst Interview Questions & Answers

user image Kavitha Kavi

posted on 7 May 2022

Round 1 - Aptitude Test 

It was quite good

Round 2 - Technical 

(1 Question)

  • Q1. What is built-in functions in c What is Artificial Intelligence What is cloud computing
  • Ans. 

    Built-in functions in C are pre-defined functions provided by the C standard library.

    • Built-in functions are ready-to-use functions that can be called in a C program without the need for their implementation.

    • Examples of built-in functions include printf(), scanf(), strlen(), and malloc().

    • These functions are included in the standard library header files such as stdio.h, string.h, and stdlib.h.

    • Built-in functions can save ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and attend the interview

Analyst Interview Questions & Answers

user image PrepInsta

posted on 17 Dec 2021

I applied via campus placement at Siddaganga Institute of Technology (SIT) and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Online assessment 

It was conducted on the Safe Assessment Browser. There were totally four rounds, and the first 3 there were elimination round.
First round had 15 pseudocodes and 10 DSA based questions, to be solved in 15 minutes.
Clearing this round I was invited for the second round.
Second round was a communication round. There were verbal questions, including paragraph questions, para jumbles and simple sentences correction.
Clearing this round, I got selected for the third round, which was a game based round. There was no time question limit, you can solve any number of questions, depending on the speed we can answer multiple questions.
I cleared this round and the last one was Behavioral assessment round. It is basically like a personality test and we had to finish it in 20 minutes.

Round 2 - Interview 

(6 Questions)

  • Q1. Give your introduction
  • Q2. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overriding and method overloading.

    • Examples include function overloading in C++ and Java's method overriding.

    • Polymorphism helps in achieving loose coupling and flexibility in code design.

  • Answered by AI
  • Q3. What is run time polymorphism?
  • Ans. 

    Run time polymorphism is the ability of an object to take on multiple forms at runtime.

    • It allows a subclass to provide its own implementation of a method that is already provided by its parent class.

    • It is achieved through method overriding.

    • It is also known as dynamic polymorphism.

    • Example: A parent class Animal has a method called makeSound(). The subclass Dog can override this method to make a different sound.

    • Example: ...

  • Answered by AI
  • Q4. Tell about your project.
  • Q5. Why Capgemini?
  • Q6. Any questions for me?

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.E from Siddaganga Institute of technology.Capgemini interview preparation:Topics to prepare for the interview - techincal questions and coding questions asked in interviewResources to prepare for this interview - PrepInsta's company based courses, and notes from my college preparation.Tips for other job seekers - For whichever company you are applying, prepare questions that came previously. Also read interview experiences and prepare the most important questions of at least one top programming languages.Final outcome of the interviewSelected

Capgemini Interview FAQs

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

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

  1. 3. Do you know about OOP concepts? Expla...read more
  2. SDLC Grant VS Revoke Alpha testing VS Beta Testing DDL VS ...read more
  3. What is Database? Why they are us...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 Interview Process

based on 22 interviews in last 1 year

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more

People are getting interviews through

based on 72 Capgemini interviews
Campus Placement
Job Portal
Company Website
WalkIn
Referral
Recruitment Consultant
61%
17%
13%
3%
1%
1%
4% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Analyst Interview Questions from Similar Companies

Accenture Analyst Interview Questions
3.9
 • 197 Interviews
HCLTech Analyst Interview Questions
3.5
 • 102 Interviews
TCS Analyst Interview Questions
3.7
 • 96 Interviews
Wipro Analyst Interview Questions
3.7
 • 65 Interviews
Infosys Analyst Interview Questions
3.7
 • 48 Interviews
IBM Analyst Interview Questions
4.1
 • 15 Interviews
Genpact Analyst Interview Questions
3.9
 • 15 Interviews
View all
Capgemini Analyst Salary
based on 8.3k salaries
₹1.8 L/yr - ₹8.5 L/yr
38% less than the average Analyst Salary in India
View more details

Capgemini Analyst Reviews and Ratings

based on 830 reviews

3.6/5

Rating in categories

3.6

Skill development

3.6

Work-Life balance

3.1

Salary & Benefits

3.6

Job Security

3.6

Company culture

2.8

Promotions/Appraisal

3.2

Work Satisfaction

Explore 830 Reviews and Ratings
HR Local Services Sr. Analyst -B

Kolkata

2-3 Yrs

₹ 2.3-5 LPA

Finance Deal Analyst - B

Pune

2-5 Yrs

Not Disclosed

TSYS Analyst

Pune

6-9 Yrs

Not Disclosed

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
52k salaries
unlock blur

₹2.9 L/yr - ₹11.6 L/yr

Senior Consultant
45.9k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.6k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
19.9k salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview