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.6k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Automation Test Lead Interview Questions and Answers for Experienced

Updated 21 Oct 2021

Capgemini Automation Test Lead Interview Experiences for Experienced

1 interview found

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java and selenium related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the technical sections.

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. No one joined the interview call
  • Q2. HR didn't received call

Interview Preparation Tips

Interview preparation tips for other job seekers - After multiple reschedules, no one joined interview
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java StringBuffer , String, String Builder , and how they are stored in memory
  • Q2. Coding Question check whether integer is palindrome
  • Ans. 

    Check if an integer is a palindrome

    • Convert the integer to a string

    • Reverse the string and compare with the original string

    • If they are the same, the integer is a palindrome

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Coding program related to collections
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Feb 2023.

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 - One-on-one 

(2 Questions)

  • Q1. Cucumber and implementation of framework?
  • Ans. 

    Cucumber is a BDD tool used for testing. Framework implementation involves setting up a structure for test automation.

    • Cucumber is a tool used for Behavior Driven Development (BDD) testing

    • It uses Gherkin language for writing test scenarios in a human-readable format

    • Cucumber implementation involves setting up a framework for test automation

    • The framework includes setting up a directory structure, defining test data, creat...

  • Answered by AI
  • Q2. String questions and test g and xpath

Interview Preparation Tips

Interview preparation tips for other job seekers - Cucumber and testng basics
Be confident about Oops
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How to scroll in mobile automation ?
  • Ans. 

    To scroll in mobile automation, use methods like swipe, scroll, or scrollTo.

    • Use swipe method to scroll vertically or horizontally on the screen

    • Use scroll method to scroll to a specific element on the screen

    • Use scrollTo method to scroll to a specific text on the screen

  • Answered by AI
  • Q2. How do you manage team?
  • Q3. How do you take screenshots ?
  • Ans. 

    Screenshots can be taken using built-in tools on devices or using keyboard shortcuts on computers.

    • On Windows, press 'PrtScn' key to capture entire screen or 'Alt + PrtScn' to capture active window

    • On Mac, press 'Command + Shift + 3' to capture entire screen or 'Command + Shift + 4' to select specific area

    • On mobile devices, press 'Power + Volume Down' buttons simultaneously to take a screenshot

  • Answered by AI
  • Q4. Explain automation strategy?
  • Ans. 

    Automation strategy is a plan outlining how automation will be implemented in testing processes.

    • Define goals and objectives of automation

    • Select appropriate tools and technologies

    • Identify test cases to automate

    • Create a framework for automation

    • Implement automation scripts

    • Execute automated tests and analyze results

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Give a demo on the framework you have worked on
  • Ans. 

    I have worked on a Selenium-based framework for automated testing of web applications.

    • Implemented Page Object Model design pattern for better code organization

    • Used TestNG for test case management and execution

    • Integrated with Jenkins for continuous integration

    • Utilized Apache POI for data-driven testing

    • Implemented logging and reporting using ExtentReports

  • Answered by AI
  • Q2. Write selenium code for reading all text in a screen
  • Ans. 

    Use Selenium to read all text on a screen

    • Use findElements method to locate all text elements on the screen

    • Iterate through the list of elements and extract text using getText() method

    • Store the text in an array for further processing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for question related to frame work

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Oops concepts.
  • Q2. Polymorphism, method overriding and overloading
  • Q3. Selenium web driver and api related questions
  • Q4. Team management related questions.
  • Q5. Test mangement tool and techniques related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please check with compensation part before proceeding with interview. Because after clearing all interview rounds they start documents verification before discussing salary. Later they say your deviation is to high so business is not agreed on it.

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Automation framework designing.
  • Ans. 

    Automation framework designing involves creating a structure for automated testing.

    • Identify the testing requirements

    • Choose the appropriate tools and technologies

    • Design the framework architecture

    • Implement the framework

    • Integrate with the testing environment

    • Create reusable components

    • Maintain and update the framework

  • Answered by AI
  • Q2. Collection framework
  • Q3. Simple java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - ask for projects before joining the organization.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Background details
  • Q2. Locators in selenium
  • Ans. 

    Locators in Selenium are used to identify web elements on a webpage for automation testing purposes.

    • Locators include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • ID is the most efficient locator as it is unique for each element.

    • XPath is powerful but can be slow and brittle.

    • CSS Selector is faster than XPath and can be used for complex selections.

    • Using unique locators helps create

  • Answered by AI

Skills evaluated in this interview

Capgemini Interview FAQs

How to prepare for Capgemini Automation Test Lead interview for experienced candidates?
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 Selenium, Automation, Project Management, Scripting and Test Cases.

Tell us how to improve this page.

People are getting interviews through

based on 1 Capgemini interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Capgemini Automation Test Lead Salary
based on 100 salaries
₹9.2 L/yr - ₹30 L/yr
At par with the average Automation Test Lead Salary in India
View more details

Capgemini Automation Test Lead Reviews and Ratings

based on 5 reviews

3.3/5

Rating in categories

3.4

Skill development

3.8

Work-Life balance

2.3

Salary & Benefits

3.3

Job Security

2.9

Company culture

2.6

Promotions/Appraisal

3.3

Work Satisfaction

Explore 5 Reviews and Ratings
Consultant
55.2k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
52k salaries
unlock blur

₹2.9 L/yr - ₹11.8 L/yr

Senior Consultant
46k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.6k salaries
unlock blur

₹2 L/yr - ₹9.2 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