Question 150
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: Developer Productivity Tools - You must add automated tests to an unfamiliar legacy module. You don't yet know how many files lack coverage or what their dependencies are; each thing you discover changes what to look at next. Which decomposition strategy fits best?
- ADynamic adaptive decomposition: map the structure first, then generate a prioritized list of subtasks based on what is discovered.
- BA fixed prompt-chaining pipeline applying the same predefined steps to every file.
- CSpawn one subagent per file up front, before knowing which files even exist.
- DA single prompt asking Claude to write all tests for the whole module at once.