Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Design a Work Orchestration System

HardSystem Design00:00
Practice interviewer
In session
5 left
00:00

Your question is Design a Work Orchestration System. Take a moment with it on the right.

Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).

You need to log in / sign up to chat or submit.

Problem

Design a work orchestration system.

Asked in the Onsite system design (45 min) stage. Frontier Data MLE track; named in thread replies ("Work Orchestration (Frontier Data)").

Address the following in a practical design:

  1. Define the work, dependency, scheduling, priority, and state models.
  2. Design APIs and the control plane for submitting, assigning, retrying, canceling, and inspecting work.
  3. Explain worker coordination, durable state, leases, idempotency, backpressure, and failure recovery.
  4. Show how the system handles ML workloads with heterogeneous CPU, GPU, memory, and data requirements.
  5. Define observability, capacity planning, and operational safeguards.
  6. Discuss how you would test the design and evolve it from a small deployment to a large distributed system.