FEFreeExamDumps.in

Claude Certified Architect

Topic 7

Question 92

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 code-analysis skill produces very verbose output that pollutes the main session, and it should only be allowed to read files (never write or delete). Which SKILL.md frontmatter settings address both needs?

  • A`context: fork` to isolate it in a subagent, and `allowed-tools: ["Read", "Grep", "Glob"]` to restrict capabilities.
  • B`context: main` and `allowed-tools: ["*"]`.
  • C`argument-hint` set to a long description of the analysis.
  • DNo frontmatter; rely on the prompt to tell the skill not to write files.