Domain 1 · Cumulative Retrieval Quiz (27%)

Domain 1 — Test Yourself

Eight scenario questions, interleaved across Tasks 1.1–1.7. No looking back first — retrieval is the point. Click an answer to grade + explain.

Aim: 7/8+. Below that, re-read the flagged lesson before Domain 2.
1. Your agentic loop occasionally terminates while Claude still intends to call a tool. The correct control condition continues the loop whenever stop_reason is:
Correct: option 1. Continue on tool_use, stop on end_turn. (L1)
2. A coordinator must be able to spawn subagents. This requires that its configuration:
Correct: option 2. The Task tool spawns subagents; allowedTools must include it. Subagents are context-isolated (option 3 is false). (L2)
3. Refunds above $500 must never be issued autonomously. The reliable enforcement mechanism is a:
Correct: option 3. A guarantee needs deterministic code (interception hook). Prompt/few-shot are probabilistic. (L3)
4. A research report has coverage gaps although every subagent succeeded and the coordinator's log shows a narrow topic split. Fix the:
Correct: option 4. Subagents executed their given scope correctly; the upstream decomposition is the root cause. (L2)
5. You want two subagents to run at the same time to cut latency. You should have the coordinator:
Correct: option 1. Parallelism = multiple Task calls in one response; separate turns run sequentially. (L2)
6. A 14-file pull request review gives inconsistent depth and contradictory findings in one pass. The best restructure is to:
Correct: option 1. The cause is attention dilution; split into focused passes. A bigger window does not fix attention quality; the others shift burden or suppress real bugs. (L4)
7. Escalating to a human agent who cannot see the transcript, you should hand off:
Correct: option 2. Structured handoff lets the human act without re-interviewing the customer. (L3)
8. You resume work after files you analyzed were heavily rewritten. Most reliable path:
Correct: option 3. Stale tool results make fresh+summary safer than resume/fork, which both inherit outdated reads. (L4)
Scoring 8/8 — move to Domain 2. 6–7 — review the lesson(s) behind any miss. ≤5 — re-read Domain 1 lessons before continuing; this is the heaviest domain (27%).
Tell your teacher your score and which numbers you missed. I'll log it to your learning record, target those weak spots, and then build Domain 2.