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

Filter interviews by

Clear (1)

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Apr 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Xpath , Framework level, Java String and array program
  • Q2. Selenium dropdown handle
  • Q3. How to scroll a page
  • Ans. 

    To scroll a page, use JavaScript to execute a scroll function.

    • Use window.scrollTo(x-coord, y-coord) to scroll to a specific position on the page.

    • Use window.scrollBy(x-pixels, y-pixels) to scroll by a certain amount of pixels.

    • Use document.getElementById('elementId').scrollIntoView() to scroll to a specific element on the page.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare of framework and program

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Selenium - basics
  • Q2. Core Java - OOPS

Interview Preparation Tips

Interview preparation tips for other job seekers - Able to crack if prepare basic concepts with practical knowledge

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Selenium Java, coding basics was questioned
Round 2 - Technical 

(1 Question)

  • Q1. Was asked to write code
Round 3 - HR 

(1 Question)

  • Q1. Generalized discussio, pakage related
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Read excel, if page taking time to laod which wait u use,can we automate text color?, select by index,handle broken link, find value in html table
  • Q2. Does java support inheritance? and where?,
  • Ans. 

    Yes, Java supports inheritance.

    • Inheritance is a fundamental feature of object-oriented programming in Java.

    • It allows a class to inherit properties and methods from another class.

    • The 'extends' keyword is used to establish an inheritance relationship.

    • The subclass inherits all the non-private members of the superclass.

    • Inheritance promotes code reusability and allows for polymorphism.

    • Example: class B extends A { ... }

  • Answered by AI
  • Q3. Verify vs assert
  • Ans. 

    Verify and assert are two different methods used in automation testing.

    • Verify is used to check if a condition is true or false without stopping the test execution.

    • Assert is used to check if a condition is true or false and if it is false, it stops the test execution.

    • Verify is generally used for non-critical validations, while assert is used for critical validations.

    • Examples: verify if a button is enabled, assert if a l

  • 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
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

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 Resume tips
Round 2 - Aptitude Test 

Quite tricky, and sectional cut off, gaming round also included

Round 3 - Technical 

(5 Questions)

  • Q1. Basic questions wrt java
  • Q2. Oops concepts inJava
  • Q3. Access specifiers
  • Q4. Inheritance types in Java
  • Ans. 

    Inheritance types in Java include single, multilevel, hierarchical, and hybrid inheritance.

    • Single inheritance: A class can only inherit from one superclass.

    • Multilevel inheritance: A class can inherit from a superclass, which in turn inherits from another superclass.

    • Hierarchical inheritance: Multiple classes inherit from a single superclass.

    • Hybrid inheritance: Combination of two or more types of inheritance.

    • Example: cla...

  • Answered by AI
  • Q5. Software Testing life cycle
  • Ans. 

    Software Testing life cycle involves planning, designing, executing, and reporting on tests to ensure quality software.

    • 1. Planning phase involves defining test objectives, scope, and strategy.

    • 2. Design phase includes creating test cases, test data, and test environment setup.

    • 3. Execution phase is where tests are run, defects are logged, and results are recorded.

    • 4. Reporting phase involves analyzing test results, report...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Get interview-ready with Top Capgemini Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Introducing ur self
  • Q2. Why main method is static in java
  • Ans. 

    Main method is static in Java to allow it to be called without creating an instance of the class.

    • Static methods can be called without creating an instance of the class.

    • Main method is the entry point of a Java program, so it needs to be accessible without creating objects.

    • Static methods belong to the class rather than any specific instance.

  • Answered by AI
  • Q3. Explain framework
  • Ans. 

    A framework is a set of guidelines, libraries, and tools that help in developing and executing automated tests efficiently.

    • Framework provides structure and organization to automated tests

    • It includes reusable components like libraries, functions, and utilities

    • Frameworks can be data-driven, keyword-driven, or hybrid

    • Examples: Selenium WebDriver for web automation, Appium for mobile automation

  • Answered by AI
  • Q4. What is mutable and immutable
  • Ans. 

    Mutable objects can be changed after creation, while immutable objects cannot be changed.

    • Mutable objects: Lists, dictionaries, sets

    • Immutable objects: Strings, tuples, numbers

    • Example: Changing a list by adding or removing elements vs. trying to change a string

  • Answered by AI

Skills evaluated in this interview

Automation Test Engineer Jobs at Capgemini

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1.Java basic questions(Super,this,polymorphism,typecasting) 2.java coding(Reverse a string using collections, return duplicate element from alist) 3.basic selenium questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java ques on Oops concepts
  • Q2. Webtables questions in Web App
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Driver.close and quit difference Parameterization How will you handle the drop down? Implicit wait and Explicit wait? How will you handle browser cookies? Where will you apply OOPS ? Get text and get...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

They are asking simplest Array and String related java codings.

Interview Preparation Tips

Topics to prepare for Capgemini Automation Test Engineer interview:
  • Core Java
  • Selenium
Interview preparation tips for other job seekers - Please prepare Array and String related java codings along hash map then xpath related codings etc.

Be bold they are asking just casually so don't get fear. All the best.
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

INTERVIEWS

Bare International

No Interviews

INTERVIEWS

Country Holidays Travel India

No Interviews

SALARIES

Tata Steel

INTERVIEWS

Supertron Electronics

No Interviews

INTERVIEWS

Intertek

No Interviews

JOBS

Xcel Hires Management Solutions

No Jobs

INTERVIEWS

Sterlite Technologies

No Interviews

SALARIES

Aristocrat

INTERVIEWS

Country Holidays Travel India

No Interviews

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.5 L/yr - ₹14 L/yr
15% more than the average Automation Test Engineer Salary in India
View more details

Capgemini Automation Test Engineer Reviews and Ratings

based on 116 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.5

Work satisfaction

Explore 116 Reviews and Ratings
Test Automation Engineer

Bangalore / Bengaluru

4-6 Yrs

₹ 4.4-19 LPA

Automation Test Engineer- Pune

Pune,

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Automation Test Engineer

Pune,

Chennai

+1

4-9 Yrs

Not Disclosed

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
46.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
20.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
20.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

TCS

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