Upload Button Icon Add office photos

Walmart

Compare button icon Compare button icon Compare

Filter interviews by

Walmart Interview Questions, Process, and Tips

Updated 11 Mar 2025

Top Walmart Interview Questions and Answers

View all 305 questions

Walmart Interview Experiences

Popular Designations

387 interviews found

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

(1 Question)

  • Q1. They ask about Excel

Catalog Analyst Interview Questions asked at other Companies

Q1. When do you use pivot table, vlookup, hlookup, xlookup?
View answer (1)

HCL Healthcare

Rated 4.5 for Work-Life Balance by our employees on AmbitionBox

Success to our employee's well-being? A work-life balance that's simply unbeatable.

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

(5 Questions)

  • Q1. What is the exp
  • Ans. 

    The experience you have in the field of service engineering.

    • Discuss your previous roles and responsibilities in service engineering.

    • Highlight any specific projects or achievements in the field.

    • Mention any relevant certifications or training you have received.

    • Explain how your experience makes you a strong candidate for the position.

  • Answered by AI
  • Q2. Good and have to be a
  • Q3. Anbs ms smsb s
  • Q4. Aha a msld ya. Dnss
  • Q5. Na ajd ckansgd dk wvd dja

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Service Engineer Interview Questions asked at other Companies

Q1. What are the compulsory policy excess in four wheeler private vehicles?
View answer (12)
Walmart Interview Questions and Answers for Freshers
illustration image

Interview Questions & Answers

user image Anonymous

posted on 19 Aug 2024

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

Arrays, String, Tree

Round 2 - HR 

(2 Questions)

  • Q1. Salary Expectation
  • Q2. CaseStudy, Behavioural
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA question on Sliding Window and Two pointer

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
View answer (1)

Walmart interview questions for popular designations

 Senior Software Engineer

 (32)

 Software Engineer III

 (30)

 Software Engineer

 (29)

 Software Developer

 (22)

 Data Scientist

 (8)

 Data Engineer

 (8)

 Associate

 (8)

 Analyst

 (6)

Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2024

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

(2 Questions)

  • Q1. Spark optimization
  • Q2. Sql queries hands on

Get interview-ready with Top Walmart Interview Questions

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

I applied via Walmart Careers Page and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Design a simple page using JS, HTML, and CSS. No frameworks
  • Q2. What are PropTypes
  • Ans. 

    PropTypes are a way to type-check props in React components to ensure they are passed correctly.

    • Used in React to specify the data type of props passed to a component

    • Helps catch bugs by providing warnings if incorrect data types are passed

    • Can be defined using PropTypes library or as static properties in a component

  • Answered by AI

Skills evaluated in this interview

Top Walmart Software Engineer III Interview Questions and Answers

Q1. What would be the ideal data structure to represent people and friend relations in facebook
View answer (3)

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)

Jobs at Walmart

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy to medium level questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Spark concept, scala concept
Round 3 - One-on-one 

(1 Question)

  • Q1. Scala questions and problem solving
Round 4 - HR 

(1 Question)

  • Q1. Prepared why are you leaving current organisation

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is memoization, also write polyfill of memoize
  • Ans. 

    Memoization is a technique used in programming to store the results of expensive function calls and return the cached result when the same inputs occur again.

    • Memoization helps improve the performance of a function by caching its results.

    • It is commonly used in dynamic programming to optimize recursive algorithms.

    • Example: Memoizing a Fibonacci function to avoid redundant calculations.

  • Answered by AI
  • Q2. What is Promise also write polyfill for Promise
  • Ans. 

    A Promise is an object representing the eventual completion or failure of an asynchronous operation.

    • A Promise is used to handle asynchronous operations in JavaScript.

    • It represents a value that may be available now, or in the future.

    • A polyfill for Promise can be implemented using the setTimeout function to simulate asynchronous behavior.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Walmart Software Engineer III interview:
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - Practise hard on core concepts and their internal working

Skills evaluated in this interview

Top Walmart Software Engineer III Interview Questions and Answers

Q1. What would be the ideal data structure to represent people and friend relations in facebook
View answer (3)

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Closures, Projecr structure in react Why use redux What frameworks are available
Round 2 - Technical 

(1 Question)

  • Q1. Web performance Currying LLD

Top Walmart Senior Software Engineer Interview Questions and Answers

Q1. Find All Anagrams Problem Statement Given a string STR and a non-empty string PTR, identify all the starting indices of anagrams of PTR within STR. Explanation: An anagram of a string is another string that can be rearranged using exactly t... read more
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 medium leetcode questions based on sliding window and DP

Round 2 - Technical 

(2 Questions)

  • Q1. A simple react application followed by react specific questions
  • Q2. Javascript standard questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Previous project related questions
  • Q2. Behavioral questions

Top Walmart Senior Software Engineer Interview Questions and Answers

Q1. Find All Anagrams Problem Statement Given a string STR and a non-empty string PTR, identify all the starting indices of anagrams of PTR within STR. Explanation: An anagram of a string is another string that can be rearranged using exactly t... read more
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Walmart Interview FAQs

How many rounds are there in Walmart interview?
Walmart interview process usually has 2-3 rounds. The most common rounds in the Walmart interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Walmart 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 Information Technology, SQL, Computer science, Monitoring and Data Structures.
What are the top questions asked in Walmart interview?

Some of the top questions asked at the Walmart interview -

  1. What would be the ideal data structure to represent people and friend relations...read more
  2. 1. Design and code a scheduler for allocating meeting rooms for the given input...read more
  3. What are the different approach you use for data cleani...read more
How long is the Walmart interview process?

The duration of Walmart interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

COMPANY BENEFITS

Mastercard Advisors

No Benefits

SALARIES

Amec Foster Wheeler

No Salaries

LIST OF COMPANIES

John Energy

Overview

SALARIES

John Energy

REVIEWS

Amec Foster Wheeler

No Reviews

REVIEWS

Amec Foster Wheeler

No Reviews

JOBS

Impact Analytics

No Jobs

LIST OF COMPANIES

Impact Analytics

Locations

COMPANY BENEFITS

Aarvee Associates

No Benefits

Tell us how to improve this page.

Walmart Interview Process

based on 342 interviews

Interview experience

4
  
Good
View more

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Explore Interview Questions and Answers for Top Skills at Walmart

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Google Interview Questions
4.4
 • 823 Interviews
Cisco Interview Questions
4.1
 • 370 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
Intel Interview Questions
4.2
 • 214 Interviews
View all

Walmart Reviews and Ratings

based on 2.5k reviews

3.7/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.8

Salary

3.7

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 2.5k Reviews and Ratings
Software Engineer III

Bangalore / Bengaluru

2-6 Yrs

₹ 18-47 LPA

Staff Software Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Senior Technology Operations

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
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