Upload Button Icon Add office photos

Walmart

Compare button icon Compare button icon Compare

Filter interviews by

Walmart Senior Software Engineer Interview Questions, Process, and Tips

Updated 27 Feb 2025

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 ana ...read more
  • Q2. Sum of Digits Problem Statement Given an integer 'N', continue summing its digits until the result is a single-digit number. Your task is to determine the final value of ...read more
  • Q3. How to generate an unique id for a massive parallel system?
View all 28 questions

Walmart Senior Software Engineer Interview Experiences

32 interviews found

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is one positive and negative thing about yourself?
Round 2 - Coding Test 

Simple python script.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and explain your answers.

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa & algo easy to medium level question

Round 2 - Coding Test 

Dsa question & java questions

Round 3 - Technical 

(1 Question)

  • Q1. Hiring Manager round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement infinite scroll
  • Ans. 

    Implementing infinite scroll for a web application

    • Use a front-end framework like React or Angular to handle the scrolling functionality

    • Fetch additional data from the server as the user scrolls down the page

    • Update the UI with the new data without reloading the entire page

  • Answered by AI
  • Q2. Intersection observer API

Skills evaluated in this interview

Walmart interview questions for designations

 Senior Software Development Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Software Engineer

 (29)

 Senior Software Developer

 (1)

 Software Engineer III

 (30)

 Associate Software Engineer

 (2)

 Software Development Engineer

 (1)

 Software Engineer II

 (1)

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

(2 Questions)

  • Q1. 1st round ds algo
  • Q2. Find a number in consecutive array
  • Ans. 

    Search for a number in a consecutive array of strings

    • Iterate through the array and convert each string to a number

    • Check if the numbers are consecutive by comparing with the next number

    • Return the number if found, otherwise return a message indicating not found

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Three rounds
1 ds algo
Question
Find a position of number in consecutive array
2 java related
3 design

Skills evaluated in this interview

Get interview-ready with Top Walmart Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

I applied for IN4 Position. Totally 4 rounds. 1st round is DS.

Round 3 - Android 

(1 Question)

  • Q1. Android Round. Here they validated android application development skills.
Round 4 - System Design Round 

(2 Questions)

  • Q1. How OLA application works. How CAB moves on map?
  • Ans. 

    OLA application uses GPS to track cabs on map and assign them to customers based on location and availability.

    • OLA application uses GPS technology to track the location of cabs in real-time.

    • Customers input their location and destination in the app to request a cab.

    • The app matches the customer with the nearest available cab and assigns it to them.

    • Customers can track the cab's movement on the map in real-time as it approa

  • Answered by AI
  • Q2. How instagram application works. If someone tagged you how you will get notification and how those reels are showing in your profile page...etc.
  • Ans. 

    Instagram uses a notification system to alert users when they are tagged and displays reels on the profile page based on user preferences and algorithms.

    • Instagram uses a push notification system to alert users when they are tagged in a post or story.

    • Reels are displayed on the profile page based on user engagement, preferences, and algorithms.

    • The Explore page also suggests reels to users based on their interests and int

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

(1 Question)

  • Q1. Manager Round. All about manegerial discussions.

Skills evaluated in this interview

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

I was interviewed before Feb 2024.

Round 1 - Coding Test 

Questions on ALgo & DS.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Technical
  • Q2. Questions on Algo
Round 3 - Technical 

(1 Question)

  • Q1. Questions on Algo
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - DO NOT JOIN this COMPANY
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Tree & linkedlist questions

Round 2 - Technical 

(1 Question)

  • Q1. About tech stack interview questions
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 in Oct 2022. There were 5 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 

Hackerrank Test -> OA -> 2 Questions to be solved in 2 Hours

Round 3 - Technical 

(2 Questions)

  • Q1. Data Structures and Algorithms
  • Q2. Detect Loop in Graph
  • Ans. 

    Detect if there is a loop in a graph.

    • Use Depth First Search (DFS) to traverse the graph.

    • If a node is visited twice during DFS, then there is a loop.

    • Maintain a visited set to keep track of visited nodes.

    • If a node is already in the visited set, then there is a loop.

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. C# .NET Programming
  • Q2. C# Basics, .NET, OOPS, CLR
Round 5 - Technical 

(2 Questions)

  • Q1. System Design of Zomato
  • Ans. 

    Zomato is a food delivery and restaurant discovery platform that connects users with local restaurants.

    • Zomato uses a microservices architecture to handle its various functionalities.

    • The system is designed to handle a large number of concurrent users and requests.

    • Zomato uses a combination of relational and NoSQL databases to store data.

    • The platform uses machine learning algorithms to provide personalized recommendations...

  • Answered by AI
  • Q2. Design HLD and LLD of Zomato
  • Ans. 

    Design HLD and LLD of Zomato

    • High-Level Design (HLD) should include the overall architecture of the system, including components and their interactions

    • Low-Level Design (LLD) should include detailed design of each component, including data structures, algorithms, and interfaces

    • HLD should consider scalability, availability, and fault tolerance

    • LLD should consider performance, security, and maintainability

    • Example components...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open for discussing your approaches to the interviewers

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

They asked two question
1. Reverse the linked list
2. Print the middle element of linkedlist

Walmart Interview FAQs

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

Some of the top questions asked at the Walmart Senior Software Engineer interview -

  1. How to generate an unique id for a massive parallel syst...read more
  2. How instagram application works. If someone tagged you how you will get notific...read more
  3. How OLA application works. How CAB moves on m...read more
How long is the Walmart Senior Software Engineer interview process?

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

Tell us how to improve this page.

Walmart Senior Software Engineer Interview Process

based on 26 interviews

4 Interview rounds

  • Coding Test Round
  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
Walmart Senior Software Engineer Salary
based on 1.3k salaries
₹23 L/yr - ₹80 L/yr
209% more than the average Senior Software Engineer Salary in India
View more details

Walmart Senior Software Engineer Reviews and Ratings

based on 114 reviews

3.5/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.7

Salary

3.8

Job security

3.2

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 114 Reviews and Ratings
Software Engineer III
1.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
801 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer 3
260 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Associate
243 salaries
unlock blur

₹0 L/yr - ₹0 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