In 2026 expect OOP concepts with real examples (the four pillars, abstract class versus interface), a simple coding problem like palindrome checking with variants, and DBMS basics such as normalization up to third normal form. Interviewers want textbook-accurate explanations backed by concrete examples and one language you are genuinely comfortable in. Deep dynamic-programming puzzles are rare; the differentiator is whether you can explain core concepts cleanly and write a correct small program without fumbling the basics.
Capgemini recruitment process
01
Online aptitude and pseudocode/coding test
02
Technical interview on fundamentals and coding
03
HR interview on fit and flexibility
04
What to expect in each round
01
Round 1 (60-90 min)
online aptitude, pseudocode, and coding test.
02
Round 2 (30-45 min)
technical round on OOP, DBMS, and a coding problem.
03
Round 3 (15-30 min)
HR round on motivation and mobility.
Technical questions Capgemini asked
Sourced from 2+ candidate post-mortems. Hit Practice to answer any one with AI voice feedback.
- 01
Medium
Reverse a linked list in O(1) extra space. Then explain when you'd use this in production.
Practice free → - 02
Easy
What is the difference between a class and an object? Give an example.
Practice free → - 03
Easy
Write a SQL query to find the second-highest salary in a department.
Practice free → - 04
Easy
What is normalisation in databases? When would you de-normalise?
Practice free → - 05
Easy
What's the difference between a stack and a queue? Give a real-world use case for each.
Practice free → - 06
Hard
Given a stream of integers, design a data structure that returns the median in O(log n).
Practice free → - 07
Medium
You have a service that's slow only on Tuesdays. Walk me through how you'd debug.
Practice free → - 08
Hard
Here's 200 lines of payment-processing code with several intentional bugs. Find them and explain the production impact of each.
Practice free → - 09
Medium
Explain webhooks vs. polling for a developer who has never built a payment integration. You have 4 sentences.
Practice free → - 10
Hard
Walk me through Razorpay's fraud-detection model. How would you reduce false positives without increasing chargeback losses?
Practice free → - 11
Medium
We see UPI failure rates spike at 9pm on weekends. How would you debug and what's your hypothesis?
Practice free → - 12
Easy
What's 54% of 110? You have 10 seconds.
Practice free →