Associate
Administrator
Developer
Consultant
Marketing
Architect
Accredited Professional
Sales
Designer
Tableau
Claude

Updated for Summer '26

See our certification path to understand where this certification fits in your career. Below you'll find exam weightage, study tips, and practice questions.

Join 300+ passed this month • Updated for 2026 • No sign-up required

$125 exam • 720/1000 passing score • Free practice

Request full CCAR-F mock exam & study plan

What's New in Summer '26

Major improvements from Spring '26

Dynamic Routes

All 93 certs migrated to [slug] architecture

Mobile First

Optimized for phones, tablets, desktop

Type Safety

Zero TypeScript errors, runtime validation

SEO Improved

Fixed canonicals, better ranking signals

100% Migration Complete: All certification content migrated with enhanced architecture. No content changes—same great info, better experience.

Krishna Mohan — Salesforce certified author

Written and reviewed by Krishna Mohan — ADM-201, PD1, PD2, App Builder & Consultant certified. Updated for Summer '26. Methodology · Contact

Exam Fees & Registration

Exam Fee

$125

One-time registration fee

Retake Fee

$100

If you need to retake the exam

Comparing certs? View all Salesforce exam fees in one place →

Certification Validity

Your Claude Certified Architect – Foundations certification is valid for 3 years from the date you pass the exam. You'll need to maintain your certification through continuing education or retake the exam.

How to Register

Register for the Claude Certified Architect – Foundations (CCAR-F) exam through the official Salesforce certification portal.

Register for Exam
CCAR-F
Advanced

Claude Certified Architect – Foundations – Complete Summer '26 Guide

The Claude Certified Architect – Foundations (CCAR-F) validates your ability to design multi-agent systems, architect MCP integrations, configure Claude Code workflows, and build reliable AI solutions. Anthropic's first official technical certification, launched March 2026 as part of the Claude Partner Network.

60
Questions
720/1000
Passing Score
120 min
Duration
$125
Exam Fee

Exam Topics

Agentic Architecture (27%)Claude Code Configuration (20%)Tool Design & MCP (18%)Prompt EngineeringStructured OutputContext ManagementReliability PatternsOrchestration

Exam Tips

  • 1Study the highest-weight sections first—they have the most questions.
  • 2Use the official Trailhead trailmix; align your study with the exam outline.
  • 3Take timed practice exams to build pacing (about 1.5–2 min per question).
  • 4Review wrong answers and understand why the correct option is right.
  • 5Book the exam when you consistently score 80%+ on practice tests.

Prerequisites

  • Hands-on experience in a Salesforce org
  • Familiarity with the exam outline

Focus Areas

  • Highest-weighted sections
  • Scenario-based questions
  • Setup and configuration

Study Strategy

Prioritize the highest-weighted sections on the exam (see the weightage above).

Use Trailhead, hands-on practice, and full-length practice tests.

Schedule the exam when you consistently score 80%+ and can explain concepts clearly.

Exam Format and First-Attempt Readiness

Most Salesforce exams test scenario-based decisions. For Claude Certified Architect – Foundations, focus on when to use each feature, not just terms.

  • Do timed question sets. Build pacing and confidence.
  • Review why wrong answers are wrong. It improves scenario reasoning.
  • Study high-weight topics first. Then close gaps.
  • Book the exam when your mock scores are steady.

Claude Certified Architect Foundations: Key Concepts for the Exam

Agentic Architecture and Orchestration (27%)

The largest domain on the CCAR-F exam. Design multi-agent systems with task decomposition, hub-and-spoke orchestration models, and subagent coordination. Know agentic loops — how Claude iteratively calls tools, evaluates results, and decides next steps. Understand reliability patterns for autonomous systems: maximum iteration limits, error recovery, human-in-the-loop escalation, and graceful degradation. The exam presents complex system designs and asks you to identify the correct orchestration pattern, failure mode, or scaling strategy.

Tool Design and MCP Integration (18%)

Design Model Context Protocol servers and clients for production use. Know how to define tool schemas that Claude can reliably invoke, manage tool boundaries (what the agent can and cannot do), and choose between SSE and stdio transport based on deployment requirements. Understand authentication patterns for MCP servers, how to handle tool errors gracefully, and when to build an MCP server vs. use direct API integration. The exam tests MCP architecture decisions with real-world scenarios.

Claude Code Configuration and Workflows (20%)

Claude Code is Anthropic's CLI agent for software engineering. Know the CLAUDE.md markdown hierarchy — how project-level, directory-level, and user-level instructions are resolved. Understand custom slash commands, how to configure permissions and hooks, and how to integrate Claude Code into CI/CD pipelines. The exam tests practical configuration scenarios: setting up a Claude Code workflow for a team, managing persistent project context, and automating development tasks.

Prompt Engineering and Structured Output

