InterviewDB Question

Warehouse Stock - Process Inventory Events and Answer Range Queries

Question Details

Problem A warehouse processes a stream of inventory events: (sku, event_type, quantity) where event_type is "restock" or "sale". Implement an inventory system that: Applies events in order (restock adds, sale subtracts -- stock never goes below 0) An…

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Coding Oa