Upload Button Icon Add office photos

Filter interviews by

PwC QA Tester Interview Questions and Answers

Updated 9 Dec 2024

PwC QA Tester Interview Experiences

1 interview found

QA Tester Interview Questions & Answers

user image Bigboss Updates with Vani

posted on 9 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Testing methodologies
  • Q2. What modules are used
  • Q3. Integration testing
  • Q4. Regression Testing
  • Q5. Functional and non Functional

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Bdd framework hooks and notations
  • Q2. Coding question on string
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Briefing about yourself
  • Q2. Explain Defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

    • Defect identification: Defects are identified through testing or user feedback.

    • Defect reporting: Defects are reported in a defect tracking tool with details like steps to reproduce, severity, and priority.

    • Defect fixing: Developers fix the reported defects based on the information provided.

    • Defect re...

  • Answered by AI
  • Q3. Difference between black box and white box testing
  • Ans. 

    Black box testing focuses on functionality without knowledge of internal code, while white box testing examines internal code structure.

    • Black box testing tests the functionality of a system without knowledge of its internal code

    • White box testing tests the internal code structure and logic of a system

    • Black box testing is more focused on end-user perspective

    • White box testing is more focused on developer perspective

    • Exampl...

  • Answered by AI
  • Q4. Difference between hard assert and soft assert
  • Ans. 

    Hard assert stops the execution of the test case if it fails, while soft assert continues the execution and logs the failure.

    • Hard assert is used when the failure of a particular step makes the further steps irrelevant.

    • Soft assert is used when you want to continue with the test case execution even if some steps fail.

    • Hard assert is implemented using 'assert' keyword in testing frameworks like TestNG or JUnit.

    • Soft assert ...

  • Answered by AI
  • Q5. What are the various annotations in selenium webdriver
  • Ans. 

    Annotations in Selenium WebDriver are used to provide additional information about the test methods.

    • Annotations help in organizing and managing test cases

    • Some common annotations in Selenium WebDriver are @Test, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod

    • Annotations are used to define the sequence of execution of test methods

  • Answered by AI
  • Q6. There are n no. Of links having the text selenium. Write the syntax to count the text selenium from all the links
  • Ans. 

    Use XPath to count the number of links with the text 'selenium'

    • Use XPath to locate all the links containing the text 'selenium'

    • Count the number of links found using the XPath expression

  • Answered by AI
  • Q7. There is a table of students having column status with either pass or fail. Write the syntax to show the output as some 60 pass and 40 fail.
  • Ans. 

    Use SQL query to display 60 pass and 40 fail from a table of students.

    • Use SELECT statement with COUNT function to count the number of pass and fail statuses.

    • Use WHERE clause to filter out pass and fail statuses.

    • Use GROUP BY clause to group the statuses together.

    • Use CASE statement to display the count of pass and fail statuses.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. Project and techstack related dscussion and questions.
  • Q2. Remove duplicates and print the string using java. To be written on paper
  • Q3. Character count in string. To be written on paper
  • Ans. 

    Count the number of characters in a given string.

    • Iterate through each character in the string and increment a counter for each character.

    • Return the final count of characters in the string.

  • Answered by AI
  • Q4. General Selenium, TestNG, Cucumber BDD questions.
  • Q5. API Testing Questions like status codes, parameters we pass in postman.
  • Q6. Write Basic RestAssured code on paper.
  • Ans. 

    Basic RestAssured code for API testing

    • Import necessary RestAssured libraries

    • Set base URI for the API

    • Send a GET request to the API endpoint

    • Validate response status code and body

  • Answered by AI
  • Q7. Switch values in two variables without third variable.
  • Ans. 

    Use bitwise XOR operation to switch values in two variables without a third variable.

    • Use bitwise XOR operation to switch values in two variables without a third variable.

    • Example: a = 5, b = 7. After switching, a = 7, b = 5.

    • a = a XOR b

    • b = a XOR b

    • a = a XOR b

  • Answered by AI

Skills evaluated in this interview

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
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What difference between master detail and lookup relationship
  • Ans. 

    Master detail relationship is a parent-child relationship where the child record is dependent on the parent record, while lookup relationship is a loose association between two objects.

    • Master detail relationship is a strict relationship where the child record cannot exist without the parent record.

    • Lookup relationship is a more flexible relationship where the child record can exist without the parent record.

    • In master de...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Mcq questions from testing field

Round 2 - Technical 

(2 Questions)

  • Q1. Manual testing questions
  • Q2. Basic automation questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. 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. All basic questions related to manual testing. Ex- regression testing,restesting,smoke testing,sanity testing, Sdlc , stlc . And more basic questions
  • Q2. Manager round - they will ask you again basic questions and last company roles and responsibilities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well before interview. All the best in advance
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Bdd framework hooks and notations
  • Q2. Coding question on string

PwC Interview FAQs

How many rounds are there in PwC QA Tester interview?
PwC interview process usually has 1 rounds. The most common rounds in the PwC interview process are Technical.
What are the top questions asked in PwC QA Tester interview?

Some of the top questions asked at the PwC QA Tester interview -

  1. What modules are u...read more
  2. Testing methodolog...read more
  3. Functional and non Functio...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
Ernst & Young Interview Questions
3.5
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 789 Interviews
ZS Interview Questions
3.4
 • 477 Interviews
BCG Interview Questions
3.8
 • 195 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
Blackrock Interview Questions
3.8
 • 100 Interviews
Grant Thornton Interview Questions
3.7
 • 98 Interviews
WSP Interview Questions
4.3
 • 88 Interviews
View all
PwC QA Tester Salary
based on 5 salaries
₹4 L/yr - ₹8.2 L/yr
35% more than the average QA Tester Salary in India
View more details
Senior Associate
14.8k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate
12.8k salaries
unlock blur

₹4.8 L/yr - ₹16 L/yr

Manager
6.7k salaries
unlock blur

₹13.7 L/yr - ₹44 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Associate2
4.1k salaries
unlock blur

₹4.6 L/yr - ₹16.6 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.5
Compare

Accenture

3.9
Compare

TCS

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