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
3.8

based on 39.5k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Automation Tester Interview Questions, Process, and Tips

Updated 31 Aug 2024

Top Capgemini Automation Tester Interview Questions and Answers

View all 9 questions

Capgemini Automation Tester Interview Experiences

10 interviews found

Automation Tester Interview Questions & Answers

user image FARINA SAYYED

posted on 14 Aug 2024

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

(2 Questions)

  • Q1. DIFferent Exceptions in Selenium
  • Ans. 

    Different exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, StaleElementReferenceException, TimeoutException, and WebDriverException.

    • NoSuchElementException: Thrown when an element could not be found in the DOM.

    • ElementNotVisibleException: Thrown when an element is present in the DOM but not visible.

    • StaleElementReferenceException: Thrown when the element is no longer attached to the DOM.

    • T...

  • Answered by AI
  • Q2. Write logic for prime number
  • Ans. 

    A prime number is a number greater than 1 that has no positive divisors other than 1 and itself.

    • Start by checking if the number is less than 2, if so it is not a prime number

    • Loop through numbers from 2 to the square root of the number and check if the number is divisible by any of them

    • If the number is not divisible by any number in the loop, then it is a prime number

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain The Framework work use in Project
  • Ans. 

    The framework used in the project is a combination of data-driven and keyword-driven frameworks.

    • The framework allows for easy maintenance and scalability of test cases.

    • It separates test data from test scripts, making it easier to update test data without changing the scripts.

    • Reusable functions and libraries are used to reduce redundancy in test scripts.

    • Test cases are written in a modular fashion, allowing for easy debu...

  • Answered by AI
  • Q2. Explain what is Background keyword in BDD
  • Ans. 

    Background keyword in BDD is used to define common steps that are executed before each scenario in a feature file.

    • Background keyword is used to reduce duplication of common steps in scenarios.

    • It is placed at the beginning of a feature file before scenarios.

    • All steps defined under Background keyword are executed before each scenario in the feature file.

    • It helps in maintaining consistency and readability of feature files...

  • Answered by AI
  • Q3. What is Hooks in BDD
  • Ans. 

    Hooks in BDD are special methods that allow for setup and teardown actions before and after scenarios in test automation.

    • Hooks are used to perform actions before and after scenarios in BDD tests.

    • They can be used for setup (Before) and teardown (After) actions.

    • Hooks help in reducing code duplication and improving test maintenance.

    • Examples include setting up test data before a scenario and cleaning up resources after a s

  • Answered by AI
  • Q4. Write java program to Reverse the String
  • Ans. 

    Java program to reverse a string

    • Create a char array from the input string

    • Use two pointers to swap characters from start and end of the array

    • Convert the char array back to a string and return

  • Answered by AI
  • Q5. What is Desired Capabilities
  • Ans. 

    Desired Capabilities are a set of key-value pairs used to configure the WebDriver browser during test automation.

    • Used to set properties for WebDriver browser

    • Can be used to configure browser settings like browser name, version, platform, etc.

    • Helps in customizing the behavior of the browser during automation tests

  • Answered by AI

Skills evaluated in this interview

Automation Tester Interview Questions Asked at Other Companies

Q1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing ... read more
asked in TCS
Q2. How to mouse hover an element? Write Xpath for an element? How to ... read more
Q3. How to validate that the URL loaded is correct or not?
asked in Deloitte
Q4. There is a table of students having column status with either pas ... read more
Q5. write the dynamic Xpath for the Date element in the cleartrip web ... read more

Automation Tester Interview Questions & Answers

user image chengalwa naveen naveen

posted on 9 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Its good they asked about all oops concept, collection in java, selenium webdriver, waits
  • Q2. Reverse of string
  • Ans. 

    Reverse a string by iterating through each character and appending to a new string.

    • Iterate through each character of the input string

    • Append each character to a new string in reverse order

    • Return the reversed string

  • Answered by AI
  • Q3. Map sorting based on values
  • Ans. 

    Sorting a map based on values

    • Use a TreeMap to automatically sort a map based on values

    • Implement a custom Comparator to sort the map based on values

    • Convert the map to a list of entries, then sort the list based on values

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Selenium locators

Capgemini interview questions for designations

 Selenium Automation Tester

 (2)

 Senior Automation Tester

 (1)

 Tester

 (2)

 Automation and Manual Tester

 (1)

 Software Tester

 (11)

 ETL Tester

 (6)

 Performance Tester

 (3)

 Manual Tester

 (1)

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic java concepts
  • Q2. Selenium concepts
Round 2 - Coding Test 

Reverse a sentence in java

Round 3 - Coding Test 

Write a code for handling windows in selenium

Get interview-ready with Top Capgemini Interview Questions

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

First round was okay

Round 2 - Coding Test 

Count number of occourance in a String and remove duplicates

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview is just for company sake, please don't waste candidates time

Automation Tester Jobs at Capgemini

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

(1 Question)

  • Q1. 1) Explain to me your roles and responsibilities as an Automation tester 2) How comfortable you are to write down xpath 3) Provided URL "OrangeHRM" and asked me to write down xpath of that "city" text fiel...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please clear your concept practically
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on api

Interview Preparation Tips

Interview preparation tips for other job seekers - Asked questions on API, webservices, soap and rest diff, error codes, and wrote code for reverse the string

I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Selenium, core java concept, few SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - interview process was good.

I applied via Approached by Company and was interviewed before Oct 2021. There were 3 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 - Technical 

(1 Question)

  • Q1. Java OOPS, Selenium Syntax
Round 3 - HR 

(1 Question)

  • Q1. Expected CTC, Roles and Responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well, Do Basics right.
Do have hands on with syntax

Capgemini Interview FAQs

How many rounds are there in Capgemini Automation Tester interview?
Capgemini interview process usually has 1-2 rounds. The most common rounds in the Capgemini interview process are Technical, Coding Test and Assignment.
How to prepare for Capgemini Automation Tester 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, Selenium, Automation, API Testing and Agile.
What are the top questions asked in Capgemini Automation Tester interview?

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

  1. Explain what is Background keyword in ...read more
  2. Explain The Framework work use in Proj...read more
  3. Write java program to Reverse the Str...read more

Tell us how to improve this page.

Capgemini Automation Tester Interview Process

based on 8 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 3 Capgemini interviews
Job Portal
Recruitment Consultant
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Capgemini Automation Tester Salary
based on 268 salaries
₹2.8 L/yr - ₹9.6 L/yr
12% less than the average Automation Tester Salary in India
View more details

Capgemini Automation Tester Reviews and Ratings

based on 17 reviews

3.9/5

Rating in categories

3.8

Skill development

4.0

Work-Life balance

2.9

Salary & Benefits

3.7

Job Security

3.6

Company culture

2.9

Promotions/Appraisal

3.7

Work Satisfaction

Explore 17 Reviews and Ratings
Automation Tester

Hyderabad / Secunderabad,

Pune

4-7 Yrs

Not Disclosed

Capgemini hiring Automation Testers...!

Chennai

5-10 Yrs

Not Disclosed

UI Automation Tester

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Explore more jobs
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
52k salaries
unlock blur

₹2.9 L/yr - ₹11.6 L/yr

Senior Consultant
45.9k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.6k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
19.9k salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview