Interview Experience Analysis for Walmart

49 Records Found
TOTAL EXPERIENCES
49
COMPANIES COVERED
1
ROLES COVERED
25
LOCATIONS COVERED
7

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

Walmart Interview | Sr. Software Engineer | Hiring Drive

WalmartSr. Software Engineer

Summary

Interviewed for Sr. Software Engineer position at Walmart during a hiring drive. The interview process included three rounds focusing on DSA, LLD, and HLD. The candidate successfully cleared the inter...

Interview Experience

Loading content...

Interview Questions (4)

Search in Sorted Array

Data Structures & Algorithms
Loading content...

DFS in 2D Matrix

Data Structures & Algorithms
Loading content...

Design Online Shopping Application

System Design
Loading content...

Design Ticket Booking System

System Design
Loading content...
Read on LeetCode

Walmart | Software Engineer III | Interview Experience

WalmartSoftware Engineer IIIπŸ“ Bangalore

Summary

I applied directly on the career portal and went through a multi-round interview process for the Software Engineer III role at Walmart. The process included two technical rounds, an HM round, a Locati...

Interview Experience

I applied directly on the career portal. A recruiter called to say that my profile was shortlisted for interviews for Software Engineer III - (Java with DevOps). She said that there will be 3 rounds of interviews, 2 virtual and the last round F2F in Bangalore. The first round was scheduled 2 days af...

Interview Questions (2)

Find Median from Data Stream

MediumTechnical
Loading content...
View Problem

First Missing Positive

HardTechnical
Loading content...
View Problem
Read on LeetCode
Showing 10 of 49
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