Question 72
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 prompt for a research system reads: "Step 1: call search_web exactly once. Step 2: call analyze_doc exactly once. Step 3: write report." In practice, complex topics need several searches and some need no document analysis at all, and report quality suffers. How should the coordinator prompt be written instead?
- AKeep the rigid step list but add "repeat if necessary" to each step.
- BExpress goals and quality criteria (e.g., complete coverage with citations) and let the coordinator choose how many subagents to invoke.
- CHard-code five searches and three analyses to cover the worst case.
- DRemove the coordinator and let a single agent do everything in one turn.