Capgemini's assessment is known for its pseudocode round, a language-agnostic MCQ section that tests whether you can read code and predict its behaviour. It rewards careful tracing over memorisation and trips up candidates who only know one syntax. This page explains the round's format, the concepts it targets, worked output-tracing examples, and how to practise reading code accurately under time pressure.
Start a free mock interview →The pseudocode section presents short programs written in a generic, language-neutral pseudocode and asks you to predict the output, identify the value of a variable, or spot what a snippet computes. It is entirely MCQ and separately timed.
Because it is language-neutral, candidates who only pattern-match one language's syntax struggle; genuine code-reading skill is what the round measures.
The pseudocode round is moderate to occasionally tricky, and the traps are usually in the details:
Timing is tight enough that you cannot afford to re-trace a program three times, so building the discipline to trace once, carefully, on paper is the core skill.
Loop trace: a loop that starts sum at 0 and adds i for i from 1 to 5 gives 15. But if the loop condition is i less than 5, it runs 1 to 4 and gives 10, exactly the boundary trap the round loves.
Modulo: a snippet printing n mod 2 for a range tests whether you track odd/even correctly; watch integer division rounding towards zero.
Recursion: a function returning f(n-1)+f(n-2) with base cases is Fibonacci; trace small n by hand rather than guessing.
Reference: a function that swaps via references changes the caller's variables; one that receives copies does not, read the parameter passing carefully.
Practise output prediction daily using varied snippets, and force yourself to trace on paper with a small table of variable values rather than solving in your head. This single habit eliminates most careless errors. Deliberately target the trap categories, loop boundaries, modulo and integer division, scope and recursion, since that is where questions concentrate.
Time your practice so you can trace a moderate snippet within the section's per-question budget. Review every miss and identify which trap caught you, then drill that category harder.
Capgemini's process also includes technical and HR interviews. InterviewPrep's free AI voice mock interview builds a session from your CV and a Capgemini role and scores your spoken answers, pace and filler words, so you can explain your reasoning clearly once you reach the human rounds.
Capgemini's full hiring process usually wraps the pseudocode round inside a wider assessment, and knowing the other pieces prevents surprises. Alongside pseudocode, expect quantitative aptitude, logical reasoning and English communication sections, and for many drives a behavioural or game-based assessment that measures traits like persistence, learning agility and risk-taking through interactive exercises rather than right-or-wrong answers.
The game-based round is not something to cram for, but it helps to answer consistently and honestly, since it profiles working style rather than testing knowledge. Rushing or trying to game it tends to produce inconsistent results. Treat it as a genuine reflection of how you approach problems and setbacks.
For the pseudocode and aptitude sections, keep your practice steady and timed, and carry your paper-tracing habit into the exam so loop-boundary and scope traps do not catch you. Manage energy across the whole sitting; several back-to-back sections can tire you, so pace yourself and protect accuracy on the parts that carry the most selection weight.
After the online rounds, Capgemini conducts technical and HR interviews covering your projects, fundamentals and motivation. InterviewPrep's free AI voice mock interview builds a session from your CV and a Capgemini job description and scores your spoken answers, pace and filler words, so you can rehearse explaining your reasoning and projects clearly before the human stage, turning solid test performance into confident interview delivery.
A cleared pseudocode round is the signature gate into Capgemini's Freshers Jobs Off Campus Drive rounds, so building the paper-tracing habit early is what keeps the rest of the assessment in reach.
Sampled from the same bank we use for live placement drives. Answers and explanations unlock in the free practice set.
Which of the following is NOT one of the four Coffman conditions necessary for deadlock?
You are a fresher who joined three months ago in Mumbai. You want to share your first project status update with your manager Rajesh Iyer covering: completed work on the login module, a blocker around third-party OTP API rate limits, and your next two-week plan. Write the email so it reads as a confident weekly status update, not a help request.
You are a Software Engineer at a Bangalore IT services firm. Your manager Priya Menon assigned you a critical bug fix due Friday, but you have pre-approved leave from Wednesday to Friday for your sister's wedding in Hyderabad. You only realised the conflict today (Monday). Write an email to Priya proposing a way forward.
Capgemini Exceller Test Practice · Tcs Nqt Mock Test · Tcs Nqt Aptitude Practice · Tcs Nqt Coding Practice
Reading about it isn't practice.
Run a real AI mock interview built from your CV and a live job description — scored feedback on your answers, pace and filler words.
Start your free mock interview →