Design an agent that can resume after partial failure without repeating side effects.

Instruction: Describe how you would let an agent resume safely after interruption or partial completion.

Context: Assesses whether the candidate can design a practical architecture and explain the main tradeoffs. Describe how you would let an agent resume safely after interruption or partial completion.

Official answer available

Preview the opening of the answer, then unlock the full walkthrough.

I would design resume as a product feature, not a best effort. The orchestrator should know exactly which steps are...

Related Questions