•SYSTEM DESIGN

Walmart System Design Questions

Every system design problem candidates reported at Walmart between September 2025 and September 2026, most-asked first. Each one links to a full solution.

Problems

7

Candidate reports

7

Asked more than once

—

all reported once

Question type

7 HLD

Topics Walmart tests

Start Walmart System Design Interview →
✅Track which Walmart problems you have solved
Open tracker →
1

Design a Large-Scale Real-Time Temperature Collection System

HLDIntermediateIoTData PipelinesStorage

Design a telemetry pipeline for a very large fleet of devices or sensors (e.g., millions of temperature sensors, GPUs, or IoT devices each reporting every few seconds). Devices may be offline and upload batched, late-arriving…

1 report·last seen Aug 2026·also asked at 4 other companies
2

Design a Metrics Monitoring Dashboard

HLDAdvancedObservabilityData PipelinesStorage

Design an internal metrics monitoring platform like Datadog or Prometheus. Agents on hosts and services emit metrics (counters, gauges, histograms with tags); the system ingests millions of data points per second, stores them as…

1 report·last seen Jul 2026·also asked at 6 other companies
3

Design a Read- and Write-Heavy Product Catalog Service

HLDIntermediateE-commerceCachingDatabases

Design a product catalog service for a large e-commerce marketplace that sustains heavy merchant writes (including bulk edits of millions of products and price updates) and very high user reads with low latency. Changes must…

1 report·last seen Jul 2026·also asked at 2 other companies
4

Design an online ticket marketplace

HLDBeginnerDistributed SystemsPaymentsBooking System

Design an online ticketing system like Ticketmaster. Users browse and search events, view the seat map, select specific seats and hold them for about 5 minutes while completing payment, then receive tickets. Popular events cause…

1 report·last seen Mar 2026·also asked at 3 other companies
5

Design a multi-carrier parcel delivery system

HLDIntermediateE-commerceAPI DesignEvent Driven

Design a parcel shipping system for an e-commerce platform that supports multiple carriers (UPS, USPS, FedEx). It should create shipments for orders, choose a carrier by cost, speed and constraints, buy labels through carrier…

1 report·last seen Mar 2026
6

Design Spring Boot for high availability and background work

HLDIntermediateDistributed SystemsSchedulingDatabases

Design a highly available deployment for a Spring Boot application behind a load balancer, plus resilient background processing for long-running tasks. Discuss stateless app instances, session handling, health checks, horizontal…

1 report·last seen Jan 2026
7

Design aggregator for multiple downstream services

HLDIntermediateDistributed SystemsAPI DesignCaching

Design an aggregator service that handles a client request by calling multiple downstream microservices in parallel (fan-out/fan-in) and combining their results, e.g., a product page that needs pricing, inventory, reviews and…

1 report·last seen Dec 2025

Duplicate reports of the same problem are merged and counted.

Practice with a Mock Interview

Apply these questions in a live system design mock interview with InterviewSkool's AI interviewer.

Start System Design Interview →

Frequently Asked Questions

What system design questions does Walmart ask?

Candidates reported 7 distinct system design problems at Walmart between September 2025 and September 2026, including Design a Large-Scale Real-Time Temperature Collection System, Design a Metrics Monitoring Dashboard, Design a Read- and Write-Heavy Product Catalog Service.

How to prepare for Walmart system design interview?

Start with the Walmart problems reported most often, work through each full solution, then practice explaining a design end to end under time pressure in a mock interview.

What is the difference between HLD and LLD at Walmart?

HLD (High-Level Design) focuses on system architecture, scalability, and component interactions. LLD (Low-Level Design) dives into class diagrams, API contracts, and database schemas. Walmart tests both.