Interview Experience Analysis for Walmart

51 Records Found
TOTAL EXPERIENCES
51
COMPANIES COVERED
1
ROLES COVERED
25
LOCATIONS COVERED
8

Curious About Salaries?

View Walmart Compensation Details

Share this page with your network:

Role Distribution

Years of Experience vs Number of Experiences

Walmart Interview Experiences

Detailed insights from real candidates who interviewed at top tech companies

Sort by:

Walmart SDE-3 Interview Experience

WalmartSDE-3

Summary

Loading content...

Interview Experience

First round was two DP problems. The first problem was similar to Combination Sum, but with unique elements instead of duplicates. The second problem was Target Sum.Second round focused on LLD and HLD, where I was asked to design BookmyShow and draw entities and relationships. I cleared this round.T...

Interview Questions (1)

Combination Sum (Unique Elements)

MediumData Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

Walmart | SSE | Bangalore | Oct 2025 | Declined Offer

WalmartSDE II📍 bangalore

Summary

I interviewed for a Software Staff Engineer position at Walmart in Bangalore and received an offer, which I ultimately declined. The interview process spanned multiple rounds, including Data Structure...

Interview Experience

My interview journey at Walmart started with an in-person DSA round, which was part of a hiring drive. I was presented with two problems. The first was Copy List with Random Pointer. I initially implemented the hashmap-based approach, but the interviewer challenged me to find an O(1) space complexit...

Interview Questions (4)

Word Search

MediumData Structures & Algorithms
Loading content...
View Problem

LFU Cache

HardData Structures & Algorithms
Loading content...
View Problem

Design Dynamic Pricing System

HardSystem Design
Loading content...

Behavioral and Situation-Based Questions

Behavioral
Loading content...
Read on LeetCode

Walmart Global Tech – Software Engineer III Interview Experience (Rejected)

WalmartSoftware Engineer III📍 India

Summary

I interviewed for a Software Engineer III role at Walmart Global Tech in India. I was rejected after the first round, which consisted of two LeetCode-style coding questions: Find the Celebrity and Med...

Interview Experience

Role: Software Engineer IIILocation : IndiaStatus: ❌ Rejected after Round 1Mode: Online Technical Interview🔹 Round 1: DSA + Problem-SolvingTwo LeetCode-style coding questions:1️⃣ Find the Celebrityhttps://leetcode.com/problems/find-the-celebrity/2️⃣ Median from Data Streamhttps://leetcode.com/probl...

Interview Questions (2)

Find the Celebrity

Data Structures & Algorithms
Loading content...
View Problem

Median from Data Stream

Data Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

My Learning Journey & a Game-Changing Data Structure

Walmart

Summary

I share my learning journey and solutions for LeetCode 480: Sliding Window Median, first using a brute-force approach and then optimizing it with the SortedList data structure. I note that this exact ...

Interview Experience

🚀 LeetCode 480: Sliding Window Median – My Learning Journey & a Game-Changing Data Structure Today I solved https://leetcode.com/problems/sliding-window-median/ and learned something super useful that I wanted to share with the community — especially if you're preparing for interviews or optimizing...

Interview Questions (1)

Sliding Window Median

Data Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

Staff Android Engineer - Walmart

WalmartStaff Android Design Engineer

Summary

I interviewed for a Staff Android Design Engineer role at Walmart, undergoing two rounds of interviews focusing on past experiences, Android internals, and future tech views, ultimately resulting in a...

Interview Experience

Appeared for a Staff Android Design EngineerRound 1: Hiring Manager Round- Questions on Previous experiences..- Deep dive into current work- View on GenAi, future of mobile- Reason looking out for ChangeRound 2: Android QuestionsThis had a mix of question on basics of Android and some snippets were ...

Interview Questions (8)

View on GenAI and Future of Mobile

Other
Loading content...

Reason for Job Change

Behavioral
Loading content...

RecyclerView Internals and Layout Managers Deep Dive

Other
Loading content...

Garbage Collector and Main Thread Impact in Android

Other
Loading content...

Custom View and Overdraw Concepts

Other
Loading content...

Performance Optimization: Jank, Lags, Profiler, Memory Leaks

Other
Loading content...

Coroutine Concepts in Android

Other
Loading content...

Fragment Transactions, Concurrency, lifecycleScope, and LifecycleOwner

Other
Loading content...
Read on LeetCode

Walmart Interview Experience | Software Engineer III | Java Backend Developer (Sept 2025)

WalmartSoftware Engineer III (Java Backend Developer)

Summary

I recently interviewed at Walmart for a Software Engineer III (Java Backend Developer) role. I successfully cleared the DSA round and performed well in the Java and Low-Level Design round, and I am cu...

Interview Experience

Round 1: DSAInterviewer: Senior Software Engineer @ WalmartQuick intro, then directly moved to problem solving.Questions:Coin Change (Dynamic Programming)Course Schedule (Graph / Topological Sort)✅ Solved both within time. Verdict: Cleared.Round 2: Java + LLDInterviewer: Staff Software Engineer @ Wa...

