A model retries a partially successful action and duplicates side effects across systems. How would you harden recovery?

Instruction: Explain how you would stop duplicate side effects across integrated systems.

Context: Tests how the candidate diagnoses the problem, chooses the safest next step, and reasons through recovery. Explain how you would stop duplicate side effects across integrated systems.

Official answer available

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

I would move the recovery logic out of the model’s memory and into the execution layer. The orchestrator should know...

Related Questions