Question 89
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 monorepo has many packages. The root CLAUDE.md has grown huge because it duplicates testing and coding standards inline. You want each package's CLAUDE.md to pull in only the relevant shared standards without duplication. Which mechanism should you use?
- AThe `@path` import syntax (e.g., `@./standards/testing.md`) to reference shared files modularly.
- BCopy-paste the standards into each package's CLAUDE.md.
- CPut all standards in a single skill and invoke it manually per package.
- DStore standards in `.claude/config.json` and reference by key.