Question 68
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 code-review agent is asked to review a 14-file pull request in a single pass. It produces detailed comments on the first few files, shallow notes on the rest, and flags a pattern in one file that it approves in identical code in another. How should the workflow be restructured?
- AIncrease `max_tokens` so the single pass can cover all files thoroughly.
- BRun per-file passes for local issues, then a separate integration pass for cross-file concerns.
- CSwitch to a model with a larger context window and keep the single pass.
- DReview only the three largest files, since they usually contain the important changes.