Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Capgemini Team. If you also belong to the team, you can get access from here

Capgemini Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Automation Engineer Interview Questions, Process, and Tips

Updated 25 Jan 2025

Top Capgemini Automation Engineer Interview Questions and Answers

  • Q1. How would you locate the Xpath for the "Today's Deal" menu item on Amazon
  • Q2. What will be the memory allocation for the code String str1 = "Automation"; String str2 = new String("Automation");
  • Q3. What is the difference between str1==str2 and str1.equals(str2)
View all 17 questions

Capgemini Automation Engineer Interview Experiences

18 interviews found

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 - One-on-one 

(3 Questions)

  • Q1. What is sdlc and stlc more about project
  • Q2. Oops concepts in Java
  • Ans. 

    Oops concepts are fundamental to Java programming and include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of a class and only exposes necessary information.

    • Abstraction allows for t...

  • Answered by AI
  • Q3. Wait in selenium and exception in selenium
  • Ans. 

    Explanation of wait and exception handling in Selenium

    • Wait in Selenium is used to pause the execution of the script for a certain amount of time

    • There are two types of waits: Implicit and Explicit

    • Exception handling in Selenium is used to handle unexpected errors during the execution of the script

    • Common exceptions in Selenium include NoSuchElementException and TimeoutException

    • Handling exceptions can be done using try-cat

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and company rules

Interview Preparation Tips

Interview preparation tips for other job seekers - Just basic you prepare well and coding questions one basic

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Broaken Link code
reverse number program
Pallendrome program

Automation Engineer Interview Questions Asked at Other Companies

asked in GEA Group
Q1. 16) What is modbus ? Types of modbus? How many slaves we can conn ... read more
asked in Blue Yonder
Q2. 1. What is the difference between Absolute & Relative Xpaths?
Q3. 1. Explain oops concepts in coding. 2. Write a program to find mi ... read more
Q4. One coding challenge was given to find the number of palindrome w ... read more
asked in GEA Group
Q5. 15) What is ASI protocol? How many slaves we can connect to one m ... read more
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. String Buffer VS Builder
  • Ans. 

    String Buffer is synchronized and slower, while StringBuilder is unsynchronized and faster.

    • StringBuffer is thread-safe, while StringBuilder is not.

    • StringBuffer is slower due to synchronization, while StringBuilder is faster.

    • StringBuilder is preferred for single-threaded environments.

    • StringBuffer is preferred for multi-threaded environments.

    • Both classes are used for manipulating strings, but StringBuilder is more effici

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident. Prepare well. Basics should be clear

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. All selenium related questions
  • Q2. Java oops concept and advanced java
Round 2 - Technical 

(1 Question)

  • Q1. Real time process with selenium examples
  • Ans. 

    Real-time process with Selenium involves continuous monitoring and updating of web pages.

    • Use implicit and explicit waits to ensure real-time updates

    • Implement continuous integration and delivery to automate testing

    • Use Selenium Grid to run tests in parallel for faster execution

    • Examples include monitoring stock prices, social media feeds, and live sports scores

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not cracked the 2nd round. Interview process was good

Skills evaluated in this interview

Capgemini interview questions for designations

 Automation Test Engineer

 (43)

 Senior Automation Engineer

 (3)

 QA Automation Engineer

 (1)

 Python Automation Engineer

 (1)

 Automation Tester

 (11)

 Selenium Automation

 (1)

 Automation Testing

 (1)

 Qa Automation Testing Engineer

 (5)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Test questions: easy to moderate

Round 2 - Coding Test 

Basic to advance coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work

Get interview-ready with Top Capgemini Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Question on storage
Round 2 - HR 

(3 Questions)

  • Q1. Reason of leaving current project
  • Q2. Discusion on project
  • Q3. Tell me about your experience

Automation Engineer Jobs at Capgemini

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Explain about your current project
Round 3 - HR 

(1 Question)

  • Q1. What is you expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience, question level- moderate , I interviewed for Automation e

Interview Questionnaire 

1 Question

  • Q1. Findelemen and elements, locaters, wait syntax and differences, expections, how to handle dynamic table, they have given me to automate shopping site e2e and 3 days time they have given
  • Ans. 

    Answering questions related to automation engineering for a shopping site in 3 days

    • Use Findelemen and locators to identify elements on the shopping site

    • Use wait syntax to ensure that the elements are loaded before interacting with them

    • Handle dynamic tables by using loops to iterate through the rows and columns

    • Use exceptions to handle errors and unexpected behavior

    • Create end-to-end tests to ensure that the shopping site

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was bit difficult

Capgemini Interview FAQs

How many rounds are there in Capgemini Automation Engineer interview?
Capgemini interview process usually has 1-2 rounds. The most common rounds in the Capgemini interview process are Technical, HR and Resume Shortlist.
How to prepare for Capgemini Automation Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Capgemini. The most common topics and skills that interviewers at Capgemini expect are Python, Automation, Powershell, Selenium and Automation Engineering.
What are the top questions asked in Capgemini Automation Engineer interview?

Some of the top questions asked at the Capgemini Automation Engineer interview -

  1. How would you locate the Xpath for the "Today's Deal" menu item on Ama...read more
  2. What will be the memory allocation for the code String str1 = "Automation"; Str...read more
  3. What is the difference between str1==str2 and str1.equals(st...read more

Tell us how to improve this page.

Capgemini Automation Engineer Interview Process

based on 15 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
Capgemini Automation Engineer Salary
based on 237 salaries
₹2.8 L/yr - ₹10 L/yr
9% less than the average Automation Engineer Salary in India
View more details

Capgemini Automation Engineer Reviews and Ratings

based on 24 reviews

3.7/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

2.5

Salary

3.3

Job security

3.5

Company culture

2.7

Promotions

3.6

Work satisfaction

Explore 24 Reviews and Ratings
Automation Engineer

Mumbai

6-9 Yrs

Not Disclosed

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹17.5 L/yr

Associate Consultant
50.8k salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Consultant
46.1k salaries
unlock blur

₹7.5 L/yr - ₹24.5 L/yr

Senior Analyst
20.6k salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Senior Software Engineer
20.2k salaries
unlock blur

₹3.5 L/yr - ₹12.1 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.8
Compare

TCS

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