Upload Button Icon Add office photos

Walmart

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript questions
Round 2 - Technical 

(1 Question)

  • Q1. Coding question
Round 3 - Technical 

(1 Question)

  • Q1. System design round
Round 4 - HR 

(1 Question)

  • Q1. Behavioral question
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 6 interview rounds.

Round 1 - Coding Test 

Simple link to solve problems mostly from leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa quesions on stack
  • Q2. Dsa question on linkedlist
Round 3 - Coding Test 

Test on java mostly covered multithreading

Round 4 - Technical 

(1 Question)

  • Q1. Design round asked to design a cache
Round 5 - One-on-one 

(1 Question)

  • Q1. Managerial round mostly dependent on experiences
Round 6 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - it an easy process to crack interview in walmart just need to work on medium level dsa , and skilled in existing technology

Senior Software Engineer Interview Questions Asked at Other Companies

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

Leet code easy/medium

Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Scenario based questions
Round 5 - HR 

(1 Question)

  • Q1. Package discussion and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong and negotiate well with HR. Discuss with hiring manager about the role
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Design multi player game
  • Ans. 

    Designing a multiplayer game involves creating a system where multiple players can interact and compete with each other in real-time.

    • Consider the game genre and mechanics to determine the type of multiplayer experience (e.g. turn-based, real-time, co-op, competitive).

    • Implement networking functionality to allow players to connect to a central server or directly with each other.

    • Design a matchmaking system to pair players...

  • Answered by AI

Skills evaluated in this interview

Walmart interview questions for designations

 Senior Software Engineer 2

 (1)

 Senior Software Development Engineer

 (1)

 Software Engineer

 (29)

 Senior Software Developer

 (1)

 Software Engineer III

 (30)

 Associate Software Engineer

 (2)

 Staff Software Engineer

 (1)

 Software QA Engineer

 (1)

Round 1 - Technical 

(1 Question)

  • Q1. DSA question mostly coding

Interview Preparation Tips

Interview preparation tips for other job seekers - worst interview experience.
I went through 2 rounds, and believe I did well but I didn't hear back from the HR,
I tried to reach out to the hr to get the feedback but they are not gonna reply back,I tried to mail and call her but she just didn't reply

Get interview-ready with Top Walmart Interview Questions

Interview Questionnaire 

4 Questions

  • Q1. Sort algorithm , programming
  • Q2. Dot net basics
  • Q3. Top3rd highest salary using linq
  • Q4. How do you manage your team if 1 person out of team is not performing well

Interview Preparation Tips

Interview preparation tips for other job seekers - Do practice around data structure programming.

I was interviewed before May 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

They have asked to write Java programs for finding list of angrams present in an array nd some of api response codes nd there uses plus various rest methods nd their differences

  • 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 ...

  • Ans. 

    Given a string STR and a non-empty string PTR, find all starting indices of anagrams of PTR within STR.

    • Create a frequency map of characters in PTR.

    • Use sliding window technique to check anagrams in STR.

    • Return the starting indices of anagrams found.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

It was dynamic programming round have been asked Java programs

  • Q1. 

    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 'N' after applying this operation ...

  • Ans. 

    Given an integer, find the final single-digit value after summing its digits iteratively.

    • Iteratively sum the digits of the input integer until the result is a single-digit number

    • Output the final single-digit integer for each test case

    • Handle multiple test cases as input

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Have been asked to explain existing projects and what extraordinary you have done

  • Q1. What extraordinary accomplishments have you achieved in your current company?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in BangaloreEligibility criteria2+ years of experience required on cutting edge technologiesWalmart interview preparation:Topics to prepare for the interview - DATA STRUCTURES, AWS, JENKINS, DYNAMIC PROGRAMMING, COLLECTIONS, ALGORITHMS, SQL, APITime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice Java programs of the day site interview questions(that's all you need to practice) which is having 50+ questions
Tip 2 : read api methods and their differences nd various response codes mostly 4xx nd 5xx
Tip 3 : prepare SQL queries mostly joins

Application resume tips for other job seekers

Tip 1 : write summary overview nd highlights your key skills
Tip 2 : Should read AWS from Javat point nd mention atleast any cloud experience ie :gcp,AWS,azure

Final outcome of the interviewSelected

I applied via Naukri.com and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Most questions were based on array, string and few on backtracking and trees.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your concepts well, DSA is important but Core Java concepts are also important. good weightage was given to Spring Boot too. System Design was last round, very deep understanding was required. But since this was for SE-3 position (Mid level engineer), I think it is expected. LLD was not asked much apart from Design Principles and Patterns I have used in actual work.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 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 Resume tips
Round 2 - Coding Test 

Data structures and algorithms

Round 3 - Technical 

(2 Questions)

  • Q1. System Design specific to domain
  • Ans. 

    System design specific to domain

    • Understand the domain and its requirements

    • Identify the key components and their interactions

    • Choose appropriate technologies and architecture

    • Consider scalability and maintainability

  • Answered by AI
  • Q2. Design uber both rider and driver apps
  • Ans. 

    Designing Uber apps for both riders and drivers

    • For the rider app, focus on ease of use and quick booking process

    • For the driver app, focus on real-time updates and navigation

    • Both apps should have a rating system and payment integration

    • Implement features like surge pricing, ride history, and in-app messaging

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Hiring Manager Technical discussion about overall fit.
Round 5 - HR 

(1 Question)

  • Q1. Understanding expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare algorithms alteast LC medium level and system design and be good in your domain.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Language specific interview questions
Round 2 - Technical 

(1 Question)

  • Q1. High level system design
  • Ans. 

    High level system design involves creating an abstract representation of a system's architecture.

    • Identify the system's components and their interactions

    • Define the system's boundaries and interfaces

    • Consider scalability, reliability, and maintainability

    • Use diagrams and models to communicate the design

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Data structures round interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and prepare in deep for system design and understand the data structures clearly

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 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.

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

REVIEWS

IBIL Solutions

No Reviews

SALARIES

Mdn Edify Education

INTERVIEWS

Gedu Services Private Limited

5.6k top interview questions

SALARIES

Walmart

JOBS

Addictive Learning Technology

No Jobs

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.2 L/yr - ₹70 L/yr
207% more than the average Senior Software Engineer Salary in India
View more details

Walmart Senior Software Engineer Reviews and Ratings

based on 115 reviews

3.5/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

3.7

Salary

3.7

Job security

3.2

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 115 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
799 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer 3
264 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
244 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