Upload Button Icon Add office photos

Walmart

Compare button icon Compare button icon Compare

Filter interviews by

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

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Walmart?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Other and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Programming question on Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared yourself for more technical

Senior QA Engineer Interview Questions Asked at Other Companies

asked in MakeMyTrip
Q1. Combination Sum Problem Statement Given an array of distinct posi ... read more
asked in MakeMyTrip
Q2. Next Greater Number Problem Statement Given a string S which repr ... read more
Q3. How do you retrieve data from a file using Selenium?
Q4. If you have two threads, and one thread burns completely in 30 mi ... read more
Q5. How can you execute a test case multiple times?

I applied via Company Website and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Internal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to indices in an array.

    • Hash function is used to convert the key into an index in the array

    • Collisions occur when two keys map to the same index, which can be resolved using separate chaining or open addressing

    • Load factor is the ratio of number of elements to the size of the array, and affects the performance of hash map

    • Operatio...

  • Answered by AI
  • Q2. Core Java Concepts
  • Q3. SQL queries to get 2nd highest salary
  • Q4. Authentication and Authorisation
  • Q5. Data structures and algorithms questions
  • Q6. Questions on design side

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very good experience giving interview at Lowe's. Recruitment process is very smooth.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Java8, ds and algo
  • Q2. Java springboot Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - Please well as it is very good organization

I applied via LinkedIn and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Your counter offer.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.People in the team were good I had a good interview experience. Very basic level questions.
2.Microservices must be there in your resume .Even if you are top notch in coding you will not be selected if you have not worked on micro services.
3.Bad experience when it comes to the compensation they pay very very less not even try to match the compensation just simply reject if you have a nice counter offer.
4.Advice : When the candidate is good be flexible in your budget .A good candidate will definitely go ahead and do great work for the team.Or at least try to match the counter offer.
5.Process is really really slow and you might end up losing a potential candidate .
6.Lowes Hires a person who has less salary expectations rather than the person who does the best they are OK with mediocrity.
7.Please don't think this is a product based and join .Lowes has people with service based organization mindset.

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

I applied via Campus Placement and was interviewed before May 2022. 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 - Coding Test 

Will be asked for basic python competency

Round 3 - One-on-one 

(2 Questions)

  • Q1. How does the internet work end to end
  • Ans. 

    The internet is a global network of interconnected devices that communicate using standardized protocols.

    • Data is sent in packets using the TCP/IP protocol

    • Devices are identified using unique IP addresses

    • DNS translates domain names to IP addresses

    • Routers direct traffic between networks

    • Firewalls protect against unauthorized access

    • Encryption ensures secure communication

  • Answered by AI
  • Q2. What is the stack overflow error
  • Ans. 

    Stack overflow error occurs when the call stack exceeds its limit due to infinite or too many recursive function calls.

    • Occurs when the call stack is full

    • Caused by infinite or too many recursive function calls

    • Can lead to program crashes or unexpected behavior

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try

Skills evaluated in this interview

Walmart HR Interview Questions

77 questions and answers

Q. Introduce yourself
Q. Can you describe your previous professional experience?
Q. Can you describe your experience with team management?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Its a normal questions which usually service based company asked
  • Q2. Overall it is good
Round 2 - Case Study 

Ask you to implement any solution like caching using LRU or LFU

Round 3 - Assignment 

Its a manager round where they discuss about u=your past experiences and also they tell you about the project

Round 4 - HR 

(2 Questions)

  • Q1. I think they gave you only based on your previous offer.
  • Q2. Negotiate well with them . Don't accept just for the sake of an offer because further they will not change it until/ unless it is filling position.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Immutable Class, Remove duplicates from string using java 8
  • Ans. 

    Immutable class, remove duplicates from string using Java 8

    • Create an immutable class to represent the string

    • Use Java 8 streams to remove duplicates from the string

    • Convert the string to a character array, use distinct() and collect() to remove duplicates

  • Answered by AI
  • Q2. Sealed classes in java
  • Ans. 

    Sealed classes in Java restrict inheritance to a predefined set of subclasses.

    • Sealed classes were introduced in Java 15 to restrict inheritance to a predefined set of subclasses.

    • Subclasses of a sealed class must be declared in the same file as the sealed class.

    • Sealed classes are declared using the 'sealed' modifier before the 'class' keyword.

    • Example: sealed class Shape permits Circle, Square, Triangle;

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Fallout Mechanism between the microservices
  • Ans. 

    Fallout mechanism between microservices refers to how failures in one microservice can impact other microservices.

    • Fallout can occur due to cascading failures when one microservice depends on another.

    • Implementing circuit breakers can help prevent fallout by isolating failures.

    • Monitoring and alerting systems are crucial for detecting and responding to fallout.

    • Using asynchronous communication can reduce the impact of fall...

  • 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 Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 2 DS questions, 1 SQL question
  • Q2. Details of projects worked, containerization, APIs
  • Ans. 

    I have worked on multiple projects involving containerization and developing APIs.

    • Developed microservices using Docker containers for easy deployment and scalability

    • Created RESTful APIs using Node.js and Express framework

    • Integrated third-party APIs for data retrieval and processing

    • Utilized Kubernetes for container orchestration and management

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Python - ML/DS pipeline
  • Q2. Java- Springboot framework

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Questions about JavaScript, different types of DataTypes,
  • Q2. Write code to add elements dynamically
  • Ans. 

    Adding elements dynamically to an array in code

    • Use push() method to add elements to an array in JavaScript

    • In Python, use append() method to add elements to a list

    • In Java, use ArrayList and add() method to dynamically add elements

  • Answered by AI
  • Q3. What is Hoisting
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • Hoisting applies to both variables and functions in JavaScript.

    • Variables declared with 'var' are hoisted, but their initialization is not.

    • Example: console.log(x); var x = 5; // Outputs 'undefined' due to hoisting.

    • Function declarations are fully hoisted, allowing calls before thei...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Current CTC, Experience
  • Q2. What is expected CTC
  • Ans. 

    Expected CTC should be based on industry standards, experience, skills, and location.

    • Research industry standards for Software Engineer salaries

    • Consider your experience level and skills when determining expected CTC

    • Take into account the cost of living in the location of the job

    • Negotiate based on the job responsibilities and market demand

  • Answered by AI

Skills evaluated in this interview

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.

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Walmart Senior QA Engineer Salary
based on 18 salaries
₹18.2 L/yr - ₹30.5 L/yr
91% 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
2.3k salaries
unlock blur

₹23.1 L/yr - ₹40 L/yr

Senior Software Engineer
1.8k salaries
unlock blur

₹33.9 L/yr - ₹60 L/yr

Software Engineer
965 salaries
unlock blur

₹20.5 L/yr - ₹36 L/yr

Software Developer
495 salaries
unlock blur

₹18.4 L/yr - ₹37.6 L/yr

Software Development Engineer 3
416 salaries
unlock blur

₹23 L/yr - ₹40 L/yr

Explore more salaries
Compare Walmart with

Amazon

4.0
Compare

Reliance Retail

3.9
Compare

DMart

3.9
Compare

Reliance Digital

4.1
Compare
write
Share an Interview