Skip to content

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:

  • Claude Agent SDK — multi-agent orchestration, delegating to subagents, tool integration, lifecycle hooks
  • Claude Code — CLAUDE.md, MCP servers, Agent Skills, planning mode
  • Model Context Protocol (MCP) — tools and resources for backend integration
  • Prompt engineering — JSON schemas, few-shot examples, data extraction templates
  • Context windows — working with long documents, multi-agent context passing
  • CI/CD pipelines — automated code review, test generation
  • Escalation and reliability — error handling, human-in-the-loop

Exam Format

ParameterValue
Question typeMultiple choice (1 correct out of 4)
Scoring100–1000 scale, passing score 720
Guessing penaltyNone (answer every question!)
Scenarios4 out of 6 possible (randomly selected)

Exam Content: 5 Domains

DomainWeight
1. Agent architecture and orchestration27%
2. Tool design and MCP integration18%
3. Claude Code configuration and workflows20%
4. Prompt engineering and structured output20%
5. Context management and reliability15%

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.