i
Capgemini
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.
Aptitude and reasoning along with pseudo code test
I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.
Four sections.
Pseudo codes- Pseudo Code. had codes where we had to find the output of the codes. This section was very easy. In total there were 25 questions, 10 from DSA and 15 from algorithms(C/C++)
English Communication Test -It was the easiest round among other rounds, it had multiple-choice questions for the sentences and synonyms and antonyms and closest meaning of the word and vocabulary
Game-based Aptitude Test: It had 4 games.
Behavioral Competency -This round is also known as ADEPT-15 where it tests personality psychometrics to measure work-related behavior.
Finding missing symbol/visual in a grid based on rule-based logic in 6 minutes.
Analyze the given symbols and their placement in the grid
Identify the pattern or rule that governs the placement of symbols
Apply the rule to the empty space to find the missing symbol
Time management is crucial
Practice with similar puzzles to improve deductive logical thinking skills
Answering visual-based questions to find pairs that follow the same rule.
Carefully observe the given pair of figures and identify the rule they follow.
Apply the same rule to the other pairs of figures and find the one that follows the same rule.
Eliminate the pairs that do not follow the same rule.
Repeat the process until you find the correct pair.
Practice and improve your visual reasoning skills.
Example: If the given p...
The Grid Challenge measures attention focusing ability through symmetry check and task sequence recall.
The Grid Challenge is a test that measures attention focusing ability.
It consists of two types of questions: symmetry check and task sequence recall.
In the symmetry check, two different grids are presented and the participant must identify if they are symmetrical.
In the task sequence recall, the participant must recal...
Motion Challenge tests planning ability with maze puzzles to find the shortest path in least moves.
Analyze the maze and plan the path before making any moves
Try to eliminate dead ends and choose the path with the fewest turns
Use trial and error to find the optimal solution
Practice to improve speed and accuracy
Example: Find the shortest path between two points in a maze with obstacles
This round was for a Higher package of 7.5LPA.
It had 3 questions
To check if a number is divisible by both 5 and 7, we need to check if it is divisible by 35.
Divide the number by 35 and check if the remainder is 0.
Alternatively, check if the number is divisible by 5 and 7 separately.
Example: 245 is divisible by both 5 and 7 as it is divisible by 35 (245/35 = 7 with remainder 0).
To check if a number is prime or composite, take n input and perform the necessary checks.
A prime number is only divisible by 1 and itself
A composite number has more than 2 factors
Check if n is divisible by any number between 2 and n-1
If n is divisible by any number between 2 and n-1, it is composite
If n is not divisible by any number between 2 and n-1, it is prime
To check if the sum of the digits of a number is palindrome or not
Extract the digits of the number using modulo operator and add them
Convert the sum to a string and check if it is a palindrome
If it is a palindrome, then the sum of digits is also a palindrome
Example: For number 12345, sum of digits = 15, which is not a palindrome
Example: For number 12321, sum of digits = 9, which is a palindrome
Java is a versatile language with a vast community and excellent libraries.
Java is platform-independent, making it easy to write code that can run on any device.
It has a vast community of developers who contribute to its libraries and frameworks.
Java is highly secure and provides excellent support for multithreading.
It is an object-oriented language, making it easy to write modular and reusable code.
Java is widely used...
Object-oriented language is a programming paradigm that uses objects to represent data and methods.
Objects contain data and methods that operate on that data.
Encapsulation, inheritance, and polymorphism are key concepts in object-oriented programming.
Examples of object-oriented languages include Java, C++, and Python.
A singleton class is a class that can only be instantiated once in a program.
It has a private constructor to prevent multiple instances.
It provides a global point of access to the instance.
It is often used for managing resources or configuration settings.
Example: java.lang.Runtime, which provides access to the runtime environment.
Example: Database connection pool manager.
I would try to understand why they are not listening and find a way to connect with them.
I would have a one-on-one conversation with each player to understand their perspective
I would try to build a rapport with them and gain their trust
I would try to find common ground and align our goals
I would lead by example and show them the importance of teamwork and discipline
If necessary, I would involve the team management to
Loops are used to execute a set of statements repeatedly until a certain condition is met.
There are three types of loops: for loop, while loop, and do-while loop.
For loop is used when the number of iterations is known beforehand.
While loop is used when the number of iterations is not known beforehand.
Do-while loop is similar to while loop, but it executes the statements at least once before checking the condition.
Examp...
DBMS is a software system to manage databases while RDBMS is a type of DBMS that uses a relational model.
DBMS stands for Database Management System while RDBMS stands for Relational Database Management System.
DBMS can manage any type of database while RDBMS manages only relational databases.
DBMS does not enforce any specific data model while RDBMS enforces a relational data model.
DBMS is simpler and less expensive than...
Yes, I am open to relocation and night shifts.
I am flexible and adaptable to new environments.
I understand the importance of meeting business needs and am willing to work outside of traditional hours.
I have experience working night shifts and understand the challenges and benefits.
I am excited about the opportunity to explore a new location and culture.
I applied via Campus Placement and was interviewed in Sep 2021. There were 2 interview rounds.
The first round was the online assessment test which was held on Superset Platform. It consisted of 4 sections which were elimination rounds. They are as follows:
Pseudo Code(Elimination Round):
This round consisted of MCQs based on OOPs, data structures, Trees, and Time Complexity. Many pseudo code questions were about the left shift and right shift and binary to decimal conversion.
English Communication test(Elimination Round):
These were basic English grammar questions.
Game-based test(Elimination):
It was an adaptive puzzle game. It consisted of Deductive Logical Thinking, Inductive Logical Thinking, Grid Challenge, and Motion challenge. Except for the motion challenge, others were quite easy.
Behavioral Competency Test (Non-elimination):
This round tests your behavioral competency. You will be given two situations and you have to choose what best represents your behavior.
The interviews also took place on the Superset platform. The Technical and HR interview was combined. The questions I was asked were:
-"Tell me about yourself" is a standard interview question.
-Since my interview took place right after Diwali they asked me what I did to celebrate Diwali this year.
-They asked me about my family background.
-They asked me about the fields in EXTC that are related to IT since I am from EXTC.
-They asked questions about Capgemini
-me to explain my final year project.
-My strength and weakness
Developed a mobile app for tracking and managing personal finances.
Used Java and Android Studio for app development
Implemented features such as budget tracking, expense categorization, and bill reminders
Incorporated data visualization to help users understand their spending habits
Conducted user testing and made improvements based on feedback
Received high marks from project supervisor and classmates
Fields in EXTC related to IT
Digital Signal Processing
Microprocessors and Microcontrollers
Computer Networks
Data Communication
Wireless Communication
Mobile Communication
Internet of Things
Cloud Computing
Artificial Intelligence
Machine Learning
My project was to develop a mobile application for tracking daily water intake.
Developed a mobile application using React Native
Integrated a database to store user data
Implemented a feature to set daily water intake goals
Included reminders to encourage users to drink water throughout the day
I want to join Capgemini because of its reputation as a leading global consulting and technology services company.
Capgemini has a strong focus on innovation and digital transformation, which aligns with my career goals.
I am impressed by Capgemini's commitment to diversity and inclusion, and I believe that I would thrive in such an environment.
Capgemini's global presence and diverse client base would provide me with opp...
Capgemini is a global consulting and technology services company that works on various projects across industries.
Capgemini has worked on digital transformation projects for clients like McDonald's and Airbus.
They have also worked on implementing SAP solutions for companies like Coca-Cola and Unilever.
Capgemini has a strong focus on sustainability and has worked on projects related to renewable energy and reducing carb...
What people are saying about Capgemini
Capgemini interview questions for designations
I applied via Company Website and was interviewed in Apr 2022. There were 4 interview rounds.
Easy
Hard
Get interview-ready with Top Capgemini Interview Questions
I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.
**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.
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.
Round duration - 45 minutes
Round difficulty - null
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.
Questions were from pseudo codes . English and apti.
I applied via Campus Placement and was interviewed in Jan 2022. There were 2 interview rounds.
In this test gamified aptitude questions were asked along with some pseudocode and english and it was followed by a personality test
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.
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...
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
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.
I applied via Campus Placement and was interviewed in Sep 2021. There were 2 interview rounds.
Assessment test and Cocubes
4 sections
Pseudo code 30 ques 30 min
English 30 ques 30 min
Games 4 games
Behavioral assessment 100 ques
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'.
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...
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
The duration of Capgemini Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 36 interviews
4 Interview rounds
based on 881 reviews
Rating in categories
Consultant
56k
salaries
| ₹5.2 L/yr - ₹18 L/yr |
Associate Consultant
50.7k
salaries
| ₹2.9 L/yr - ₹12 L/yr |
Senior Consultant
47.3k
salaries
| ₹7.5 L/yr - ₹25 L/yr |
Senior Analyst
21.1k
salaries
| ₹2.2 L/yr - ₹9 L/yr |
Senior Software Engineer
20.6k
salaries
| ₹3.5 L/yr - ₹12.9 L/yr |
Wipro
Accenture
Cognizant
TCS