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 38.9k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Automation Testing Interview Questions and Answers

Updated 4 Apr 2024

1 interview found

Sort by: Popular

Automation Testing Interview Questions

user image Anonymous

posted on 4 Apr 2024

Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 No response

I applied via Naukri.com and was interviewed in Mar 2024.

1 Interview Round

1

Technical Round (3 Questions)

  • Q1. What do you mean by NRI gatherings and testing tools
  • Q2. Say about some scripts to debug the issue
  • Q3. Is tocollect , analyse and finalize purpose of performance testing

Skills evaluated in this interview

Automation Testing Jobs at Capgemini

View all

Interview questions from similar companies

Interview experience
5
 Excellent
Difficulty level
 Easy
Duration
 -
Result
 -

I applied via Naukri.com and was interviewed in Jul 2024.

1 Interview Round

1

Technical Round (13 Questions)

  • Q1. Write an Xpath for an Anchor tag
  • Q2. What are the challenges faced in your automation project and how did you overcome them ?
  • Q3. Explain Selenium Architecture
  • Q4. Have you ever faced synchronization problem ? How did you overcome them ?
  • Q5. What are the exceptions handled other than NosuchElementException
  • Q6. Explain OOPS concepts
  • Q7. Difference between Relative and Absolute xpath
  • Q8. Java Program to reverse a string
  • Q9. What is framework ? Explain the frameworks you worked on in your project?
  • Q10. TestNG-How to re-run the failed Testcases
  • Q11. What is Interface in Java
  • Q12. Explain Fluent wait ,implict ,explicit wait
  • Q13. TestNG supports crossbrowser testinh

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2022.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Aptitude Test Round

Testing interstate related Questions

3

Technical Round (2 Questions)

  • Q1. Use testing methods
  • Q2. Different types of testing
4

Coding Test Round

Java, selenium automation testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Your any more than Question but my skills working in a job.Thank you for all.

Skills evaluated in this interview

Automation Testing Interview Questions

TCS user image Anonymous

posted on 5 Sep 2024

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

I applied via Site and was interviewed before Sep 2023.

2 Interview Rounds

1

Coding Test Round

Python , java, c, c++, c sharp, azure

2

Aptitude Test Round

Arithmetic , reasoning, english, logical, puzzle,

Interview Preparation Tips

Interview preparation tips for other job seekers - More work on aptitude and codeing part
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (4 Questions)

  • Q1. Tell me about yourself
  • Q2. Write code for getting title of web page
  • Q3. Write code to print duplicate characters of string
  • Q4. Framework structure
Interview experience
5
 Excellent
Difficulty level
 Easy
Duration
 2-4 weeks
Result
Selected  Selected

I was interviewed in May 2024.

2 Interview Rounds

1

Technical Round (10 Questions)

  • Q1. Basics of Selenium(Windowhandles,Screenshot,Actions class,Selector Class,) with syntax
  • Q2. Asked to write Automation Framework architecture
  • Q3. What are the different gherkin words
  • Q4. What we will use in plugin
  • Q5. How to run runner class
  • Q6. Java oops, strings , exception handling
  • Q7. How to run parallel mode in testng,groups,priority
  • Q8. Write Merge Sort Programme
  • Q9. Write Reverse a string programme
  • Q10. Write syntax of data driven testing (XSSF Workbook) Syntax
2

Technical Round (1 Question)

  • Q1. Selenium basics ( window handles , screenshot,reports, file upload and download, Add extension, Headless mode)

Interview Preparation Tips

Interview preparation tips for other job seekers - I would say it is easy to crack Service based Companies. Just prepare all the concepts of Selenium, Java,TestNG,Maven,GitHub and basic 20 Programmes.

For Selenium and BDD(Cucumber)Learn Rahul Shetty Udemy course
For Java search and learn top 200 interview questions.
Basic programmes like ( Duplicate characters,reverse string,unique characters, string anagram, Bubble sort , merge sort, quick sort and some more) .

How I switched from my current company.
Do’s
Uninstall social media apps.
Stop watching movies.
Stop eating Junk food.
Study at least 1-2 hours daily.
Listen motivational songs.
Make connections on LinkedIn.
Make single page resume by creating on overleaf website.

How to apply to companies.
Don’t apply directly on company website(Big mistake)
Send resumes to hr directly(u will get their mails on some posts on LinkedIn)
Ask referral on LinkedIn.
Update Naukri daily 9am and put notice period to 30 or 15days.

Skills evaluated in this interview

Automation Test Engineer Interview Questions

Wipro user image Anuradha Shivhare

posted on 24 Oct 2024

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. List, lambda function, reverse string program
  • Q2. Sort the list, dictionary
2

Technical Round (1 Question)

  • Q1. OOP concept, Decorator, list to dictionary, Linux
Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via LinkedIn and was interviewed in Sep 2024.

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. What is Hard assert
  • Q2. What is soft assert

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Wap for reverse string in java
  • Q2. What is interface

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 -

I applied via Naukri.com and was interviewed in Sep 2024.

1 Interview Round

1

Technical Round (10 Questions)

  • Q1. What is the output of below code class Animal{ Animal(){ System.out.println("animal is created") } class Dog extends Animal{ Dog(){ System.out.println("Dog i...read more
  • Q2. Output of this : System.out.println(10+20+"Hello"+30+40) - Explain
  • Q3. Output of this : String name="Hello"; name=name+"There"; system.out.println(name)
  • Q4. StringBuffer buffer=new StringBuffer("Hello") buffer.append("There"); System.out.println(buffer);
  • Q5. Which is valid or invalid a. ChromeDriver driver=new ChromeDriver(); b. WebDriver driver=new ChromeDriver(); c. WebDriver driver2=new WebDriver(); driver2=new C...read more
  • Q6. Program to sort the input in descending order without using inbuild method/functions
  • Q7. Difference between findElement and findElements
  • Q8. Difference between getwindowhandle and getwindowhandles() and what is output type
  • Q9. Question on finding the xpaths on website
  • Q10. Difference between String and StringBuilder?

Skills evaluated in this interview

Capgemini Interview FAQs

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

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

  1. What do you mean by NRI gatherings and testing to...read more
  2. Is tocollect , analyse and finalize purpose of performance test...read more
  3. Say about some scripts to debug the is...read more

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.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.4k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
LTIMindtree Interview Questions
3.8
 • 2.6k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Capgemini Automation Testing Salary
based on 9 salaries
₹4.5 L/yr - ₹10 L/yr
43% more than the average Automation Testing Salary in India
View more details
Payments Automation Testing

Pune

6-8 Yrs

Not Disclosed

Explore more jobs
Consultant
55.3k salaries
unlock blur

₹5.1 L/yr - ₹18 L/yr

Associate Consultant
52.8k salaries
unlock blur

₹2.9 L/yr - ₹10 L/yr

Senior Consultant
45.8k salaries
unlock blur

₹7.3 L/yr - ₹24 L/yr

Senior Analyst
20.3k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

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