It was great experience & all smooth process.
All the folks are very supportive & smooth landing to Capgemini. Client interview also very much interesting. Thanks to onboarding team of Capgemini.
I applied online. The process took 2 weeks. I interviewed at Capgemini in Apr 2025
Interview
Hi,
Overall interview process is very good. Interviewer and 1st round to last round are very friendly and good. They share all details related to this role and responsibilities. They clear all doubts which I asked during interview.
Interview questions [1]
Question 1
Any experience in client coordination and how you get requirement from client.
I applied in-person. The process took 4 weeks. I interviewed at Capgemini (Bengaluru) in Apr 2025
Interview
I submitted my resume on the Capgemini portal. A few days later, I received an invitation for a walk-in interview. The interview was scheduled as per the instructions. There were a total of three interview rounds, which are listed below:
L1: English Communication Check
This round focused on testing my English language skills.
L2: Technical Round
This round included questions on Python and SQL at beginner to intermediate levels. (Make sure your basics are clear.)
L3: Interview with the Team Leader
In this round, we discussed my past projects. I was asked how I handled different situations and what I would do in specific scenarios.
Interview questions [1]
Question 1
. Handling a DataFrame
Working with pandas DataFrames, including creating, accessing, and modifying data.
2. Filling Null Values
Using functions like fillna() to replace missing (null) values in a DataFrame.
3. Removing Duplicates
Eliminating duplicate rows from a DataFrame using drop_duplicates().
4. Printing Words Containing 'a' from a List
Using list comprehension and functions to print words that contain the letter 'a' from a given list.