Anthropic Claude Certified Architect Foundations (CCA-F) - CCA-F 模擬練習

When applying few-shot prompting to improve extraction quality for ambiguous scenarios, what is the optimal number of examples to provide?

正解: A
解説: (PassTest メンバーにのみ表示されます)
During the final synthesis phase, the coordinator receives conflicting statistical data from two different subagents (e.g., verified database vs. outdated PDF). What is the correct architectural pattern for handling this conflict?

正解: D
解説: (PassTest メンバーにのみ表示されます)
To ensure that a model consistently classifies the severity of identified code issues, what is the best prompt engineering technique?

正解: D
解説: (PassTest メンバーにのみ表示されます)
Which configuration ensures Claude will strictly invoke a specific data extraction tool rather than returning conversational text?

正解: B
解説: (PassTest メンバーにのみ表示されます)
When implementing a multi-agent research system for a enterprise application, a coordinator agent must delegate a market analysis task to a specialized subagent. What is the correct approach for passing context to this subagent?

正解: A
解説: (PassTest メンバーにのみ表示されます)
When designing subagents to handle conflicting data from different sources during the final synthesis phase, which of the following are recommended practices? Choose 2 correct answers.

正解: A,C
解説: (PassTest メンバーにのみ表示されます)
A quicktechie.com enterprise organization deploys a managed skill named code- review. A developer also creates a personal skill in ~/. claude/ skills/ with the exact same name code-review.
When the developer requests a review, which skill takes priority?

正解: C
解説: (PassTest メンバーにのみ表示されます)
In a quicktechie.com application, a subagent queries a database for customer records but finds no matches. How should this be reported to the coordinator?

正解: D
解説: (PassTest メンバーにのみ表示されます)
To maintain a clean and modular configuration, you want to split a monolithic CLAUDE.md file into distinct, topic-specific rule files. How can you include these external rule files into your main project configuration?

正解: A
解説: (PassTest メンバーにのみ表示されます)
In a multi-agent research system, subagent A retrieves revenue data from a verified financial database, while subagent B extracts conflicting revenue data from an outdated PDF. How should the system handle this uncertainty before presenting it to a human reviewer?

正解: C
解説: (PassTest メンバーにのみ表示されます)