Upload Button Icon Add office photos

Walmart

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Walmart Senior QA Engineer Interview Questions and Answers

Updated 5 Nov 2024

Walmart Senior QA Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1. Find substring with no repeating characters
2. Weight of each element where weight is equal to all the elements bigger than element towards right side.
3. Linklist to break a cycle

Round 2 - Case Study 

1. Selenium use cases
2. Testing three windows
3. Equating table data from db and ui

Round 3 - HM 

(2 Questions)

  • Q1. Test cases and test plan approach fir a given big feature
  • Ans. 

    For a big feature, create detailed test cases and test plan to ensure thorough testing.

    • Understand the requirements and functionality of the feature

    • Identify different scenarios and edge cases to be tested

    • Prioritize test cases based on criticality and impact

    • Create test plan outlining test objectives, scope, resources, and timelines

    • Execute test cases, report defects, and retest after fixes

  • Answered by AI
  • Q2. Past projects, deployments etc

Skills evaluated in this interview

Interview questions from similar companies

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

Interview was very good, asked coding questions and testing principles

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

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Handle objects in webtable
  • Ans. 

    To handle objects in a webtable, you can use methods like findElement, getText, getAttribute, etc.

    • Use findElement method to locate the object in the webtable

    • Use getText method to retrieve the text of the object

    • Use getAttribute method to get specific attribute value of the object

    • Iterate through rows and columns to handle multiple objects in the webtable

  • Answered by AI
  • Q2. Multiple window handles
  • Ans. 

    Multiple window handles allow a QA engineer to interact with multiple browser windows during testing.

    • Window handles are unique identifiers assigned to each browser window opened by the application.

    • QA engineers can switch between window handles to perform actions on different windows.

    • Example: driver.getWindowHandles() in Selenium returns a set of window handles.

    • Example: driver.switchTo().window(handle) is used to switch

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

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 Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic selenium automation coding question and QA related MCQs

Round 2 - Technical 

(4 Questions)

  • Q1. Core java and selenium and Qs related to Leading the QA team
  • Q2. Count duplicates in a string
  • Ans. 

    Count duplicates in a string

    • Iterate through the string and store each character in a hashmap with its count

    • Return the count of characters with count greater than 1

  • Answered by AI
  • Q3. Write a Program to Sort Array
  • Ans. 

    Program to sort array of strings

    • Use a sorting algorithm like bubble sort, selection sort, or merge sort

    • Compare strings using strcmp() function in C or compareTo() method in Java

    • Handle edge cases like empty array or array with only one element

  • Answered by AI
  • Q4. Selenium Commands
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - It was best experience got the responses on faster basis.
Prepare well.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About Project , daily routines , SQL, unix
  • Q2. On core java programs on arrays, strings etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Simple Java questions on string and arrays

Round 2 - Coding Test 

Framework level knowledge is checked

Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Topics to prepare for Oracle Senior QA Engineer interview:
  • Java
  • Javascript
  • Testng
  • Cucumber
Interview preparation tips for other job seekers - Good company to work with
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. String manipulation questions without using default methods like string buffer
  • Q2. Selenium programs and Xpaths for dynamic tables
  • Ans. 

    Selenium can be used to automate testing of dynamic tables by using Xpaths to locate elements.

    • Identify unique attributes of table elements to create stable Xpaths

    • Use functions like contains(), starts-with(), or ends-with() in Xpaths for dynamic content

    • Consider using parent-child relationships in Xpaths for nested tables

  • Answered by AI

Skills evaluated in this interview

Senior QA Engineer Interview Questions & Answers

Accenture user image shilpa devanagoudar

posted on 19 Jul 2024

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

(1 Question)

  • Q1. What will you do to reduce the log size stored in AWS
  • Ans. 

    Implement log rotation, set up log expiration policies, compress logs, use log aggregation services.

    • Implement log rotation to limit the size of individual log files.

    • Set up log expiration policies to automatically delete old logs.

    • Compress logs before storing them in AWS to reduce storage space.

    • Use log aggregation services like AWS CloudWatch Logs to centralize and manage logs efficiently.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal

Round 1 - Aptitude Test 

Time frame one hour, 60 questions

Round 2 - Technical 

(1 Question)

  • Q1. QA life cycle, Selenium basics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Hashmap implementation
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap is implemented using an array of linked lists or buckets to handle collisions.

    • Each key is hashed to determine its index in the array.

    • Common operations include put(key, value), get(key), and remove(key).

    • Example: HashMap map = new HashMap<>(); map.put("apple", 5); int value = map.get("app

  • Answered by AI
  • Q2. Difference between getWindowHandles and getWindowHandle
  • Ans. 

    getWindowHandles returns all open window handles, getWindowHandle returns handle of current window

    • getWindowHandles returns a set of all window handles currently open in the browser

    • getWindowHandle returns the handle of the current window being focused on

    • Example: driver.getWindowHandles() vs driver.getWindowHandle()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPs and selenium concepts

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Walmart Interview FAQs

How many rounds are there in Walmart Senior QA Engineer interview?
Walmart interview process usually has 3 rounds. The most common rounds in the Walmart interview process are Coding Test and Case Study.
How to prepare for Walmart Senior QA Engineer 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 Walmart. The most common topics and skills that interviewers at Walmart expect are Agile, Analytics, Coding, Debugging and Javascript.

Recently Viewed

SALARIES

Amec Foster Wheeler

No Salaries

SALARIES

Amec Foster Wheeler

REVIEWS

Amec Foster Wheeler

No Reviews

JOBS

Impact Analytics

No Jobs

SALARIES

Aarvee Associates

JOBS

Impact Analytics

No Jobs

LIST OF COMPANIES

Agilent Technologies

Overview

JOBS

Eaton

No Jobs

SALARIES

Amec Foster Wheeler

JOBS

Impact Analytics

No Jobs

Tell us how to improve this page.

Walmart Senior QA Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Oracle Interview Questions
3.7
 • 852 Interviews
Google Interview Questions
4.4
 • 830 Interviews
DMart Interview Questions
3.9
 • 404 Interviews
Cisco Interview Questions
4.1
 • 372 Interviews
View all
Walmart Senior QA Engineer Salary
based on 20 salaries
₹12.5 L/yr - ₹36 L/yr
106% more than the average Senior QA Engineer Salary in India
View more details

Walmart Senior QA Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

3.0

Work-life balance

1.0

Salary

1.0

Job security

2.0

Company culture

1.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer III
1.8k salaries
unlock blur

₹14.5 L/yr - ₹47 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹23 L/yr - ₹70.3 L/yr

Software Engineer
805 salaries
unlock blur

₹12 L/yr - ₹45 L/yr

Software Development Engineer 3
265 salaries
unlock blur

₹15.6 L/yr - ₹46 L/yr

Business Development Associate
227 salaries
unlock blur

₹1.7 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Walmart with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Microsoft Corporation

4.0
Compare

Google

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