Complete Capgemini Preparation Guide
Eligibility, syllabus, selection process, interview insights — everything in one place.
About the Company
Capgemini SE is one of the world's leading IT services, consulting, and business solutions organizations. Founded in 1967 and headquartered in Paris, France, Capgemini provides a wide range of services including software development, cloud computing, artificial intelligence, cybersecurity, data analytics, and digital transformation solutions to businesses across industries.
Eligibility Criteria
Ensure you meet all requirements before applying to Capgemini.
B.E/B.Tech (CSE, ECE, IT, EEE, TELECOM, EI), MCA, or M.Sc (CS/IT) from recognized universities.
Open for the Batch of 2023, 2024 and 2025 graduates.
Candidates should have a minimum aggregate of 60% or 6.0 CGPA in 10th, 12th, and Graduation.
No pending backlog at the time of appearing for the Capgemini selection process.
Candidates should generally be between 18 to 28 years of age.
The overall academic gap should not exceed 1 year. No gaps allowed between semesters.
This drive is exclusively for freshers.
Only full-time courses will be considered.
Salary Package
Annual CTC by role tier. Opportunities are available across roles such as Analyst (A4), Analyst Star (A4(P)), Senior Analyst (A5), Associate Software Engineer (A3).
Selection Process
Your journey from application to offer letter — step by step.
Step 1 · Elimination Round
The initial screening round which includes Technical Assessment, English Communication Test, Game-Based Aptitude Test, and Behavioral Competency Profiling.
- Familiarize yourself with game-based aptitude formats.
- Practice pseudocoding and fundamental OS/DBMS concepts.
Step 2 · Elimination Round
For certain roles with higher package offerings (Analyst Star, Senior Analyst), a dedicated coding assessment is included. Choice of C, C++, or Java.
- Focus on data structures and algorithms.
- Ensure your code handles edge cases efficiently.
Step 3
Focuses on in-depth technical knowledge, problem-solving capabilities, core technical subjects, and discussions about projects listed on the resume.
- Be prepared to write code or explain logic during the interview.
- Thoroughly know everything mentioned in your resume.
Step 4
The final round assesses soft skills, communication, career aspirations, willingness to relocate, and cultural fit within Capgemini.
- Research Capgemini's core values.
- Be honest and clear about your career goals.
Exam Pattern
The Capgemini online assessment is a multi-stage process designed to evaluate technical skills, communication, and cognitive abilities, often using innovative game-based formats.
- Each round is typically an elimination round.
- The Game-Based Aptitude Test requires quick thinking and pattern recognition.
- A dedicated Coding Round (2 questions, 45 mins) is added for higher package roles.
- The Game-Based Aptitude Test may include challenges like Deductive/Inductive logic, Grid Challenge, or Motion Challenge.
- You must clear Stage 1 to move to Stage 2.
Syllabus Breakdown
Topics and their weightage in the Capgemini exam.
Important Topics
High-frequency topics that appear most often in Capgemini interviews and assessments.
Previous Year Questions
A mini mock simulation — pick an answer, get instant feedback and an explanation, then move to the next question.
What is the output of the following pseudocode? Integer a = 5, b = 2; while (a > b) { a = a - 1; b = b + 1; } print(a * b);
Choose the correct sentence:
(Inductive Logic Concept): If the first shape is a triangle, the second is a square, and the third is a pentagon, what rule determines the next shape?
When working on a tight deadline and a team member falls behind, what is the best approach?
Given an input string s, reverse the order of the words. A word is defined as a sequence of non-space characters. The words in s will be separated by at least one space.
Note: Return a string of the words in reverse order concatenated by a single space.
A single line containing the string s.
A single line containing the reversed words string.
the sky is blue
blue is sky the
Explanation: The words are reversed and separated by a single space.
hello world
world hello
Explanation: Reversed string should not contain leading or trailing spaces.
Student Interview Experiences
Real insights from students who cleared the Capgemini hiring process.
The Technical Assessment had simple pseudo-code questions and a tight time limit. The Technical Interview focused heavily on my Java and OOPS skills, plus a simple prime number program. HR round was very standard and friendly.
My interview process went smoothly. Aptitude was straightforward. In the technical round, the interviewer asked about specific technologies like .NET from my resume. Maintain eye contact and prepare your basics well.