Upload Button Icon Add office photos

Filter interviews by

Walmart Senior Software Engineer Interview Questions, Process, and Tips

Updated 19 Jan 2025

Top Walmart Senior Software Engineer Interview Questions and Answers

  • 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 ...read more
  • Q2. 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
  • Q3. How to generate an unique id for a massive parallel system?
View all 28 questions

Walmart Senior Software Engineer Interview Experiences

31 interviews found

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1.Sum numbers in linked list
2. Maximum sum subarray

Round 2 - Technical 

(2 Questions)

  • Q1. Design and code hashmap.
  • Ans. 

    Implement a hashmap data structure in code.

    • Use an array to store key-value pairs

    • Implement a hash function to map keys to indices in the array

    • Handle collisions using techniques like chaining or open addressing

  • Answered by AI
  • Q2. Questions on kafka
Round 3 - Hld 

(1 Question)

  • Q1. Design linked in
  • Ans. 

    Design a platform similar to LinkedIn for professional networking.

    • Create user profiles with work experience, education, skills, and endorsements.

    • Allow users to connect with others, join groups, and follow companies.

    • Include features like job postings, messaging, news feed, and recommendations.

    • Implement algorithms for personalized content and job suggestions.

    • Ensure data privacy and security measures are in place.

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Linked list implementation with second largest and second smallest
  • Ans. 

    Implement a linked list with methods to find the second largest and second smallest elements.

    • Create a linked list class with methods to insert elements, find second largest, and find second smallest.

    • Traverse the linked list to find the largest and smallest elements, then find the second largest and second smallest.

    • Handle edge cases such as empty list or lists with less than 2 elements.

    • Consider using a priority queue to...

  • Answered by AI
  • Q2. Max Frequency Character in a string
  • Ans. 

    Find the character with the highest frequency in a given string.

    • Iterate through the string and count the frequency of each character using a hashmap.

    • Track the character with the highest frequency as you iterate.

    • Return the character with the highest frequency at the end.

  • Answered by AI
  • Q3. Longest common subsequence print
  • Ans. 

    Find and print the longest common subsequence in an array of strings

    • Use dynamic programming to find the longest common subsequence

    • Iterate through the array of strings to find common characters

    • Print the longest common subsequence found

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Solid design principles
  • Ans. 

    Solid design principles are fundamental guidelines for designing software that is maintainable, scalable, and efficient.

    • Follow the SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion)

    • Use design patterns like Factory, Singleton, Observer, etc. to solve common design problems

    • Keep code modular, reusable, and easy to understand

    • Separate concerns and avoid ti

  • Answered by AI
  • Q2. Snake and Ladder LLD
  • Q3. Executor Service

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers kind of works on predefined knowledge. Don't use logic just provide them the basic answers and it will work. Interviewers aren't knowledgeable. You'll feel a gap in their understanding if you try to go little different.

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions were asked one on string to remove the nested parantheses and form string.
Second question was- I was given a mapping array and a num array
Mapping - {6,2,0,7,1,8,3,4,5,9}
NUM- {996, 25, 225}
Output- 553, 08, 008}

Round 2 - Technical 

(4 Questions)

  • Q1. Callback method in java and alternatives
  • Ans. 

    Callback method in Java allows passing a function as an argument to another function. Alternatives include using interfaces, lambda expressions, and method references.

    • Callback method allows passing a function as an argument to another function

    • Alternatives include using interfaces, lambda expressions, and method references

    • Example: Using Runnable interface in Java to pass a function as a callback

  • Answered by AI
  • Q2. Hashmap vs concurrent hashmap
  • Ans. 

    Hashmap is not thread-safe, while ConcurrentHashMap is thread-safe and allows for concurrent access.

    • Hashmap is not thread-safe and can lead to race conditions in a multi-threaded environment.

    • ConcurrentHashMap is thread-safe and allows for concurrent access by multiple threads without the need for external synchronization.

    • ConcurrentHashMap achieves thread-safety by dividing the map into segments, each of which can be lo...

  • Answered by AI
  • Q3. Different method to invoke methode with using constructor or variable
  • Ans. 

    You can invoke a method using a constructor by creating an instance of the class and calling the method, or by using a variable that holds a reference to the method.

    • Invoke method using constructor: ClassName obj = new ClassName(); obj.methodName();

    • Invoke method using variable: ClassName obj = new ClassName(); Runnable r = obj::methodName; r.run();

  • Answered by AI
  • Q4. Ask many scenario based questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How can fragments communicate among themselves
  • Ans. 

    Fragments can communicate among themselves using interfaces, shared view models, and activity callbacks.

    • Use interfaces to define communication contract between fragments

    • Implement the interface in the hosting activity and pass it to the fragments

    • Use shared view models to share data between fragments

    • Use activity callbacks like onActivityResult() to communicate between fragments

  • Answered by AI
Round 2 - Coding Test 

Find cycle in a linked list

Skills evaluated in this interview

Walmart interview questions for designations

 Senior Software Development Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Software Engineer

 (32)

 Senior Software Developer

 (1)

 Software Engineer III

 (29)

 Software Development Engineer

 (4)

 Associate Software Engineer

 (2)

 Software Engineer II

 (1)

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

(1 Question)

  • Q1. Tree question, Traversing tree and finding node on given condition

Get interview-ready with Top Walmart Interview Questions

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Resume Shortlist 

(2 Questions)

  • Q1. Discussed project on resume
  • Q2. Microservices patterns
Round 2 - Coding Test 

Leetcode easy medium questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for leetcode questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding questions medium difficulty

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics and multithreading
  • Q2. LLD on LRU cache and hashmap internals
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. LRU Cache without using LinkedHashMap
  • Ans. 

    Implementing LRU Cache without using LinkedHashMap

    • Use a doubly linked list to maintain the order of keys based on their recent usage

    • Use a hashmap to store key-value pairs for quick access

    • When a new key is accessed, move it to the front of the linked list and update the hashmap accordingly

    • When the cache is full, remove the least recently used key from the end of the linked list and hashmap

  • Answered by AI
  • Q2. System design concepts related

Skills evaluated in this interview

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

Coding test was medium level

Round 2 - Technical 

(2 Questions)

  • Q1. GCD vs Operation queue
  • Ans. 

    GCD is a low-level API for managing concurrent operations, while Operation Queue is a higher-level API built on top of GCD.

    • GCD is a C-based API for managing queues of tasks, while Operation Queue is an Objective-C class that provides a more object-oriented way to manage tasks.

    • GCD is more low-level and requires manual management of queues and tasks, while Operation Queue handles many of these details for you.

    • Operation Q...

  • Answered by AI
  • Q2. Dispatch queues
Round 3 - Technical 

(1 Question)

  • Q1. System design questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS and technical good

Skills evaluated in this interview

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

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 25 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
  • Technical Round - 4
View more
Walmart Senior Software Engineer Salary
based on 1.2k salaries
₹22.4 L/yr - ₹70 L/yr
213% more than the average Senior Software Engineer Salary in India
View more details

Walmart Senior Software Engineer Reviews and Ratings

based on 111 reviews

3.5/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.8

Salary

3.9

Job security

3.3

Company culture

2.9

Promotions

3.1

Work satisfaction

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

₹14 L/yr - ₹47 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹22.3 L/yr - ₹70 L/yr

Software Engineer
770 salaries
unlock blur

₹12 L/yr - ₹40 L/yr

Software Development Engineer 3
249 salaries
unlock blur

₹15.6 L/yr - ₹46 L/yr

Assistant Team Leader
236 salaries
unlock blur

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