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 Test Engineer Interview Questions, Process, and Tips

Updated 3 Jan 2025

Top Capgemini Automation Test Engineer Interview Questions and Answers

  • Q1. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium and code for it 4] Scenario based questions 5] types of frameworks 6] how to read data from excel 7] Codin ...read more
  • Q2. What is assertion? What is soft assertion? What is hard assertion?
  • Q3. What is TestNG? Write the methods name? Importance.
View all 58 questions

Capgemini Automation Test Engineer Interview Experiences

43 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Method overloading, overriding, encapsulation, selenium wait concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Java ,selenium coding and MCQ

Round 2 - Technical 

(1 Question)

  • Q1. Java coding, cucumber,frame work, selenium, mannual testing

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Most Occurrence in given string Largest second number Reverse the String itself
  • Ans. 

    The question involves finding the most occurring character in a given string, finding the second largest number in the string, and reversing the string itself.

    • To find the most occurring character, iterate through the string and keep track of the count of each character using a dictionary or array.

    • To find the second largest number, iterate through the string and convert each substring to a number. Keep track of the larg...

  • Answered by AI

Automation Test Engineer Interview Questions & Answers

user image Amruta Vivek Savant

posted on 24 Aug 2023

Interview experience
4
Good
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 

(2 Questions)

  • Q1. Write a code to take screen shot? write a code to print all the values from dropdown of selected type? write a code for implicit wait?
  • Ans. 

    Code snippets for taking a screenshot, printing dropdown values, and implementing implicit wait in automation testing.

    • For taking a screenshot: Use Selenium's TakesScreenshot interface to capture the screenshot and save it to a file.

    • For printing dropdown values: Use Selenium's Select class to select the dropdown element and then iterate through all options to print their values.

    • For implicit wait: Use Selenium's WebDrive...

  • Answered by AI
  • Q2. What is static,final in java? what is the difference between string buffer and string builder? write a program to dispaly below pattern 1 2 3 4 5 6 7 8 9 10
  • Ans. 

    Static and final are keywords in Java. StringBuffer is synchronized while StringBuilder is not. The pattern can be displayed using loops.

    • Static keyword is used to create class-level variables or methods. Final keyword is used to make a variable constant.

    • StringBuffer is synchronized and thread-safe, while StringBuilder is not synchronized and faster.

    • Pattern program can be implemented using nested loops to print the desi

  • Answered by AI

Skills evaluated in this interview

Capgemini interview questions for designations

 Senior Automation Test Engineer

 (5)

 Manual Automation Test Engineer

 (1)

 Test Automation Architect

 (2)

 Automation Test Lead

 (1)

 Sdet Automation Test Engineer

 (4)

 Test Engineer

 (16)

 Senior Automation Engineer

 (3)

 QA Automation Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Mar 2023.

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 - Coding Test 

Coding test bit tough to clear

Round 3 - Technical 

(2 Questions)

  • Q1. Remove duplicates in an array
  • Ans. 

    Remove duplicates in an array

    • Use a hash table to keep track of elements already seen

    • Sort the array and remove duplicates in a single pass

  • Answered by AI
  • Q2. Java based question on collections using map
Round 4 - Technical 

(1 Question)

  • Q1. Diff between hashmap table
  • Ans. 

    Hashmap is a collection of key-value pairs while table is a data structure with rows and columns.

    • Hashmap is used for fast retrieval of values based on keys.

    • Table is used for storing and organizing data in rows and columns.

    • Hashmap can have duplicate values but not duplicate keys.

    • Table can have duplicate values in different rows and columns.

    • Hashmap is implemented using hashing while table is implemented using arrays or l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well in java
Oops concepts and strings
Prepare sql ql
Testng
Rest api

Skills evaluated in this interview

Get interview-ready with Top Capgemini Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Jul 2023. 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. Program to insert data into map and retrieve it. Left Triangle pattern Program Hasmaps Strings
  • Ans. 

    Program to insert and retrieve data from a map using strings.

    • Create a HashMap to store key-value pairs of strings.

    • Use put() method to insert data into the map.

    • Use get() method to retrieve data from the map.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Framework API Testing concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on basic concepts

