Anthropic CCAR-F 考試概覽:
| 認證廠商: | Anthropic |
| 考試名稱: | Claude Certified Architect – Foundations |
| 考試代碼: | CCAR-F |
| 實際考試題數: | 60 |
| 考試費用: | USD $125 |
| 相關認證: | Claude Certified Architect |
| 證照有效期限: | 12 個月 |
| 考試形式: | 情境題, 選擇題, 每題僅有一個正確答案 |
| 支援語言: | 英文 |
| 考試時間: | 120 minutes |
| 及格分數: | 720/1000 (量尺分數) |
| 範例考題: | Anthropic CCAR-F 範例考題 |
| 考試方式: | 線上監考或 Pearson VUE 考試中心。 |
| 必備條件: | 建議具備約 6 個月以上使用 Claude 和 Anthropic API 建置生產環境應用程式實作經驗的解決方案架構師報考。目前報名需要透過 Anthropic Partner Network 進行存取;無強制要求的先修認證。 |
| 官方大綱網址: | https://anthropic-partners.skilljar.com/claude-certified-architect-foundations-certification |
Anthropic CCAR-F 考試大綱主題:
| 章節 | 權重 | 目標 |
|---|---|---|
| 主題 1: Claude Code 設定與工作流 | 20% | - Claude Code
|
| 主題 2: Agent 架構與協調 | 27% | - Agent 架構模式
|
| 主題 3: 工具設計與 MCP 整合 | 18% | - 工具整合
|
| 主題 4: 提示工程與結構化輸出 | 20% | - 提示設計
|
| 主題 5: 上下文管理與可靠性 | 15% | - 上下文處理
|
最新的 Claude Certified Architect CCAR-F 免費考試真題:
1. Your pipeline reviews every pull request using a single API call with a static prompt containing the diff and the full text of each changed file; unchanged files are not included. Reviews are posted asynchronously and do not block pull-request creation. Developers report that reviews consistently miss bugs involving cross-file interactions--for example, a pull request renames a function's parameters, but the review does not flag callers in other files that still use the old parameter names. Post-release analysis shows that cross-file bugs account for 35% of production incidents from reviewed pull requests. What is the most effective change to your review design?
A) Run parallel review passes for each changed file with its direct dependents included, and then aggregate and deduplicate the findings through a final summarization call.
B) Use static analysis to build a dependency graph of changed code, and then expand the prompt to include every file within two dependency hops of any changed file.
C) Add chain-of-thought instructions asking the model to list all external references in the diff and then reason step by step about how each change might affect callers in other files.
D) Redesign the review as a turn-limited agentic task in which the model can read files and search the codebase through tools, following references to verify cross-file findings.
2. Your multi-agent research pipeline crashed after processing12 of 28 documents. The web search agent had identified relevant sources, the document analyzer had partially completed extraction, and the synthesizer had begun pattern identification. You need to resume processing without repeating work or losing fidelity of prior findings. What state management approach best balances information fidelity with context efficiency when restoring agent state?
A) Index all agent outputs in a shared vector store. When resuming, each agent queries the store using semantic search to retrieve relevant prior findings.
B) Persist the coordinator's conversation log containing all task delegations and responses, providing this to agents when resuming.
C) Have each agent persist a structured export to a known location. On resume, the coordinator loads the manifest and injects relevant state into agent prompts.
D) Have each agent maintain its own persistent state file and reload it independently at the start of each session.
3. Your infrastructure-as-code repository includes Terraform modules (/terraform/), Kubernetes manifests (/kubernetes/), and CI/CD pipeline scripts (/pipelines/). Each requires different conventions, but your single root CLAUDE.md has grown to 500+ lines. When developers work on Kubernetes files, Terraform-specific rules load into context unnecessarily, consuming tokens.
What is the best approach to reorganize so only relevant guidance loads when editing specific file types?
A) Split content into subdirectory CLAUDE.md files (/terraform/CLAUDE.md,
/kubernetes/CLAUDE.md), so Claude loads directory-specific guidance.
B) Create files in .claude/rules/ with YAML frontmatter path-scoping (e.g., paths: ["terraform/**/*"]), loading rules only when editing matching files.
C) Restructure the root CLAUDE.md into clearly labeled sections with headers (e.g, "## Terraform Conventions"), improving organization and readability.
D) Keep the root CLAUDE.md and use @path/to/import syntax to modularly include tool-specific guidance files from separate documents.
4. Users report that final reports sometimes lack depth on specific subtopics. Investigation shows that the document analysis agent frequently identifies gaps - for instance, noting "the retrieved sources discuss API authentication but lack details on token refresh patterns" - but under the current strict pipeline, this insight isn't actionable since search has already completed. What's the most effective architectural change?
A) Have the analysis agent report specific gaps to the coordinator, which triggers targeted searches and re-invokes analysis until sufficient.
B) Add a research planning agent before the search phase that decomposes topics into specific sub- questions.
C) Have the synthesis agent attach confidence scores to each section and flag areas with insufficient coverage for manual review.
D) Have the coordinator review analysis output for gap indicators and re-invoke search with gap- informed queries when gaps are detected.
5. You built an LLM-powered code-review tool that analyzes pull requests and returns structured findings. Each finding is a JSON object containing file_path, line_number, issue_category--such as security or style--and description. Developers can dismiss findings they consider unhelpful, and currently 35% of findings are dismissed. You want to analyze these dismissals to understand what the system is getting wrong and improve the prompts accordingly. What change to the output structure would best support this analysis?
A) Add a detected_pattern field recording the specific code construct that triggered the finding, such as single-letter loop variable.
B) Remove the issue_category field and track dismissal rates only at the individual-finding level.
C) Expand the description field with more detailed explanations of why each issue matters and how it should be fixed.
D) Add a model_confidence field from 0.0 to 1.0 and filter findings below a threshold calibrated against historical dismissal rates.
問題與答案:
| 問題 #1 答案: D | 問題 #2 答案: C | 問題 #3 答案: B | 問題 #4 答案: D | 問題 #5 答案: A |

下載最新試用版
720位客戶反饋
我們對我們的產品非常有信心,所以我們不提供会给客户带去麻煩的產品。








1.171.66.* -
今天通過了我的CCAR-F考試,我使用了你們的題庫在我的考試中,這題庫非常好,對我的幫助很大。