I applied through a recruiter. The process took 2 weeks. I interviewed at Capgemini (Hyderabad) in Apr 2025
Interview
The interviewer was friendly and created a comfortable environment that made the conversation flow smoothly. They were also highly knowledgeable, asking insightful questions and sharing valuable information about the role and company.
I applied through a staffing agency. The process took 3 weeks. I interviewed at Capgemini
Interview
Good and smooth, for every step HRs are different so little confusing, with whome should id contact for further steps. But overall good experience. Little clarity and unique point of contact can make process for smooth.
Interview questions [1]
Question 1
Questions related to my technical, both theoretical and practical problems
I applied online. The process took 3 weeks. I interviewed at Capgemini (Chennai) in Mar 2025
Interview
Describe the interview process:
The interview process was well-organized and professional. It consisted of multiple rounds including:
Technical Interview – Focused on core Java concepts, Spring Boot, microservices architecture, and real-time problem-solving. The interviewer also assessed coding skills using Java 8 features.
Managerial or Client Round – This round evaluated project experience, communication skills, and how I approach real-time scenarios and teamwork.
HR Discussion – Covered salary, joining date, and other onboarding formalities.
Communication was clear throughout the process, and the recruiters were supportive and responsive. The entire experience was smooth and candidate-friendly.
Interview questions [1]
Question 1
One of the most challenging questions was:
“In a microservices architecture, how would you ensure data consistency across multiple services that each use separate databases?”
This question tested my understanding of real-time scenarios involving distributed systems, and they expected an explanation around eventual consistency, saga patterns, or using orchestration/choreography techniques.
2. Java 8 coding question: 1. given the list like ex: 1,2,3,4,5,6,7,8,9,10 We need find & get middle numbers using stream? 2. given the string and numbers we need find and summing the numbers