Skills evaluated in this interview

Automation Test Engineer Jobs at Capgemini

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

1. Basic manual question
2. Explanations for cucumber framework and in-depth about the framework
3. Basic selenium comments in take screenshot and Robot class
4. Print the factorial of a number
5. Separate the string value
6. Ask us to write selenium task

Interview Preparation Tips

Topics to prepare for Capgemini Automation Test Engineer interview:
  • java
  • selenium
  • cucumber
  • Manual Testing
Interview preparation tips for other job seekers - Prepare well

I applied via Company Website and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Writing test with aptitude test with online process

Round 2 - Technical 

(2 Questions)

  • Q1. What do you mean by automation testing?
  • Ans. 

    Automation testing refers to the use of software tools to execute pre-scripted tests on a software application.

    • Automation testing involves writing scripts to automate repetitive manual testing tasks

    • It helps in reducing the time and effort required for testing

    • It improves the accuracy and reliability of testing results

    • Examples of automation testing tools include Selenium, Appium, and TestComplete

  • Answered by AI
  • Q2. Is cucumber a testing tool?
  • Ans. 

    No, Cucumber is not a testing tool.

    • Cucumber is a tool used for behavior-driven development (BDD) and not specifically for testing.

    • It allows non-technical stakeholders to understand and collaborate on the development process.

    • Cucumber uses a plain-text format called Gherkin to describe the behavior of an application.

    • It acts as a bridge between the business and technical teams, facilitating communication and ensuring that...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Automation Test Engineer interview:
  • Automation Testing
  • Manual Testing
Interview preparation tips for other job seekers - Testing
- Market yourself...
-Apply even if you're not fully qualified...

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your project with oops concept difference between list and set why is string immutable Questions on GIT, Maven testng hierarchy
Round 2 - Technical 

(1 Question)

  • Q1. Different string methods? and its return type? Testng Listener reporter Apache poi page object model diff between implicit and explicit wait what will be returned if findelements method does not find the l...

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare common interview questions asked across companies

I applied via Walk-in and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(6 Questions)

  • Q1. About automation testing.
  • Q2. Manual testing also i good
  • Q3. And additional questions also
  • Q4. And about my last time working project
  • Q5. About the mainframe screens also.
  • Q6. And about the last working project i have to explain

Interview Preparation Tips

Topics to prepare for Capgemini Automation Test Engineer interview:
  • Automation Testing
  • Manual Testing
Interview preparation tips for other job seekers - Sir/mam ,
What ever you asking I comfortably speck and I good to communicate with you.

Capgemini Interview FAQs

How many rounds are there in Capgemini Automation Test Engineer interview?
Capgemini interview process usually has 1-2 rounds. The most common rounds in the Capgemini interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Capgemini Automation Test 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 Automation Testing, QA Automation, Java, JIRA and Telecommunication.
What are the top questions asked in Capgemini Automation Test Engineer interview?

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

  1. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium and code for it...read more
  2. What is assertion? What is soft assertion? What is hard asserti...read more
  3. What is TestNG? Write the methods name? Importan...read more
How long is the Capgemini Automation Test Engineer interview process?

The duration of Capgemini Automation Test Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Capgemini Automation Test Engineer Interview Process

based on 36 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
View more
Capgemini Automation Test Engineer Salary
based on 1.6k salaries
₹3.4 L/yr - ₹13.3 L/yr
14% more than the average Automation Test Engineer Salary in India
View more details

Capgemini Automation Test Engineer Reviews and Ratings

based on 114 reviews

3.8/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.1

Salary

4.0

Job security

3.7

Company culture

2.8

Promotions

3.6

Work satisfaction

Explore 114 Reviews and Ratings
Automation Test Engineer

Pune

5-10 Yrs

Not Disclosed

Test Automation Engineer

Coimbatore

9-12 Yrs

Not Disclosed

Automation Test Engineer with Selenium and Java

Pune,

Gurgaon / Gurugram

+1

4-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