Interview Questions (2)

Coin Change

MediumData Structures & Algorithms
Loading content...
View Problem

Course Schedule

MediumData Structures & Algorithms
Loading content...
View Problem

Preparation Tips

Loading content...
Read on LeetCode

Walmart | Software Engineer III | IN 3| Interview Experience

WalmartSoftware Engineer III📍 Bangalore💼 3 YOE

Summary

I interviewed for a Software Engineer III role at Walmart Global Tech in Bangalore, which involved three in-person rounds focusing on DSA, Low-Level/System Design, and Hiring Manager discussions. I su...

Interview Experience

🚀 Walmart Global Tech – Software Engineer III Interview Experience (Bangalore) Process: Referral My Experience: 3 years as SDE-II Total Rounds: 3 (all in-person on-site, wrapped up in a single day) 📌 Round 1 – DSA Coding Round Problem Statement: The round focused on medium to medium-hard level DS...

Interview Questions (4)

Build an In-Memory Cache

System Design
Loading content...

Email Notification System

System Design
Loading content...

UPI-like Payment System

System Design
Loading content...

Ride Booking System

System Design
Loading content...

Preparation Tips

💡 Tips for Preparation DSA: Focus on trees, graphs, sliding window, two pointers, and binary search. Practice from LeetCode (Medium/Hard) and be comfortable explaining brute force → optimized approach. System Design (LLD + HLD): Pick common design problems like cache, notification system, book...

Read on LeetCode

🛒 Walmart DSA Interview Questions (with Links + Sources)

Walmart

Summary

Loading content...

Interview Experience

🛒 walmart_move_zeros_max_subarray Move Zeros – https://leetcode.com/problems/move-zeroes/ Maximum Subarray – https://leetcode.com/problems/maximum-subarray/ 🛒 walmart_sde3_urvashi_dec2024 House Robber II – https://leetcode.com/problems/house-robber-ii/ Subarray Sum Equals K – https://leetcode.com...

Interview Questions (17)

Move Zeroes

Data Structures & Algorithms
View Problem

Maximum Subarray

Data Structures & Algorithms
View Problem

House Robber II

Data Structures & Algorithms
View Problem

Subarray Sum Equals K

Data Structures & Algorithms
View Problem

LFU Cache

Data Structures & Algorithms
View Problem

LRU Cache

Data Structures & Algorithms
View Problem

Degree of an Array

Data Structures & Algorithms
View Problem

Reformat Date

Data Structures & Algorithms
View Problem

Two Sum IV (BST variant)

Data Structures & Algorithms
View Problem

Gas Station

Data Structures & Algorithms
View Problem

Jump Game

Data Structures & Algorithms
View Problem

Subsets II

Data Structures & Algorithms
View Problem

Longest Palindromic Substring

Data Structures & Algorithms
View Problem

Reverse Linked List

Data Structures & Algorithms
View Problem

Minimum Number of Days to Make m Bouquets

Data Structures & Algorithms
View Problem

Best Time to Buy and Sell Stock with Cooldown

Data Structures & Algorithms
View Problem

Trapping Rain Water

Data Structures & Algorithms
View Problem
Read on LeetCode

Walmart SSE interview

WalmartSDE II

Summary

Loading content...

Interview Experience

No Online assessment. Round 1 (DSA round) : 2 Leetcode medium questions. graph DFS binary search (min of max). Round 2 (Java/LLD) : LLD (Database) of ticket booking app. Some questions on Collections library, Spring boot and Java basic questions Round 3 (HLD) : system desin for E-comme...

Interview Questions (2)

Low-Level Design: Ticket Booking App (Database Focus)

System Design
Loading content...

High-Level Design: E-commerce Application (Purchase & Return Focus)

System Design
Loading content...
Read on LeetCode

Walmart Software Engineer III Interview Experience (Rejected)

WalmartSoftware Engineer III

Summary

Despite a challenging interview process with Walmart, the candidate was rejected. The interview included a DSA round with two problems and an LLD + HLD round with a Jukebox problem, but the second rou...

Interview Experience

Round 1: DSA (60 mins)They schedule this round but nobody joined I kept waiting for an hour. Reached out to recruiter via mail and phone, they didn't respond. But after half an hour she called and apologized and rescheduled it for next day.1. Binary tree problem where two players are playing one sta...

Interview Questions (2)

Binary Tree Game with Two Players

HardData Structures & Algorithms
Loading content...

Course Scheduling Problem

MediumData Structures & Algorithms
Loading content...

Preparation Tips

Loading content...
Read on LeetCode
Showing 10 of 51
CodingKaro App Poster
CodingKaro App
4.7

3K+ Downloads

One of its unique features is an automated coding contest reminder, which sets alarms for upcoming coding contests on popular platforms like CodeChef, CodeForces, and LeetCode, without the need for user input. This feature ensures that users never miss a coding contest and can stay updated with the latest coding challenges.

Download CodingKaro AppDownload CodingKaro App