At the architect level, prompt engineering goes beyond basic instruction writing. Know how to enforce reliability via JSON schemas, design few-shot examples that handle edge cases, and implement validation retry loops for structured output. Understand system prompt architecture for complex applications — how to structure multi-section system prompts, manage context windows effectively, and design prompts that produce consistent results across thousands of invocations.

Context Management and Reliability

Production AI systems must handle long contexts reliably. Know how to preserve relevant context across multi-turn conversations, design handoff patterns between agents, and perform confidence calibration. Understand context window limits, summarization strategies for long conversations, and how to architect systems that degrade gracefully when context is exhausted. The exam tests your ability to design systems that remain reliable at scale.

How to Pass the Claude Certified Architect Foundations Exam

The CCAR-F is a scenario-based exam for technical architects and senior engineers. It tests system design judgment — not code syntax. You need hands-on experience building multi-agent systems, MCP servers, and production Claude Code workflows.

Focus on Agentic Architecture

27% of the exam covers agentic patterns. Build at least one multi-agent system before sitting the exam. Practice task decomposition, hub-and-spoke orchestration, and designing reliability patterns. Know when to use a single agent vs. multiple specialized subagents.

Build MCP Servers

Hands-on MCP experience is essential. Build a server that exposes tools, resources, and prompts. Understand the protocol's transport layer, authentication model, and how to write tool schemas that Claude can invoke reliably. Practice debugging MCP connections.

Master Claude Code Configuration

Set up Claude Code on a real project. Write CLAUDE.md files at different levels, create custom slash commands, configure hooks, and integrate with CI/CD. The exam tests your understanding of the configuration hierarchy and how instructions are resolved.

Study Reliability Patterns

Production AI systems fail differently than traditional software. Study maximum iteration limits for agentic loops, circuit breaker patterns for tool calls, fallback strategies when context windows are exhausted, and monitoring/observability for AI systems.

Practice System Design

The exam presents architectural scenarios and asks you to choose the best design. Practice diagramming AI system architectures, identifying bottlenecks, and designing for scale. Know the trade-offs between latency, cost, reliability, and capability for different architectural choices.

Claude Certified Architect – Foundations Practice Questions (With Explanations)

Test your knowledge with these 10 sample questions.

Question 1

You are designing a customer onboarding agent that needs to collect information, verify documents, and provision accounts. Which orchestration pattern is most appropriate?

Key takeaway: Hub-and-spoke orchestration separates concerns into specialized subagents while maintaining centralized coordination.

Question 2

An MCP server exposes a tool that deletes database records. What is the most important safety measure?

Key takeaway: Destructive operations in MCP tools require defense in depth: human-in-the-loop confirmation prevents unintended deletions, authentication ensures only authorized agents can invoke the tool, audit logging creates accountability, and rate limiting prevents bulk misuse.

Question 3

A project has CLAUDE.md files at the repo root, in a subdirectory, and in the user's home directory. How does Claude Code resolve conflicting instructions?

Key takeaway: Claude Code uses a hierarchical resolution model: user-level CLAUDE.

Question 4

An agentic loop has been running for 30 tool calls without completing its task. What is the best architectural response?

Key takeaway: A circuit breaker pattern is essential for production agentic systems.

Question 5

You need to design a system where Claude processes customer support tickets using three different tools: ticket lookup, knowledge base search, and response generation. What is the most reliable architecture?

Key takeaway: Claude's tool use is most effective when the model can decide the sequence based on context.

Get the Full CCAR-F Question Bank

Most candidates book the exam after scoring 75%+ on full mocks.

If you're planning to test this quarter, aim to complete full mocks at least 10–14 days before your exam date.

Want to ensure you pass on your first try? Request our full 60-question mock exams, a personalized study plan, and pricing details by filling out the contact form. You can also reach out to km.krishnamohan25@gmail.com.

Request Mock Exams & Study Plan

Next Certification After Architect Foundations

After earning the Architect Foundations credential, advance to the professional level:

Claude Certified Architect – Foundations (CCAR-F) Exam FAQs

What is covered on the Claude Certified Architect – Foundations (CCAR-F) exam?
The CCAR-F covers five domains: Agentic Architecture and Orchestration (27%), Claude Code Configuration and Workflows (20%), Tool Design and MCP Integration (18%), Prompt Engineering and Structured Output, and Context Management and Reliability.
Are there free practice questions for the Claude Certified Architect – Foundations (CCAR-F) exam?
Yes. This page includes 15 free sample practice questions with explanations. Use them to test your knowledge before booking the exam.
How do I prepare for the Claude Certified Architect – Foundations (CCAR-F) certification?
Use the exam tips, prerequisites, and study strategy on this page. Focus first on the highest-weighted sections, then take the sample practice questions. Schedule the exam when you consistently score well on practice tests.
Where can I find the official CCAR-F exam guide?
Anthropic publishes the official Claude Certified Architect: Foundations Exam Guide on the Claude Partner Network portal and Pearson VUE. This page aligns with that guide.