I applied through college or university. The process took 5 days. I interviewed at Capgemini (Calcutta) in Sep 2022
Interview
The interview process was smooth and it was conducted on the superset platform. The interviewer asked general HR questions. Then he moved toward the technical question. He asked questions about my project. Next, he showed me a pseudocode in python and asked me to solve that. He also asked questions about object-oriented programming and basic data structures. The interview went on for 50 mins.
Interview questions [1]
Question 1
1. Tell me about yourself? 2. Tell me about your project. 3. How your project can be implemented in real life. 4. Pseudocode questions 5. Two real-life examples of Oops and I have to identify which Oops concept it followed. I don't remember the exact question but I can put an example: Suppose your grandfather owns a cricket bat. One day he decides to give his bat to your father. One day you found that you need that bat. So you took permission from your father and after that, you take the bat. Which property of Oops are you following?? *This was just an example but in the interview, they will tell a long story and will ask you to identify.
I applied through college or university. The process took 2 weeks. I interviewed at Capgemini (Airoli) in Jun 2026
Interview
1. English assessment - online
2. Technical assessment - online
2A. IT fundamentals
2B. Data Science
2C. Coding
2D. Gamified assessment (sudoku, memory assessment)
3. In-person interview - tech + HR
Coding questions:
1. Problem Statement
Given three arrays A, B, and C containing distinct integers, where:
* Array A contains N elements.
* Array B contains N − 1 elements and is formed by removing exactly one element from A.
* Array C contains N − 2 elements and is formed by removing exactly one element from B.
Write a program to identify:
1. The element X that is present in A but not in B.
2. The element Y that is present in B but not in C.
Print X and Y on separate lines.
2. Problem Statement
Given an N × N matrix of integers, find the length of the longest path consisting of consecutive numbers.
A valid path can move only in the four cardinal directions:
* Up
* Down
* Left
* Right
A move from one cell to another is allowed only if the value in the next cell is exactly 1 greater than the value in the current cell.
Return the length of the longest such consecutive sequence that can be formed in the matrix.
Interview questions [1]
Question 1
RAG implementation project explanation. LLM project explanation. And follow up questions
It was quite tricky but it's too worth it. It's totally depends upon the real time projects You have made. As final word I can say that it's totally depends upon the skills you have equipped with the role you have applied.
I registered on LinkedIn. I applied for the post. I received a call from the recruiter within the next week and then I interviewed the very next day. Within the next week I onboarded.