Upload Button Icon Add office photos

Filter interviews by

Woolworths Supermarkets QA Engineer Interview Questions and Answers

Updated 26 Mar 2024

Woolworths Supermarkets QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2024

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

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Demonstrate how to locate UI element
  • Ans. 

    To locate a UI element, use inspect tool, identify unique attributes, and use XPath or CSS selectors.

    • Use inspect tool to identify the UI element in the HTML code

    • Look for unique attributes like id, class, name, etc. to locate the element

    • Use XPath or CSS selectors to pinpoint the exact location of the element

  • Answered by AI
  • Q2. Write SQL scripts
  • Ans. 

    SQL scripts for QA Engineer interview

    • Use SELECT statement to retrieve data from database

    • Use WHERE clause to filter data based on specific conditions

    • Use JOIN clause to combine data from multiple tables

    • Use GROUP BY clause to group data based on specific columns

    • Use ORDER BY clause to sort data in ascending or descending order

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Woolworths Supermarkets QA Engineer interview:
  • UI automation
  • API Testing
  • SQL

Skills evaluated in this interview

Interview questions from similar companies

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

Aptitude was hosted by Amazon themselves comprising of 3 sections:
1. Coding
2. MCQ regarding QA methodologies
3. Behavioural questions (where does your alignment lies)

Round 2 - Technical 

(2 Questions)

  • Q1. Simple string manipulation (e.g. anagram string)
  • Ans. 

    Check if two strings are anagrams of each other

    • Create a function that takes in two strings as input

    • Remove all spaces and special characters from both strings

    • Sort the characters in both strings and compare them to check if they are equal

  • Answered by AI
  • Q2. Optimise approach for each question
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions around automation suite
Round 4 - Technical 

(1 Question)

  • Q1. More questions on the projects I have worked, questions around them
Round 5 - One-on-one 

(2 Questions)

  • Q1. Alignment on where you are likely going to be in the org
  • Q2. Preferred work location

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply for the job position only if you can work from the location given in JD

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is softwrae testing?
  • Ans. 

    Software testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.

    • Software testing involves executing a program or application with the intent of finding errors or bugs.

    • It helps in identifying defects or issues in the software before it is released to the end users.

    • Types of software testing include functional testing, performance testing, security tes...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Oops concepts, Selenium Questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain your Automation Framework, OOPs Concept, Java Basic coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Please brush up your basic knowledge on JAVA and selenium

QA Engineer Interview Questions & Answers

Amazon user image Navdeep Singh

posted on 31 Jan 2024

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

Technical assessment
Work style assessment
programming knowledge (DSA, JAVA)

Round 2 - Technical 

(3 Questions)

  • Q1. Test cases, test plan and test data for QR code
  • Q2. Questions on selenium and java basics
  • Q3. Questions on xpath
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is the difference between list and set
  • Ans. 

    Lists allow duplicate elements and maintain insertion order, while sets do not allow duplicates and do not maintain order.

    • Lists allow duplicate elements, sets do not

    • Lists maintain insertion order, sets do not

    • Lists are accessed by index, sets are accessed by value

  • Answered by AI

Skills evaluated in this interview

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

Scenario based questions

Round 2 - Coding Test 

Java coding + Debugging

Round 3 - Coding Test 

Java coding + Debugging

Round 4 - Case Study 

Testing related scenario based questions

Round 5 - Behavioral 

(2 Questions)

  • Q1. About my experience
  • Q2. Debugging skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is software text life cycle
  • Ans. 

    Software text life cycle refers to the stages through which a piece of software text goes from creation to retirement.

    • Includes stages like requirements gathering, design, coding, testing, deployment, and maintenance

    • Involves activities like writing, reviewing, editing, and updating text

    • Ensures that the text meets quality standards and user requirements

    • Examples: user manuals, help guides, release notes

  • Answered by AI
  • Q2. Explained stlc to them
  • Q3. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing features.

    • It involves running previously executed test cases to verify that the existing functionalities are still working as expected after code changes.

    • Regression testing helps in identifying any defects or issues introduced by new code changes.

    • Automated testing tools are often use...

  • Answered by AI
  • Q4. What is sanity testing
  • Ans. 

    Sanity testing is a subset of regression testing that focuses on testing the most critical functionalities of a software application.

    • Sanity testing is a quick and focused testing to ensure that the most critical functionalities of the software are working as expected.

    • It is usually performed after a new build or minor changes to the code.

    • The main goal of sanity testing is to verify that the application is stable enough ...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Write a script to convert json value into excel sheet
  • Ans. 

    Script to convert JSON value into Excel sheet

    • Use a library like pandas in Python to read the JSON data and convert it into a DataFrame

    • Use the to_excel() function in pandas to write the DataFrame to an Excel file

    • Specify the file path and name for the Excel file in the script

  • Answered by AI
  • Q2. Wrote the code in python, make sure to use flatten and unflatten

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare few medium level questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic QA related question
Round 2 - Technical 

(1 Question)

  • Q1. Basic question related to testing and coding

I applied via LinkedIn and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Testcase enumeration
  • Q2. Coding question based on an array traversal

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with qa process documents. Test plan, testing process. Test case scenarios.

Woolworths Supermarkets Interview FAQs

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

Some of the top questions asked at the Woolworths Supermarkets QA Engineer interview -

  1. demonstrate how to locate UI elem...read more
  2. write SQL scri...read more

Tell us how to improve this page.

Woolworths Supermarkets QA Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Asian Paints Interview Questions
4.0
 • 637 Interviews
ITC Interview Questions
3.9
 • 545 Interviews
Senco Gold Interview Questions
4.5
 • 535 Interviews
DMart Interview Questions
3.9
 • 395 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
View all
SAP Security & GRC Consultant
6 salaries
unlock blur

₹4.5 L/yr - ₹7 L/yr

Business Analyst
4 salaries
unlock blur

₹5.8 L/yr - ₹19 L/yr

Duty Manager
4 salaries
unlock blur

₹10 L/yr - ₹25.2 L/yr

Team Member
4 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Data Scientist
3 salaries
unlock blur

₹32 L/yr - ₹37 L/yr

Explore more salaries
Compare Woolworths Supermarkets with

Reliance Retail

3.9
Compare

Future Group

4.3
Compare

Tata Group

4.2
Compare

Spencer's Retail

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