Instruction: Explain how you would stop agents from bouncing work between each other.
Context: Tests how the candidate diagnoses the problem, chooses the safest next step, and reasons through recovery. Explain how you would stop agents from bouncing work between each other.
Official answer available
Preview the opening of the answer, then unlock the full walkthrough.
I would redesign the handoff so responsibility is explicit and terminal conditions are defined. Each specialist should know what it owns, what evidence it needs to proceed, and when it must escalate instead of re-delegating.
I also like to carry a delegation budget or loop counter in the orchestration...
easy
easy
easy
easy
easy
easy