Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering QA Engineer Interview Questions, Process, and Tips

Updated 3 Oct 2024

Capgemini Engineering QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented QA Engineer with experience in manual and automated testing.

    • Experienced in creating test plans and test cases

    • Proficient in using testing tools like Selenium and Jira

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. How many ways we can find the element on page in selenium
  • Ans. 

    There are multiple ways to find elements on a page in Selenium, including by ID, name, class name, tag name, link text, partial link text, XPath, and CSS selector.

    • By ID: driver.findElement(By.id("elementId"))

    • By name: driver.findElement(By.name("elementName"))

    • By class name: driver.findElement(By.className("className"))

    • By tag name: driver.findElement(By.tagName("tagName"))

    • By link text: driver.findElement(By.linkText("lin...

  • Answered by AI
  • Q3. Write a code for launching 100 windows and select a particular window from opened tabs
  • Ans. 

    Launch 100 windows and select a particular window from opened tabs

    • Use a loop to launch 100 windows

    • Keep track of each window's handle or identifier

    • Use the handle or identifier to select the desired window

  • Answered by AI
  • Q4. Difference between explicit wait and implicit wait
  • Ans. 

    Explicit wait is used to wait for a specific condition to occur before proceeding, while implicit wait waits for a certain amount of time before proceeding.

    • Explicit wait is defined by the user in the code, while implicit wait is defined globally for the entire script.

    • Explicit wait is more flexible as it can wait for specific conditions like element visibility, while implicit wait waits for a fixed amount of time.

    • Exampl...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write a code reverse a string
  • Ans. 

    Code to reverse a string using array manipulation

    • Create an array of characters from the input string

    • Iterate through the array in reverse order and append each character to a new string

    • Return the reversed string

  • Answered by AI
  • Q2. Write a code for sorting the elements in array and result should be without duplicates
  • Ans. 

    Code to sort array elements without duplicates

    • Use a Set to store unique elements while iterating through the array

    • Convert the Set back to an array for the final result

    • Use Array.sort() method to sort the elements in the array

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Just self introduction
  • Q2. Hinting for the selection process

Interview Preparation Tips

Topics to prepare for Capgemini Engineering QA Engineer interview:
  • Selenium
  • pytest
  • REST API
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Be get confident on programming language what you have learned

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Mostly Core Java, selenium and project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident that's it ofcourse knowledge is prerequisite for the confidence

I applied via Naukri.com and was interviewed before Sep 2021. There were 4 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. Only Technical Q/A related to core level
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial and leadership skills
Round 4 - HR 

(1 Question)

  • Q1. Self intro and our long term support to orgnzn

Interview Preparation Tips

Interview preparation tips for other job seekers - Crack the Client interviews as well inside this service

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

Interview Questionnaire 

2 Questions

  • Q1. Basic Testing Questions
  • Q2. SQL Queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your answer with confidence

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Programming language mentioned in Resume
  • Q2. Interviewer will check confidence
  • Q3. Academic Project

Interview Preparation Tips

Interview preparation tips for other job seekers - what ever we answer we should say in confidence
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Jenkins pipe explain
  • Ans. 

    Jenkins Pipeline is a suite of plugins that allows you to define and manage your software delivery pipeline as code.

    • Jenkins Pipeline is a way to define your build process as code

    • It allows you to create a script that defines the steps and stages of your build

    • You can use Jenkins Pipeline to automate the entire software delivery process

    • It provides a powerful and flexible way to define, orchestrate, and visualize your buil...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Technical question related to Java ,selenium were asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Java coding output predict related questions , try catch , string concept
  • Q2. Switch case
  • Q3. Inheritance
  • Q4. What challanges faced in automation
  • Ans. 

    Challenges in automation include dynamic UI elements, data synchronization, and maintenance of test scripts.

    • Dynamic UI elements can be challenging to automate as they may change frequently.

    • Data synchronization between different systems can be difficult to achieve in automation.

    • Maintenance of test scripts can be time-consuming, especially when application changes frequently.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How to read the data and assert with db value in api automation
  • Ans. 

    To read data and assert with db value in API automation, use API response to extract data and compare with database query result.

    • Extract data from API response using JSON parsing libraries like Gson or Jackson

    • Execute database query to retrieve expected value

    • Compare the extracted data with the database value using assertion libraries like TestNG or JUnit

  • Answered by AI
  • Q2. 401 & 403 status code
Round 3 - HR 

(1 Question)

  • Q1. Managerial behavioural questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical skills, about java
Round 3 - One-on-one 

(1 Question)

  • Q1. Java question, about yourself
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is retrospective
  • Q2. Join query on sql
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to change company
  • Q2. Salary expected

Capgemini Engineering Interview FAQs

How many rounds are there in Capgemini Engineering QA Engineer interview?
Capgemini Engineering interview process usually has 3 rounds. The most common rounds in the Capgemini Engineering interview process are Technical and Behavioral.
What are the top questions asked in Capgemini Engineering QA Engineer interview?

Some of the top questions asked at the Capgemini Engineering QA Engineer interview -

  1. how many ways we can find the element on page in selen...read more
  2. Write a code for launching 100 windows and select a particular window from open...read more
  3. write a code for sorting the elements in array and result should be without dup...read more

Tell us how to improve this page.

Capgemini Engineering QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Capgemini Engineering QA Engineer Salary
based on 8 salaries
₹4.1 L/yr - ₹12.1 L/yr
25% more than the average QA Engineer Salary in India
View more details

Capgemini Engineering QA Engineer Reviews and Ratings

based on 2 reviews

3.4/5

Rating in categories

3.0

Skill development

4.6

Work-life balance

3.2

Salary

4.6

Job security

4.2

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
2k salaries
unlock blur

₹5.5 L/yr - ₹21 L/yr

Technical Lead
1.3k salaries
unlock blur

₹9.8 L/yr - ₹26.8 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.5 L/yr - ₹11.8 L/yr

Network Engineer
405 salaries
unlock blur

₹4 L/yr - ₹13.3 L/yr

Senior Technical Lead
365 salaries
unlock blur

₹14.1 L/yr - ₹35 L/yr

Explore more salaries
Compare Capgemini Engineering with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

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