Anthropic Claude Certification Program
Exam Code: CCAR-F · Foundations Level

Certify the Systems You Already Design

You already make the calls this exam asks about — where to put a tool boundary, when context is the bottleneck, what fails first under load. The gap is that nobody outside your team has seen you make them. CCAR-F is scenario-based for exactly that reason: 5 domains, 60 items across 4 real-world scenarios, 120 minutes. This is the structured path to it.

  • Exam-blueprint aligned across all 5 domains
  • Quick Recap Guide included for the entire blueprint
  • 10 blueprint-aligned practice test sets with answers
  • Free updates when Anthropic updates the blueprint
  • Independent prep · Not official Anthropic training
  • Lifetime access · instant on enrol
✓ Fully Live$29 USD📚 Instant Access
Independent exam preparation program. This is an independent exam preparation program by Manifold AI Learning. Claude, Anthropic, and the Claude Certification Program are trademarks of Anthropic PBC. This course is not official Anthropic training and does not guarantee certification.
🏆 The Prep Bundle

10 blueprint-aligned practice test sets + Quick Recap Guide, together in one premium prep asset.

Part 1 · Practice Prep
Quick Recap Guide
Structured, blueprint-aligned walkthroughs across every domain, weighted by exam importance.
Part 2 · Practice Tests
10 Full-Length Practice Test Sets
Exam-style questions across all 5 domains with detailed answer rationale.
CCAR-F
Exam Code
60
Exam Items
5
Domains
10
Practice Test Sets
🏹 Now Live:Fully Live· Premium prep · Instant lifetime access on enrol
Exam At A Glance

Claude Certified Architect — Foundations (CCAR-F)

All facts sourced from the official Anthropic Claude Certification Program exam guide.

Exam Code
CCAR-F
Items
60
Multiple-choice / multi-response
Time
120 min
Passing Score
720 / 1000
Delivery
Pearson VUE
Online or test-center
Validity
12 months
Official Fee
$125 USD
Paid to Pearson VUE
Blueprint Domains
5 domains
Blueprint Coverage

Every Domain, Every Task Statement

You will know which of the 5 domains your own design work already covers and which one needs deliberate study. Coverage maps to the domain weights in the official Anthropic exam guide — nothing skipped, nothing invented.

D1

Agentic Architecture & Orchestration

27%

Agentic loops (stop_reason handling), multi-agent coordinator-subagent orchestration, subagent invocation and context passing, multi-step workflows with hooks and prerequisite gates, task decomposition strategies, session state (resume/fork).

D2

Tool Design & MCP Integration

18%

Effective tool interfaces (descriptions, boundaries, error metadata isError + errorCategory + isRetryable), tool distribution across agents, tool_choice configuration (auto/any/forced).

D3

Claude Code Configuration & Workflows

20%

Claude Code integration for team workflows — CLAUDE.md files, Agent Skills, MCP server integrations, custom slash commands, plan mode vs direct execution, CI/CD integration.

D4

Prompt Engineering & Structured Output

20%

Engineering prompts for reliable structured output — JSON schemas, few-shot examples, extraction patterns for unstructured documents.

D5

Context Management & Reliability

15%

Managing context windows across long documents, multi-turn conversations, multi-agent handoffs, escalation and reliability decisions (error handling, human-in-the-loop, self-evaluation).

Aligned with the exam guide: the domain names, weights, and topic breakdowns above match the Anthropic exam guide for CCAR-F version 1.0 (Effective July 2026). If Anthropic updates the blueprint, you receive a free content refresh.
Scenario Bank

Scenario-Based Exam — 4 of 6 Scenarios

The exam draws 4 real-world scenarios at random from a bank of 6, per the official exam guide. You will have worked through all 6 scenarios, so whichever four come up, none of them is new.

  1. Customer Support Resolution Agent
  2. Code Generation with Claude Code
  3. Multi-Agent Research System
  4. Developer Productivity with Claude
  5. Claude Code for Continuous Integration
  6. Structured Data Extraction

