Question 41
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: Code Generation with Claude Code - You want to create a custom slash command `/review` that runs your team’s standard code review checklist. It should be available to every developer when they clone or update the repository. Where should you create the command file?
- AIn `~/.claude/commands/` in each developer’s home directory.
- BIn the project repository under `.claude/commands/`.
- CIn `.claude/config.json` as an array of commands.
- DIn the root project CLAUDE.md.