Home Practical Test Docs PDF

Claude Certified Architect — Foundations Certification

Study Guide (Based on the Official Exam Guide)


Introduction

The Claude Certified Architect — Foundations certification confirms that a specialist can make sound trade-off decisions when implementing real-world Claude-based solutions. The exam assesses foundational knowledge of Claude Code, the Claude Agent SDK, the Claude API, and the Model Context Protocol (MCP)—the core technologies for building production applications with Claude.

The exam questions are based on realistic industry scenarios: building agentic systems for customer support, designing multi-agent research pipelines, integrating Claude Code into CI/CD, creating developer productivity tools, and extracting structured data from unstructured documents.


Target Candidate

The ideal candidate is a solution architect who designs and ships production applications with Claude. You should have at least 6 months of hands-on experience with:


Exam Format

Parameter Value
Question type Multiple choice (1 correct out of 4)
Scoring 100–1000 scale, passing score 720
Guessing penalty None (answer every question!)
Scenarios 4 out of 6 possible (randomly selected)

Exam Content: 5 Domains

Domain Weight
1. Agent architecture and orchestration 27%
2. Tool design and MCP integration 18%
3. Claude Code configuration and workflows 20%
4. Prompt engineering and structured output 20%
5. Context management and reliability 15%

Exam Scenarios

Scenario 1: Customer Support Agent

You build an agent to handle returns, billing disputes, and account issues using the Claude Agent SDK. The agent uses MCP tools (get_customer, lookup_order, process_refund, escalate_to_human). The target is 80%+ first-contact resolution with appropriate escalation.

Scenario 2: Code Generation with Claude Code

You use Claude Code to accelerate development: code generation, refactoring, debugging, documentation. You need to integrate it with custom slash commands and CLAUDE.md configuration, and understand when to use planning mode.

Scenario 3: Multi-Agent Research System

A coordinator agent delegates tasks to specialized subagents: web research, document analysis, synthesis, and report generation. The system must produce complete reports with citations.

Scenario 4: Developer Productivity Tools

The agent helps engineers explore unfamiliar codebases, generate boilerplate code, and automate routine tasks. Built-in tools (Read, Write, Bash, Grep, Glob) and MCP servers are used.

Scenario 5: Claude Code for Continuous Integration

Integrate Claude Code into a CI/CD pipeline for automated code reviews, test generation, and pull request feedback. Prompts must be designed to minimize false positives.

Scenario 6: Structured Data Extraction

The system extracts information from unstructured documents, validates output with JSON schemas, and maintains high accuracy. It must correctly handle edge cases.


Official Documentation

Resource URL
Claude API — Messages https://platform.claude.com/docs/en/api/messages
Claude API — Tool Use https://platform.claude.com/docs/en/build-with-claude/tool-use
Claude API — Message Batches https://platform.claude.com/docs/en/build-with-claude/message-batches
Claude Agent SDK — Overview https://platform.claude.com/docs/en/agent-sdk/overview
Claude Agent SDK — Hooks https://platform.claude.com/docs/en/agent-sdk/hooks
Claude Agent SDK — Subagents https://platform.claude.com/docs/en/agent-sdk/subagents
Claude Agent SDK — Sessions https://platform.claude.com/docs/en/agent-sdk/sessions
Model Context Protocol (MCP) https://modelcontextprotocol.io/
MCP — Tools https://modelcontextprotocol.io/docs/concepts/tools
MCP — Resources https://modelcontextprotocol.io/docs/concepts/resources
MCP — Servers https://modelcontextprotocol.io/docs/concepts/servers
Claude Code — Documentation https://code.claude.com/docs/en/overview
Claude Code — CLAUDE.md and Memory https://code.claude.com/docs/en/memory
Claude Code — Skills (incl. slash commands) https://code.claude.com/docs/en/skills
Claude Code — Hooks https://code.claude.com/docs/en/hooks
Claude Code — Sub-agents https://code.claude.com/docs/en/sub-agents
Claude Code — MCP Integration https://code.claude.com/docs/en/mcp
Claude Code — GitHub Actions CI/CD https://code.claude.com/docs/en/github-actions
Claude Code — GitLab CI/CD https://code.claude.com/docs/en/gitlab-ci-cd
Claude Code — Headless (non-interactive mode) https://code.claude.com/docs/en/headless
Prompt Engineering Guide https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/overview
Extended Thinking https://platform.claude.com/docs/en/build-with-claude/extended-thinking
Anthropic Cookbook (code examples) https://github.com/anthropics/anthropic-cookbook