Claude Academy
Sign in

CCA-F Certification Prep · lesson 1 of 10

Claude Certified Architect — Foundations (CCA-F) Exam Overview

Format

  • Length: 120 minutes.
  • Questions: 60 multiple choice (1 correct, 3 distractors).
  • Scenarios: 4 of 6 scenario types randomly selected per attempt.
  • Proctored: Yes, hosted on Skilljar.
  • Cost: Free for Anthropic Partner Network members.
  • Passing score: Not officially published; community reports ~70–75%.
  • Recommended experience: 6+ months hands-on with Claude API, Claude Code, Agent SDK, MCP.

The five domains

#DomainWeightBrief
1Agentic Architecture & Orchestration27%Multi-agent coordination, task decomposition, session state
2Tool Design & MCP Integration18%Tool descriptions, error responses, MCP servers
3Claude Code Configuration & Workflows20%CLAUDE.md hierarchy, custom skills, CI/CD integration
4Prompt Engineering & Structured Output20%Few-shot, JSON schemas, batch, validation loops
5Context Management & Reliability15%Long conversations, escalation, error handling

The six scenarios (pool of 4 sampled)

#ScenarioAnchor pattern
1Customer Support Resolution AgentRouting + tool use + escalation
2Code Generation with Claude CodePlan mode + CLAUDE.md + slash commands
3Multi-Agent Research SystemOrchestrator-workers + subagents
4Developer Productivity ToolsMCP + tool design + context awareness
5Claude Code in CI/CDPermissions + hooks + non-interactive mode
6Structured Data ExtractionTool-forced output + batch + validation

See cca-scenarios for playbook notes per scenario.

How questions are written

Most questions are scenario-based:

"You are building [system]. Given [constraint], which approach best [objective]?" A. ... B. ... C. ... D. ...

The "obvious" answer is usually wrong by a single trade-off. Memorize when to use each pattern, not just what each is.

Recommended courses

All free on Anthropic Academy (anthropic.skilljar.com):

  1. Claude 101 (foundation; skip if you've used Claude meaningfully)
  2. Building with the Claude API ← biggest cert-prep value
  3. Introduction to Model Context Protocol
  4. MCP Advanced Topics
  5. Claude Code in Action
  6. Introduction to Agent Skills
  7. Introduction to Subagents
  8. Claude in Amazon Bedrock (optional unless AWS-focused)

Study order

See study-plan for a phased plan.

See also