resume got shortlisted in the screening round they asked about past working experience about 30 min discussion, he asked about arm m controller architecture i explained it very well i think they were not satisfies about my performance they rejected the me .
Interview questions [1]
Question 1
about past working experience and arm architecture
I applied online. The process took 1+ week. I interviewed at Capgemini (Indianapolis, IN) in Mar 2022
Interview
3 rounds of interviews, Each interview has 2 hrs of duration, first one is behavior then system design then code interview, all interviews are the same day you have 1 hr between interviews
Interview questions [1]
Question 1
About embedded systems in general, about describing how to design a system and a code in c++
I applied online. I interviewed at Capgemini in Dec 2024
Interview
The interview process was well-organized, starting with a screening round, followed by technical and HR interviews. The questions focused on core skills, problem-solving abilities, technical expertise, and role-specific requirements in detail.
Interview questions [1]
Question 1
Write a C++ program to create a Date class that validates whether a given date is valid or invalid. The class should have private data members int day, int month, and int year. Declare the functions in the public section of the class to allow the user to input the date and validate it. The program should determine the validity of the date, considering leap years, and display the result accordingly.