InterviewStack.io LogoInterviewStack.io

Marketplace, Dispatch, and Logistics System Design Questions

Designing two-sided and real-time operational platforms: matching and dispatch engines, order and inventory systems, surge and dynamic pricing, proximity search and ETA/routing, and real-time location tracking. Covers the canonical ride-hailing, delivery, and marketplace case studies and the consistency and latency challenges they share. Domain-shaped system-design practice at generic level.

MediumSystem Design
69 practiced

Design a mid-level architecture for real-time driver dispatch that must respond under 100 ms P95 per assignment request, handle 10k TPS, and support region failover. List components (streaming, feature serving, model inference), data partitioning strategy, and fallback logic if model service is unavailable.

HardSystem Design
82 practiced

Design a small, realistic simulation environment to train and evaluate a reinforcement learning policy for driver routing decisions in a single city. Define state, action, reward, transition dynamics, and how to incorporate stochastic rider arrivals and traffic. Mention how you'd validate sim-to-real transfer.

That is every published Marketplace, Dispatch, and Logistics System Design question for AI Engineer so far. Browse the other topics in this category, or practice this one interactively.