Question 88
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 new team member clones the repo but Claude Code doesn't apply the project's coding standards. Investigation shows the standards were written in the senior developer's `~/.claude/CLAUDE.md`. What is the fix?
- AMove the standards into the project's `.claude/CLAUDE.md` (or root `CLAUDE.md`) so they are shared via version control.
- BAsk every team member to copy the senior developer's `~/.claude/CLAUDE.md`.
- CPut the standards in `.claude/config.json`.
- DLeave it; user-level CLAUDE.md applies to the whole team automatically.