FEFreeExamDumps.in

Claude Certified Architect

Topic 7

Question 90

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 - Test files are scattered across many directories. You want a testing convention to load automatically only when Claude Code edits a test file, without bloating context for unrelated work. What is the best approach?

  • AA `.claude/rules/` file with YAML frontmatter `paths: ["**/*.test.ts", "**/*.test.tsx"]`.
  • BA directory-level CLAUDE.md placed in one tests folder.
  • CAll testing rules in the root CLAUDE.md so they always load.
  • DA skill that the developer must remember to run before editing tests.