Question 144
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 - Eight hours into investigating a sprawling monolith, the agent's responses become unstable — it contradicts an earlier finding and starts describing "common architectures" rather than the actual modules. You still need accurate, specific answers about the code. What is the best way to keep the investigation reliable?
- AKeep everything in one ever-growing context so nothing is forgotten.
- BRaise `max_tokens` so the model can hold more detail per response.
- CTell the model to try harder and be more specific in its answers.
- DSummarize key findings to a scratchpad, then spawn focused subagents for specific questions while the main agent coordinates.