Every scenario walkthrough maps back to primary blueprint domains and the specific task statements those questions target.

What You Walk Out With

Scenarios Under Timing, Recap On Demand.

Sit 10 full-length sets until the clock stops being the hard part, then use the Quick Recap Guide to close whatever the results expose — every domain condensed into decision-ready notes. Both included — fully live now.

Part 1 · Quick Recap Guide

Quick Recap Guide

Structured, blueprint-aligned quick recap guide walkthroughs covering all 5 content domains at the depth reflected by the official exam weights. Every concept mapped back to the task statement it teaches.

Format
Recap Guide
Coverage
All 5 domains
Access
Self-paced
Updates
Free on blueprint change
Part 2 · Practice Tests

10 Blueprint-Aligned Practice Test Sets

Ten full-length practice test sets written to match the Anthropic exam item style, cognitive level, and domain weight distribution. Every question has a detailed answer rationale so you learn the reasoning, not just the answer.

Count
10 test sets
Style
Exam-aligned
Rationale
Every question
Purpose
Readiness check

Both assets ship together in one premium prep. Free updates when Anthropic publishes a new version of the CCAR-F blueprint.

Fit Check

Is This Right for You?

Two lists. Read both honestly — a five-minute check now saves weeks later.

check_circle Built for you if you are

  • You are a solution architect, AI/ML engineer, or technical lead building Claude-powered production applications
  • You have 6+ months of practical experience with Claude APIs, Agent SDK, Claude Code, and MCP
  • You have shipped or are shipping agentic systems, multi-agent research pipelines, or Claude Code CI/CD integrations
  • You want a scenario-driven prep path for CCAR-F (4 scenarios drawn from a bank of 6)
  • You want to master coordinator-subagent orchestration, hooks, session forking, and MCP tool design
  • You want structured, blueprint-aligned coverage of every task statement

block Not the right fit if you are

  • You are a Claude business user — see the Claude Associate Foundations prep instead
  • You are a developer without architecture / agentic system responsibility — see Developer Foundations prep
  • You have not built at least one non-trivial Claude application
  • You expect official Anthropic training
  • You expect a guarantee of passing CCAR-F
  • You expect a general LLM overview without Claude-specific depth
Outcomes

What You Will Be Able To Do

By exam day you can defend every capability the Anthropic exam guide lists for this credential, and back each one with a system you have actually shipped.

Design and implement agentic loops for autonomous task execution

Orchestrate multi-agent systems with coordinator-subagent patterns and hub-and-spoke architecture

Configure subagent invocation, context passing, spawning, and parallel Task tool calls

Implement multi-step workflows with programmatic enforcement, prerequisite gates, and handoff patterns

Apply Agent SDK hooks (PostToolUse, tool-call interception) for compliance and data normalization

Design task decomposition strategies — prompt chaining vs adaptive decomposition

Manage session state, --resume, fork_session, and reliable session hand-off

Design tool interfaces with clear descriptions, structured error responses, and appropriate tool distribution

Configure Claude Code for team workflows — CLAUDE.md, Agent Skills, MCP server integrations, plan mode

Engineer prompts for structured JSON output — schemas, few-shot examples, extraction patterns

Question Style

Real-World, Applied, Scenario-Anchored

Illustrative question themes drawn from the exam guide, showing the cognitive level our practice tests are written to match.

Every practice question is grounded in a realistic Claude usage scenario. Sample themes drawn from the official exam guide include:

  • quizDesigning a customer-support resolution agent with MCP tools (get_customer, lookup_order, process_refund, escalate_to_human) targeting 80%+ first-contact resolution
  • quizOrchestrating a multi-agent research system where a coordinator delegates to search/analyze/synthesize/report subagents
  • quizIntegrating Claude Code into CI/CD for automated code reviews with actionable feedback and minimized false positives
  • quizExtracting structured data from unstructured documents with JSON schema validation and edge-case handling
