Question 67
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 - You must add automated tests to an unfamiliar legacy codebase of unknown structure. You do not yet know how many modules lack coverage or what their dependencies are; each step's findings determine the next. Which decomposition strategy fits best?
- AA fixed prompt-chaining pipeline with the same predefined steps for every module.
- BDynamic adaptive decomposition: map the structure first, then generate prioritized subtasks based on what is discovered.
- CSpawn one subagent per file up front, before knowing which files exist.
- DA single prompt that asks Claude to write all tests for the whole repository at once.