InterviewDB Question

Delivery System OOD - Design a Package Delivery Tracker

Question Details

Problem Design a delivery tracking system. A delivery moves through states: CREATED -> PICKED_UP -> IN_TRANSIT -> OUT_FOR_DELIVERY -> DELIVERED (or FAILED). Implement: create_delivery(package_id, origin, destination) -> Delivery update_status(deliver…

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Coding Onsite Phone