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 Qa Automation Testing Engineer Interview Questions and Answers

Updated 12 Jun 2024

Capgemini Qa Automation Testing Engineer Interview Experiences

5 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions of selenium.
  • Q2. Some java conceptual questions
Round 2 - Technical 

(1 Question)

  • Q1. Asked to write code of how read data from excel and explain the entire project structure.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. 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. OPPs concepts ? selenium basics such as webdriver, waits etc ? Git commands ? where you used Opps concept in your framwork ?
Round 3 - Waiting for response 

(1 Question)

  • Q1. Waiting for result of 1st Technical round from interviewer.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keeps eye on very basic concepts as well, sometimes interviewer may ask questions which is not at all anticipated. Like for me they asked that which selenium version you currently used ? , as you noticed it is one time activity while creating your framework , so kindly keep attention on such silly topics as well.

Thank you!!
Happy learning.

Qa Automation Testing Engineer Interview Questions Asked at Other Companies

asked in GlobalLogic
Q1. selenium: what are selenium components, what are the different lo ... read more
asked in GlobalLogic
Q2. How do you convert json object to string and vice versa?
asked in GlobalLogic
Q3. Robot Framework : what are standard libraries in Robot Framework? ... read more
asked in GlobalLogic
Q4. Write a program to find the elements of a list that have least di ... read more
asked in GlobalLogic
Q5. what are the locators in selenium? what is the difference between ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Jul 2023. There were 2 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 

(4 Questions)

  • Q1. Questions on Java, selenium, BDD Cucumber, GIT and CICD pipelines
  • Q2. Java code, exception handling, most of the core java
  • Q3. Broken link handling, web table handling, exception of selenium
  • Q4. Write feature file for given requirements
  • Ans. 

    Create a feature file based on given requirements

    • Define the feature and scenario

    • List out the steps for the scenario

    • Include any necessary data tables or examples

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your resume and skills you had put in resume

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Approached by Company and was interviewed in Feb 2023. There were 2 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 

(2 Questions)

  • Q1. Core java, TestNG, git, programming question
  • Q2. Project framework, selenium basics,xpath, jenkins

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare java concepts, framework structure and programming

Capgemini interview questions for designations

 Automation Testing

 (1)

 QA Automation Engineer

 (1)

 QA Engineer Automation QA.Selenium

 (1)

 Qa Automation Manager

 (1)

 Automation Engineer

 (18)

 Testing

 (2)

 Software Testing Engineer

 (3)

 Salesforce Testing Engineer

 (1)

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Desired capabilities String immutable Xpath using text TestNG annotations Reverse string

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic Selenium and Java questions
Frequency counter code in Java
Gmail login Automation

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why looking for another job
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic work environment.

    • Looking for opportunities to expand my skill set and knowledge in automation testing

    • Seeking a more collaborative team environment to enhance my learning and development

    • Interested in working on cutting-edge technologies and projects to further my career

  • Answered by AI
  • Q2. Expected salary
  • Ans. 

    Negotiable based on experience and responsibilities

    • Salary expectations are based on industry standards, experience, and responsibilities of the role

    • Research average salaries for Qa Automation Testing Engineers in the specific location

    • Consider benefits, bonuses, and other perks in addition to base salary

    • Be prepared to discuss salary range during negotiation

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Self introductions and java coding round
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. Question of test automation framework
  • Q2. Coding problems on Arrays, Strings
  • Q3. Basic questions on selenium
  • Q4. Git commands. What is git stash used for?
  • Ans. 

    Git stash is used to temporarily store changes that are not ready to be committed.

    • Git stash is used to save changes that are not ready to be committed, allowing you to switch branches or work on something else.

    • It is useful when you want to temporarily store changes without committing them.

    • You can later apply the stashed changes back to your working directory.

    • Example: git stash save 'work in progress'

    • Example: git stash

  • Answered by AI
  • Q5. How to handle conflicts in git
  • Ans. 

    Conflicts in git can be handled by resolving them through merging, rebasing, or using tools like git mergetool.

    • Communicate with team members to understand changes causing conflicts

    • Resolve conflicts by manually editing files or using git mergetool

    • Use git rebase to reapply changes on top of another branch

    • Merge conflicting branches after resolving conflicts

  • Answered by AI
  • Q6. Questions on Data Provider, TestNG annotations

Skills evaluated in this interview

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between hash map and hash table
  • Ans. 

    HashMap is non-synchronized and allows null values and keys, while HashTable is synchronized and does not allow null values or keys.

    • HashMap is non-synchronized and not thread-safe, while HashTable is synchronized and thread-safe.

    • HashMap allows null values and keys, while HashTable does not allow null values or keys.

    • HashMap is generally preferred over HashTable for non-thread-safe operations due to better performance.

  • Answered by AI
  • Q2. What is final finally finalize
  • Ans. 

    final, finally, and finalize are keywords in Java used for different purposes.

    • final is a keyword used to declare constants, prevent method overriding, and prevent inheritance.

    • finally is a block of code that is always executed, whether an exception is thrown or not.

    • finalize is a method used for cleanup operations before an object is garbage collected.

  • Answered by AI
  • Q3. What is idempotent in API
  • Ans. 

    Idempotent in API means that making the same request multiple times has the same effect as making it once.

    • Idempotent operations produce the same result regardless of how many times they are called.

    • GET and PUT requests are typically idempotent, while POST requests are not.

    • For example, sending a PUT request to update a resource should have the same result whether it is sent once or multiple times.

  • Answered by AI
  • Q4. Pillars of JAVA and explain with example
  • Ans. 

    The pillars of JAVA are Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public getter and setter methods.

    • Polymorphism: Ability of a method to do different things based on the ob...

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. Describe Singleton design pattern.
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to a single instance and provides a global point of access to it.

    • Ensures only one instance of a class exists

    • Provides a global point of access to the instance

    • Uses a private constructor to prevent external instantiation

    • Commonly used in logging, database connections, and configuration settings

  • Answered by AI
  • Q2. Explain the framework
  • Ans. 

    A framework is a set of guidelines, rules, and best practices used to develop software applications.

    • A framework provides a structure for organizing code and helps to ensure consistency across the application.

    • It can include libraries, tools, and templates to simplify development.

    • Examples of popular frameworks include React, Angular, and Django.

    • Frameworks can be used for both manual and automated testing.

    • They can also be...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Was asked almost everything that was on the resume.

Skills evaluated in this interview

Capgemini Interview FAQs

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

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

  1. Write feature file for given requireme...read more
  2. Asked to write code of how read data from excel and explain the entire project ...read more
  3. OPPs concepts ? selenium basics such as webdriver, waits etc ? Git commands ? ...read more

Tell us how to improve this page.

Capgemini Qa Automation Testing Engineer Interview Process

based on 5 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more
Capgemini Qa Automation Testing Engineer Salary
based on 127 salaries
₹3.2 L/yr - ₹11 L/yr
6% less than the average Qa Automation Testing Engineer Salary in India
View more details

Capgemini Qa Automation Testing Engineer Reviews and Ratings

based on 10 reviews

3.8/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.2

Salary

3.9

Job security

3.6

Company culture

2.7

Promotions

3.5

Work satisfaction

Explore 10 Reviews and Ratings
Consultant
55.1k 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.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
20.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
20.2k 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