Question 66
CCA-F is a newly released exam. These practice questions reflect our best current understanding — the exact wording and question formats may change in the live exam until the certification matures. Use them to learn the concepts, not to memorize.
Scenario: Agent Architecture and Orchestration - A coordinator's `allowed_tools` list is `["get_customer", "lookup_order"]`. When it tries to delegate analysis to a subagent, nothing happens and no subagent is spawned. What is missing?
- AThe subagent's `system_prompt` is empty, so it silently exits.
- BThe coordinator's `allowed_tools` must include `"Task"` to spawn subagents.
- CThe coordinator must set `tool_choice: "any"` to force delegation.
- DSubagents can only be spawned from a user message, not from a coordinator.