I applied online. The process took 3 weeks. I interviewed at Capgemini in Jan 2024
Interview
verall, the interview was a valuable experience, allowing me to demonstrate my understanding of fundamental ABAP concepts such as data types, data objects, control structures, and modularization techniques. Additionally, I appreciated the opportunity to discuss my familiarity with RAP and its role in simplifying development and extending SAP S/4HANA applications.
Regarding BTP, I highlighted my knowledge of its various services and capabilities, including integration, extension, and analytics, and how these align with modern development practices and cloud-based solutions.
Interview questions [1]
Question 1
Best practices to be followed to have a better performance code
Was good.Consisted of multiple discussion rounds , face to face meeting and testing before the final offer was given Had a good experience with the hiring team and the flow was seamless.
Interview questions [1]
Question 1
They asked me about Experience,,Skills and Technology understanding
3 rounds. First round was on industry knowledge. Second round was detailed where they checked my skills on preparation ppt. Third was were I was given case study based on which I prepared deck and gave presentation
Interview questions [1]
Question 1
Industry knowledge for the sector you are applying
I applied online. I interviewed at Capgemini (Airoli) in Jun 2026
Interview
The interview process was smooth, transparent, and well-organized throughout. It consisted of three rounds: L1, L2, and a client interview. Each round was conducted professionally, and the interviewers were supportive and focused on assessing both technical expertise and problem-solving abilities.
The L1 round primarily focused on technical skills and experience, while the L2 round involved more in-depth discussions on project experience, architecture, and practical scenarios. The final client interview was conversational and focused on understanding domain knowledge, communication skills, and overall suitability for the project requirements.
The overall process took approximately 20 days from the initial interview to the final confirmation. Communication from the recruitment team was timely and clear throughout the process, making the overall experience positive and seamless.
Interview questions [11]
Question 1
What is difference between switchmap, concatmap, exhaustmap and mergemap.
Your Angular application has a page displaying 10,000 records, and users are experiencing slow rendering and UI lag. How would you identify the bottleneck and optimize the application's performance?
You have a parent component with multiple child components, and every API response triggers unnecessary re-rendering across the application. How would you optimize Angular's change detection strategy?
After navigating between pages multiple times, the application's memory usage continuously increases. How would you identify and fix memory leaks in an Angular application?
The initial bundle size of your Angular application has grown significantly, causing slow page loads. What strategies would you implement to optimize loading and improve performance?
Your application uses JWT authentication, and API tokens expire after a certain time. How would you implement automatic token refresh without interrupting the user experience?
You need to build a dynamic form where fields, validations, and sections are generated from a backend JSON configuration. How would you design this solution in Angular?