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

19 interviews found

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(7 Questions)

  • Q1. Write code to implement and explicit wait in Selenium
  • Q2. Write code to implement Robot class in java
  • Q3. How would you locate the Xpath for the "Today's Deal" menu item on Amazon
  • Q4. What will be the memory allocation for the code String str1 = "Automation"; String str2 = new String("Automation");
  • Q5. What is the difference between str1==str2 and str1.equals(str2)
  • Q6. Meaning of status code 401 and 502
  • Q7. Print first 4 letter and last 4 letter of String str="www.amazon.com"
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Difference between @BeforeMethod vs @BeforeTest
  • Ans. 

    The @BeforeMethod annotation is used to run a method before each test method in a class, while @BeforeTest is used to run a method before any test method in a test tag.

    • The @BeforeMethod annotation is specific to TestNG framework and is used to initialize test data before each test method.

    • @BeforeTest annotation is also specific to TestNG and is used to initialize test data before any test method in a test tag.

    • If a class...

  • Answered by AI
  • Q2. Difference between get vs navigate.to
  • Q3. How you extract data from excel file and which jar file is used
  • Q4. Methods of select class
  • Q5. Explicit wait conditions

Skills evaluated in this interview

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
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to achieve encapsulation in python
  • Q2. What is __init stands for in python class

Automation Engineer Interview Questions & Answers

user image sushishree jena

posted on 12 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the framework
  • Ans. 

    A framework is a set of guidelines, coding standards, concepts, and practices to help automate testing efficiently.

    • Framework provides a structure for organizing test scripts, data, and reusable components.

    • It helps in maintaining consistency and reusability of test scripts.

    • Frameworks can be data-driven, keyword-driven, or hybrid depending on the requirements.

    • Examples of frameworks include Selenium WebDriver, TestNG, JUn

  • Answered by AI
  • Q2. Why testng was used
  • Ans. 

    TestNG was used for automated testing in order to facilitate easy test case management, parallel execution, and reporting.

    • TestNG allows for easy grouping and prioritization of test cases.

    • It supports parallel execution of test cases, improving efficiency.

    • TestNG provides detailed test reports, making it easier to identify and debug issues.

    • Annotations in TestNG help in defining the test methods and their dependencies.

    • Test...

  • Answered by AI

Skills evaluated in this interview

Capgemini interview questions for designations

 Automation Test Engineer

 (44)

 Senior Automation Engineer

 (3)

 QA Automation Engineer

 (1)

 Python Automation Engineer

 (1)

 Automation Tester

 (11)

 Selenium Automation

 (1)

 Automation Testing

 (1)

 Senior Automation Test Engineer

 (5)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Array based program: reverse the string
  • Ans. 

    Reverse a string using an array of characters.

    • Create an array of characters to store the string.

    • Iterate through the string and store each character in the array.

    • Reverse the array of characters to get the reversed string.

  • Answered by AI
  • Q2. Api status codes: 200, 400

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep java very well

Skills evaluated in this interview

Get interview-ready with Top Capgemini Interview Questions

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project related

Automation Engineer Jobs at Capgemini

View all

Automation Engineer Interview Questions & Answers

user image pratik sawant

posted on 16 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is automation testing
  • Ans. 

    Automation testing is the use of software tools to execute tests and compare actual outcomes with expected outcomes.

    • Automation testing involves writing scripts or using tools to automate repetitive tasks in testing.

    • It helps in reducing human errors and increasing efficiency.

    • It can be used for various types of testing such as functional, regression, performance, and load testing.

    • Examples of automation testing tools incl

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself

Skills evaluated in this interview

Automation Engineer interview

user image Shiv AutomationLabs

posted on 4 Dec 2021

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is throw and throws in java?
  • Ans. 

    throw is used to throw an exception in Java, while throws is used to declare an exception that a method may throw.

    • throw is used to explicitly throw an exception within a method.

    • throws is used in the method signature to declare the exceptions that the method may throw.

    • Example: throw new Exception("Something went wrong!");

    • Example: public void someMethod() throws IOException {}

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Selenium basics question
Round 3 - Technical 

(1 Question)

  • Q1. Java selenium cucumber BDD

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 231 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 23 reviews

3.7/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

2.5

Salary

3.2

Job security

3.5

Company culture

2.7

Promotions

3.5

Work satisfaction

Explore 23 Reviews and Ratings
Automation Engineer

Mumbai

6-9 Yrs

Not Disclosed

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹5.1 L/yr - ₹17.6 L/yr

Associate Consultant
50.9k salaries
unlock blur

₹3 L/yr - ₹11.8 L/yr

Senior Consultant
46.1k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.8k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
20.1k salaries
unlock blur

₹3.5 L/yr - ₹12.4 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