Module quiz

12 questions · pass bar 80% · retry as often as you like — your best score counts toward the gate.

  1. 1.Per Anthropic's taxonomy, what distinguishes a workflow from an agent?
  2. 2.You must translate a 200-page document into 6 languages, and each translation is independent. Which workflow pattern fits best?
  3. 3.What distinguishes orchestrator-workers from plain parallelization?
  4. 4.Why is a max-iterations cap insufficient as your only hard termination guard?
  5. 5.Your agent keeps calling the same failing tool with the same arguments. Which set of defenses addresses this directly?
  6. 6.What is ReAct, and how does modern native tool calling differ from the original technique?
  7. 7.Which trio of techniques keeps context from exploding across a 15-iteration run?
  8. 8.When does adding an upfront 'plan first' step help, and when does it hurt?
  9. 9.What belongs in an agent's trace log, and what's the right format?
  10. 10.A high-volume task (100k runs/day) currently uses an agent that works. Why argue for converting it to a workflow?
  11. 11.In an evaluator-optimizer loop, what failure mode must you actively defend against?
  12. 12.Why add an explicit finish(answer, citations) tool instead of just accepting the model's end_turn text as the final answer?