Question 93
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 - You must migrate a library used across 45+ files and choose between several plausible refactoring approaches. The codebase is unfamiliar. Which mode should you start in?
- APlanning mode: explore with Read/Grep/Glob, understand dependencies, and produce a plan for approval before changing anything.
- BDirect execution: start editing files immediately and adjust as problems appear.
- CDirect execution with one long up-front instruction covering all 45 files.
- DSkip planning and run a single batch refactor command.