Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Associate L2 Interview Questions and Answers

Updated 9 Dec 2022

Capgemini Engineering Associate L2 Interview Experiences

3 interviews found

Associate L2 Interview Questions & Answers

user image Anonymous

posted on 26 Sep 2022

I applied via campus placement at Indian Institute of Information Technology, Design and Manufacturing (IIITDM), Jabalpur and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Overall it was average to difficult. There were three coding questions each having different weightage. Focus on basics of data structures.

Round 3 - Technical 

(1 Question)

  • Q1. It was completely technical & most of the questions were asked from core electronics as they were interested in hiring for VLSI domain. The interview was bit surprising as I had prepared for the coding rou...
Round 4 - HR 

(1 Question)

  • Q1. The usual HR questions like why do you want to join this company etc etc. This was the easiest round to crack.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be Confident
2. Don't lie as the interviewer is experienced
3. If you don't know something say sorry & move to next question
4. Be prepared
5. Most important one is never underestimate yourself

Associate L2 Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2022

I applied via Referral and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

All general Aptitude topics , like railway and other general topics

Round 3 - Technical 

(2 Questions)

  • Q1. EDC , Analog design basics
  • Q2. RC circut basics , charging and discharging

Interview Preparation Tips

Interview preparation tips for other job seekers - Please read electronics basics
Analog basics , circuit design , edc basics , charging and discharging RC circuits

Associate L2 Interview Questions Asked at Other Companies

asked in PwC
Q1. Step for revenue recognition - IND AS 115, how you book revenue i ... read more
asked in PwC
Q2. How will you check the completeness and accuracy of any Informati ... read more
asked in PwC
Q3. P2P Process with the different risks and controla to mitigate the ... read more
asked in PwC
Q4. COSO and COBIT. What is the difference?
asked in PwC
Q5. Do you feel this is your cup of tea?

Associate L2 Interview Questions & Answers

user image Anonymous

posted on 20 Jul 2022

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

(1 Question)

  • Q1. Questions related above topics
Round 2 - Technical 

(1 Question)

  • Q1. Programming language
Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself and salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Exam shortlish is mandatory and Basic knowledge is enough for interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ questions on design pattern ,core java ,sql ,spring ,hibernate

Round 2 - One-on-one 

(3 Questions)

  • Q1. JVM internal working
  • Q2. Coding question to find next greatest number
  • Ans. 

    Coding question to find next greatest number

    • Iterate from right to left and find the first digit that is smaller than the digit next to it

    • Swap this digit with the smallest digit on its right side that is greater than it

    • Sort the digits to the right of the swapped digit in ascending order

    • If no such digit exists, return the input number as it is

  • Answered by AI
  • Q3. Hash map internal working
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses hashing to quickly retrieve values.

    • Hash map uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Retrieving a value from a hash map involves computing the hash of the key and accessing the corresponding index in the ar...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare core JAVA concepts strongly

Skills evaluated in this interview

I applied via whatsapp and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Cloud related questions (AWS,AZURE,GCP)
Round 2 - HR 

(1 Question)

  • Q1. Basics questions only

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and attend with full energy..(keep in mind ...if u a talented person there are so many jobs are there.)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal

Round 1 - One-on-one 

(1 Question)

  • Q1. Agile practices
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Whatvis the challennging situation
  • Ans. 

    The challenging situation is managing a team with conflicting personalities and work styles.

    • Identify each team member's strengths and weaknesses

    • Encourage open communication and collaboration

    • Set clear expectations and goals for the team

    • Address conflicts promptly and constructively

    • Provide opportunities for team building and bonding activities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared for Financial Markets concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Yes it was hard and time consuming

Round 2 - Coding Test 

Two problems we asked abt man and woman

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry be happy
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tel me something about ur self
  • Q2. Pervious experience

I applied via LinkedIn

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Coding questions related to DSA
  • Q2. Middle of the Linked list
  • Ans. 

    Finding the middle node of a linked list.

    • Traverse the linked list with two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes.

    • In that case, choose either of the middle nodes as the result.

  • Answered by AI
  • Q3. Reverse words in a sentence
  • Ans. 

    Reverse words in a sentence

    • Split the sentence into words

    • Reverse the order of the words

    • Join the words back into a sentence

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to start a career at this company.No cons.work culture is great.very supportive staff

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. About yourself Your project details and technology
Round 3 - HR 

(1 Question)

  • Q1. About yourself salary package

Interview Preparation Tips

Interview preparation tips for other job seekers - Have knowledge on what you have worked previously or what you have studied. Be true to what you know and what you don't know

Capgemini Engineering Interview FAQs

How many rounds are there in Capgemini Engineering Associate L2 interview?
Capgemini Engineering interview process usually has 3-4 rounds. The most common rounds in the Capgemini Engineering interview process are Technical, Coding Test and HR.
What are the top questions asked in Capgemini Engineering Associate L2 interview?

Some of the top questions asked at the Capgemini Engineering Associate L2 interview -

  1. It was completely technical & most of the questions were asked from core electr...read more
  2. RC circut basics , charging and discharg...read more
  3. EDC , Analog design bas...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Capgemini Engineering Associate L2 Salary
based on 45 salaries
₹3 L/yr - ₹9 L/yr
33% less than the average Associate L2 Salary in India
View more details

Capgemini Engineering Associate L2 Reviews and Ratings

based on 9 reviews

2.7/5

Rating in categories

2.8

Skill development

3.3

Work-life balance

2.3

Salary

3.8

Job security

3.1

Company culture

2.0

Promotions

2.8

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
2.1k salaries
unlock blur

₹5.7 L/yr - ₹22.3 L/yr

Technical Lead
1.5k salaries
unlock blur

₹9.3 L/yr - ₹26 L/yr

Software Engineer
1.4k salaries
unlock blur

₹3 L/yr - ₹11.3 L/yr

Network Engineer
450 salaries
unlock blur

₹3 L/yr - ₹10.5 L/yr

Senior Technical Lead
371 salaries
unlock blur

₹14.1 L/yr - ₹34.5 L/yr

Explore more salaries
Compare Capgemini Engineering with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview