Question 94
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: Claude Code Configuration and Workflows - A clear stack trace points to a single null-check bug in one file, and the fix is obvious and unambiguous. What is the appropriate workflow?
- ADirect execution—the change is small, well-understood, and confined to one file.
- BPlanning mode with a full codebase exploration first.
- CFork the session to compare two ways of adding the null check.
- DSpawn an Explore subagent to map the whole module before fixing.