Vault / raw/2026-05-28-cca-f-overview.md
CCA-F overview (raw)
Exam basics
- Name: Claude Certified Architect — Foundations (CCA-F)
- Launched: 2026-03-12. Anthropic's first official technical certification.
- Length: ~120 minutes, proctored, 60 multiple-choice questions, hosted on Skilljar.
- Recommended experience: 6+ months hands-on with the Claude API, Claude Code, Agent SDK, and MCP.
- Question style: 1 correct + 3 distractors. 4 scenarios per test, randomly sampled from a 6-scenario pool.
5 Domains (with weights)
- Agentic Architecture & Orchestration — 27% — multi-agent coordination, task decomposition, session state.
- Tool Design & MCP Integration — 18% — tool descriptions, error responses, MCP servers.
- Claude Code Configuration & Workflows — 20% — CLAUDE.md hierarchy, custom skills, CI/CD.
- Prompt Engineering & Structured Output — 20% — few-shot, JSON schemas, batches, validation loops.
- Context Management & Reliability — 15% — long conversations, escalation, error handling, CALM framework, cache_control breakpoints, conversation compaction, token budgets.
6 Scenarios (test pool)
- Customer Support Resolution Agent
- Code Generation with Claude Code
- Multi-Agent Research System
- Developer Productivity Tools
- Claude Code in CI/CD
- Structured Data Extraction
Learning-path courses
- Claude 101 (beginner)
- Building with the Claude API (most comprehensive cert-prep course)
- Claude in Amazon Bedrock
- Introduction to Model Context Protocol
- Claude Code in Action
- Introduction to Agent Skills
- Introduction to Subagents
- Model Context Protocol: Advanced Topics
Courses are free on Anthropic Academy (Skilljar). Launched 2026-03-02.
11 community study domains (daronyondem study guide)
- API fundamentals & output control (stateless requests, tool_choice, structured outputs, response prefill)
- Tool interface design for LLM agents (parameter design, structured output, composition, confirmation)
- Error handling in agent tools (transient vs permanent, structured errors, uncertain state, MCP patterns)
- Structured data extraction & validation (schemas, nullability, semantic validation, provenance, human review)
- Conversation context management (progressive summarization, state objects, retrieval, stale data)
- System prompt engineering (structure, principles vs conditionals, dilution, few-shot)
- MCP (tools, resources, prompts, trust model, descriptions, scopes)
- Agentic patterns (prompt chaining, routing, orchestrator-workers, subagents, provenance)
- Customer service workflow (escalation, compliance, graceful degradation, handoff)
- Claude Code & Agent SDK (built-in tools, plan mode, sessions, memory, slash commands, hooks)
- Evaluation & batch processing (validation, false-positive reduction, Message Batches, cost/latency)