Anthropic CCAR-F Exam Overview:
| Certification Vendor: | Anthropic |
|---|---|
| Exam Name: | Claude Certified Architect – Foundations |
| Exam Number: | CCAR-F |
| Exam Price: | USD $125 |
| Available Languages: | English |
| Certificate Validity Period: | 12 months |
| Related Certifications: | Claude Certified Architect |
| Real Exam Qty: | 60 |
| Exam Duration: | 120 minutes |
| Passing Score: | 720/1000 (scaled score) |
| Exam Format: | Scenario-based, 1 correct answer per question, Multiple Choice |
| Sample Questions: | Anthropic CCAR-F Sample Questions |
| Exam Way: | Online proctored or Pearson VUE test center. |
| Pre Condition: | Recommended for solution architects with approximately 6+ months of hands-on experience building production applications using Claude and the Anthropic API. Registration currently requires access through the Anthropic Partner Network; no mandatory prerequisite certification. |
| Official Syllabus URL: | https://anthropic-partners.skilljar.com/claude-certified-architect-foundations-certification |
Anthropic CCAR-F Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Topic 1: Agentic Architecture & Orchestration | 27% | - Agentic architecture patterns
|
| Topic 2: Prompt Engineering & Structured Output | 20% | - Prompt design
|
| Topic 3: Context Management & Reliability | 15% | - Context handling
|
| Topic 4: Tool Design & MCP Integration | 18% | - Tool integration
|
| Topic 5: Claude Code Configuration & Workflows | 20% | - Claude Code
|
Anthropic Claude Certified Architect - Foundations Sample Questions:
Question 1
You are building a structured data extraction system using Claude. The system extracts information from unstructured documents, validates the output using JavaScript Object Notation (JSON) schemas, and maintains high accuracy. It must handle edge cases gracefully and integrate with downstream systems.
Your extraction pipeline validates outputs against JSON schemas, but you need to implement human review given limited reviewer capacity (they can handle approximately 5% of total extraction volume).
What's the most effective basis for selecting which extractions to route for human review?
A. Route extractions for review only when downstream systems report data quality issues or processing failures.
B. Route extractions containing specific high-priority entity types (e.g., financial figures, dates) for human review, regardless of extraction confidence.
C. Route extractions where the model indicates low confidence or where source documents contain ambiguous or contradictory information.
D. Randomly sample 5% of extractions for review.
Question 2
You are using Claude Code to accelerate software development. Your team uses it for code generation, refactoring, debugging, and documentation. You need to integrate it into your development workflow with custom slash commands, CLAUDE.md configurations, and understand when to use plan mode vs direct execution.
Your team wants Claude to follow a detailed code review checklist (8 items covering API changes, test coverage, documentation, security, etc.) when reviewing pull requests. The team also uses Claude extensively for other tasks: writing new features, debugging production issues, and generating documentation. Currently, developers paste the checklist at the start of each review session. Which approach best addresses this workflow need?
A. Add the checklist to the project's CLAUDE.md file under a "Code Review" section.
B. Create a /review slash command containing the checklist, invoked when starting reviews.
C. Create a dedicated review subagent with the checklist embedded in its configuration.
D. Configure plan mode as the default for code review sessions.
Question 3
Why is evaluation important after deploying a Claude application?
A. It measures response quality against defined objectives.
B. It increases context size.
C. It permanently changes model parameters.
D. It reduces network latency.
Question 4
The coordinator agent has AgentDefinitions configured for all four specialized subagents, each with appropriate descriptions, prompts, and tool restrictions. During testing, you notice the coordinator correctly reasons about when to delegate - it generates messages like "I'll ask the web search agent to find sources on this topic" - but no subagent execution ever occurs. The coordinator then proceeds as if the delegation happened and continues with incomplete information. Logs show no errors. What is the most likely cause?
A. The coordinator's allowedTools configuration doesn't include "Task", so while it can reason about delegation, it cannot invoke the tool required to spawn subagents.
B. Subagent context isolation means task descriptions from the coordinator don't automatically reach subagents; you need to configure explicit context forwarding in ClaudeAgentOptions.
C. The AgentDefinitions are configured correctly, but the coordinator's system prompt doesn't explicitly list the available subagent types, preventing the model from knowing they can be invoked.
D. The coordinator's max_tokens setting is too low, causing the Task tool invocation to be truncated before the subagent type parameter can be specified.
Question 5
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. Persist the coordinator's conversation log containing all task delegations and responses, providing this to agents when resuming.
B. Index all agent outputs in a shared vector store. When resuming, each agent queries the store using semantic search to retrieve relevant prior findings.
C. Have each agent maintain its own persistent state file and reload it independently at the start of each session.
D. 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.
Solutions:
| Question 1 Answer: C | Question 2 Answer: B | Question 3 Answer: A | Question 4 Answer: A | Question 5 Answer: D |
We're so confident of our products that we provide no hassle product exchange.


By Tina