Premium Prep

Your Next Step: CCAR-F

All practice tests are fully live. Premium, blueprint-aligned prep with instant portal access on enrol.

✓ Fully Live
Claude Certified Architect — Foundations Prep

10 blueprint-aligned practice test sets + Quick Recap Guide. Free updates when Anthropic updates the blueprint. Independent prep by Manifold AI Learning.

India
Premium · one-time
International
$29 USD
Premium · one-time
  • A Quick Recap Guide covering all 5 blueprint domains
  • 10 blueprint-aligned full-length practice test sets with detailed rationale — all live
  • Free content updates when Anthropic updates the CCAR-F blueprint
  • Instant lifetime portal access on enrol — fully live
  • Independent, exam-guide-aligned preparation program
  • Community access · Q&A support
Start Your CCAR-F Prep — Instant Access →

Premium exam prep pricing. Not official Anthropic training. Does not guarantee certification. Official exam fee is paid separately to Pearson VUE per Anthropic's certification policy.

Full Disclaimer

This is an independent exam preparation program by Manifold AI Learning. Claude, Anthropic, and the Claude Certification Program are trademarks of Anthropic PBC. This course is not official Anthropic training and does not guarantee certification. The official CCAR-F exam fee ($125 USD) is a separate payment to Pearson VUE and is not included in this prep bundle. Blueprint accuracy is based on the exam guide version 1.0 effective July 2026; if Anthropic updates the blueprint, you will receive a free content refresh.

FAQ

Common Questions

Is this official Anthropic training?

No. This is an independent exam preparation program by Manifold AI Learning. Claude, Anthropic, and the Claude Certification Program are trademarks of Anthropic PBC. You should review the official Anthropic exam guide and register for the exam directly through the Anthropic Partner Academy and Pearson VUE.

Does this guarantee I will pass CCAR-F?

No. This program is designed to support structured preparation aligned to the published blueprint, but certification outcome depends on your own preparation, background, and Anthropic's actual exam requirements at the time of your attempt.

What exactly is included?

You get the full exam prep quick recap guide covering every domain in the CCAR-F blueprint, plus 10 blueprint-aligned full-length practice test sets with detailed answer rationale. You also get free updates when the blueprint changes.

When do I get access?

Instant portal access on enrol. All 10 practice test sets and the Quick Recap Guide are live now — start preparing immediately after payment.

Why is this priced lower than the official exam fee?

This is a prep-only program, not the official exam. Anthropic charges the $125 USD fee for the actual CCAR-F exam through Pearson VUE. Our prep bundle sits alongside it — helping you get ready before you sit for the real exam.

What if Anthropic updates the CCAR-F blueprint?

You get free content updates. If Anthropic publishes a new version of the exam guide with revised domain weights, task statements, or scope, we refresh the practice test sets and Quick Recap Guide and you receive them at no additional cost.

Do I need prior Claude experience?

The Anthropic exam guide's recommended experience says: Solution architects, AI/ML engineers, technical leads building production applications with Claude. Prerequisites are recommended but not mandatory — Anthropic awards the credential based on exam performance alone.

How do I register for the actual exam?

Registration is handled directly through the Anthropic Partner Academy and Pearson VUE. Our program prepares you for the exam — the actual booking and delivery is with Anthropic's official partners.

CCAR-F Is a Step. Not the Destination.

A Quick Recap Guide across all 5 domains + 10 exam-style practice test sets. Free updates when Anthropic updates the blueprint. Independent prep by Manifold AI Learning. The credential proves the vocabulary; the Forward Deployed AI Engineer Residency — founding cohort starts 1 September 2026 — is where you put it in front of a client.

Start Your CCAR-F Prep — Instant Access →
Systems ship. Demos don't. — Manifold AI Learning
CCAR-F · Claude Certified Architect — Foundations Prep · Recap Guide + 10 Practice Test Sets · $29 USD FULLY LIVE
Enrol Now →