Upload Button Icon Add office photos

Filter interviews by

PwC Selenium Automation Tester Interview Questions and Answers

Updated 11 Aug 2024

PwC Selenium Automation Tester Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. What challenges did you face in your recent project?
  • Ans. 

    I faced challenges in coordinating with offshore team members and managing tight deadlines.

    • Coordinating with offshore team members in different time zones

    • Managing tight deadlines and ensuring timely delivery of automation scripts

    • Dealing with unexpected changes in project requirements

  • Answered by AI
  • Q2. What are the roles and responsibilities in your current project?
  • Ans. 

    In my current project, I am responsible for designing, developing, and executing automated test scripts using Selenium.

    • Designing test cases and scenarios for automation

    • Developing automated test scripts using Selenium WebDriver

    • Executing test scripts and analyzing results

    • Identifying and reporting defects

    • Collaborating with developers and QA team to ensure quality of the software

  • Answered by AI
  • Q3. Code: take your name as input and print every letter separately and if any vowel is repeated print those vowels.
  • Ans. 

    The code takes a name as input, prints each letter separately, and identifies repeated vowels.

    • Create a function that takes a string input for the name

    • Iterate through each letter in the name and print it separately

    • Track the vowels and check for repetitions to print repeated vowels

  • Answered by AI
  • Q4. What is Fluent Wait?
  • Ans. 

    Fluent Wait is a dynamic wait mechanism in Selenium that waits for a certain condition to be met before proceeding.

    • Fluent Wait is used to define the maximum amount of time to wait for a condition, as well as the frequency with which to check the condition.

    • It can be customized with different polling intervals and exceptions to ignore.

    • Example: WebDriverWait wait = new WebDriverWait(driver, 10); wait.pollingEvery(Duration...

  • Answered by AI
  • Q5. Difference between findElement and findElements.
  • Ans. 

    findElement returns the first matching element on the web page, while findElements returns a list of all matching elements.

    • findElement returns a single WebElement matching the specified locator, while findElements returns a list of WebElements.

    • findElement throws NoSuchElementException if no matching element is found, while findElements returns an empty list.

    • Example: WebElement element = driver.findElement(By.id("userna...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Find a middle element and largest element from an array using hashmap.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on java concept.

I was interviewed in Apr 2021.

Round 1 - Video Call 

(8 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round started with some basic questions from Software Testing and then the interviewer started asking some questions from Automation Testing.

  • Q1. Can you explain the Software Testing Life Cycle (STLC)?
  • Q2. What is the difference between a Test Stub and a Test Driver?
  • Q3. What do you mean by data flow testing?
  • Q4. What is boundary value analysis?
  • Q5. What are the different parts of a test automation framework?
  • Q6. What are some of the best practices in test automation?
  • Q7. How do you automate the testing of CAPTCHA?
  • Q8. What is Protractor?
Round 2 - Video Call 

(7 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round had questions majorly from Selenium and Cucumber.

  • Q1. What are the different components of Selenium?
  • Q2. Why should Selenium be selected as a testing tool for web applications or systems?
  • Q3. What is the difference between Selenium and Cucumber?
  • Q4. Can you explain the JUnit annotations that are linked with Selenium?
  • Q5. How can you run a selected test from a group of tests in Cucumber?
  • Q6. What is grouping in the context of Cucumber?
  • Q7. Can you explain briefly how Behavioral Driven Development (BDD) works?
Round 3 - HR 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round. HR was very frank and asked standard questions. Then we discussed about my
role.

  • Q1. Why should we hire you?
  • Q2. What is something about you that is not included in your resume?

Interview Preparation Tips

Eligibility criteriaAbove 1 years of experienceErnst & Young (EY) interview preparation:Topics to prepare for the interview - Software Testing , Selenium , Cucumber , API Testing , Automation TestingTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Framework of previous project
  • Q2. API response codes

Interview Preparation Tips

Topics to prepare for Guidehouse QA Engineer interview:
  • Selenium
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why you are in Qa role
Round 2 - Technical 

(1 Question)

  • Q1. Technical related questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mcq test which was easy to crsck

Round 2 - Coding Test 

Automation coding in java basic level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Na
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 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 - Aptitude Test 

Regarding Journal knowledge about all the Subjects and Business prospective and And how is the IQ is is there in that person..how smart enough..etc

Round 3 - HR 

(1 Question)

  • Q1. About our salary Disscustion and shift timings everything

Interview Preparation Tips

Interview preparation tips for other job seekers - It was really nice and Good know about our knowledge how we learnt from the process knowledge
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude test was there where basic selenium questions were asked.

Round 2 - One-on-one 

(1 Question)

  • Q1. What are the key aspects of Selenium, including hooks, BDD, Page Factory, dropdown handling, TestNG annotations, methods for running failed test cases using TestNG, and handling API responses?
Round 3 - HR 

(1 Question)

  • Q1. Could you explain the manual testing process, the Software Testing Life Cycle (STLC), and how you log bugs along with their priority and severity?

Interview Preparation Tips

Topics to prepare for Gartner QA Engineer interview:
  • Selenium
  • Java
  • restAssured

Test Analyst Interview Questions & Answers

Mercer user image vikram gautam

posted on 11 Sep 2021

Interview Questionnaire 

3 Questions

  • Q1. What is white box and black box testing
  • Ans. 

    White box testing is testing the internal structure of the system while black box testing is testing the external behavior of the system.

    • White box testing is also known as clear box testing or structural testing.

    • It involves testing the code, architecture, and design of the system.

    • Examples include unit testing, integration testing, and code coverage analysis.

    • Black box testing is also known as functional testing or behav...

  • Answered by AI
  • Q2. Regression testing, bug life cycle
  • Q3. SDLC model, Waterfall model

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good and it lasted for about 35 mins .interviewer was very nice to me and test both my knwoledge and communication skills

Skills evaluated in this interview

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. It was good and simple questions were asked related to java, testng and selenium
Round 2 - One-on-one 

(1 Question)

  • Q1. It was difficult and totally based on the coding.

PwC Interview FAQs

How many rounds are there in PwC Selenium Automation Tester interview?
PwC interview process usually has 1 rounds. The most common rounds in the PwC interview process are One-on-one Round.
What are the top questions asked in PwC Selenium Automation Tester interview?

Some of the top questions asked at the PwC Selenium Automation Tester interview -

  1. Code: take your name as input and print every letter separately and if any vowe...read more
  2. Difference between findElement and findElemen...read more
  3. What is Fluent Wa...read more

Tell us how to improve this page.

PwC Selenium Automation Tester Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 799 Interviews
ZS Interview Questions
3.4
 • 482 Interviews
BCG Interview Questions
3.8
 • 196 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
Blackrock Interview Questions
3.8
 • 100 Interviews
Grant Thornton Interview Questions
3.7
 • 99 Interviews
WSP Interview Questions
4.2
 • 89 Interviews
View all
Senior Associate
15k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate
12.9k salaries
unlock blur

₹4.8 L/yr - ₹17 L/yr

Manager
6.7k salaries
unlock blur

₹14 L/yr - ₹44.4 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹32.6 L/yr

Associate2
4.2k salaries
unlock blur

₹4.5 L/yr - ₹16.6 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

Accenture

3.9
Compare

TCS

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