FEFreeExamDumps.in

Claude Certified Architect

Topic 3

Question 42

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 - Your team’s CLAUDE.md grew beyond 500 lines mixing TypeScript conventions, testing guidance, API patterns, and deployment procedures. Developers find it hard to locate and update the right sections. What approach does Claude Code support to organize project-level instructions into focused topical modules?

  • ADefine a `.claude/config.yaml` mapping file patterns to specific sections inside CLAUDE.md.
  • BCreate separate Markdown files in `.claude/rules/`, each covering one topic (e.g., `testing.md`, `api-conventions.md`).
  • CSplit instructions into README.md files in relevant subdirectories that Claude automatically loads as instructions.
  • DCreate multiple files named CLAUDE.md at different levels of the directory tree, each overriding parent instructions.