Skip to main content
Anthropic ⭐ Featured

Anthropic Claude Certified Architect – Foundations

By Webmaster Certland English 📝 222 questions 🔄 Updated on June 19, 2026

Practice exam for the Anthropic Claude Certified Architect – Foundations certification. Covers agentic architecture & orchestration, tool design & MCP integration, Claude Code configuration & workflows, prompt engineering & structured output, and context management & reliability.

🛰️

Not sure where to start?

Take the Radar diagnostic first — 5 minutes, AI-generated study plan tailored to your gaps.

Start Radar diagnostic →

See free sample practice questions →

▶ START FREE PREVIEW (5 QUESTIONS)

No account needed · No credit card · See if you're ready

Choose how to get access

Standard

This exam

One-time · lifetime access to this version

  • 222 practice questions
  • Curated study articles
BEST FOR THIS EXAM
Premium

This exam + Coach + Radar

One-time · lifetime access to this version

  • Everything in Standard
  • AI Coach — day-by-day study plan to exam day
  • Radar readiness diagnostic
BEST VALUE
All exams

CertLand Pro

Best if you're sitting more than one cert

  • Every exam (255+) unlocked
  • AI Coach on every exam
  • A free Radar diagnostic every day
  • Cancel anytime

$89.90/yr

An investment of just $7.49/mo · billed yearly

All 255 exams — less than the price of 5 single exams.

$34.90/quarter

Billed every 3 months

Sign in to buy → Compare all plans →

14-day money-back guarantee — not for you? Full refund, no questions asked.

Not sure yet? Try the free 5-question preview below.

Sample Questions — Anthropic Claude Certified Architect – Foundations

5 free sample questions from this practice exam. Correct answers are highlighted.

1. A company is building a long-running data pipeline agent that processes thousands of records over several hours. The agent crashes midway through the process. The team wants to ensure that when the agent restarts, it does not reprocess already-completed records. Which pattern should the architect implement to achieve this?

A Implement a manifest pattern where the agent writes a structured state file after each completed step, recording completed steps and current position, so on restart it can read the manifest and skip already-processed records ✓ Correct
B Store all progress information in the session context by sending status messages after each record, then use --resume to reload the full session on restart and re-read the message history to determine where to continue
C Restart the agent from scratch on every crash and implement idempotent processing so that duplicate records are silently ignored at the destination system
D Use a forked session to isolate the pipeline execution so that if the fork crashes it does not affect the main session, then re-run the fork from the beginning after a crash

2. A team is building an agentic coding assistant using Claude Code hooks. They want to inject contextual feedback after every tool execution — for example, appending linting results after a file write operation. Which hook should they configure, and what can it do?

A Use the PreToolUse hook, which fires after tool execution and allows injecting linting results into the tool's output before Claude sees it.
B Use the PostToolUse hook, which modifies the tool's original output retroactively to include linting results before the result is returned to Claude.
C Use the PostToolUse hook, which fires after a tool execution completes and can inject additional contextual feedback (such as lint results) into the next turn for Claude to consider. ✓ Correct
D There is no hook mechanism; instead, manually check each tool result in the agentic loop code and append linting output to the messages array before the next API call.

3. A company's security team is conducting a review of the development team's MCP server configuration practices. They find that the .mcp.json file in the main repository contains the following entry: { "database-server": { "command": "node", "args": ["server.js"], "env": { "DB_PASSWORD": "prod-secret-abc123" } } }. What is the primary security risk and the recommended remediation?

A The literal DB_PASSWORD value is committed to version control; replace it with ${DB_PASSWORD} so the value is read from the shell environment at runtime ✓ Correct
B The password is stored in plain text; AES-encrypt it and store the encrypted value in the env field instead
C The password should be moved to a .env file in the project root and referenced via a dotenv import in .mcp.json
D Replace the personal developer password with a service account password that has reduced permissions

4. A developer is building an MCP server that provides both a search_documents tool (which performs a full-text search with ranking) and a documents resource (which returns a specific document by URI). A colleague suggests consolidating both into a single tool. Why should the architect keep them as separate MCP primitives?

A Separating them improves performance because resources are cached by MCP clients while tools are not, making document retrieval faster.
B MCP servers cannot expose both tools and resources simultaneously, so they must choose one primitive type and create separate servers for the other.
C Tools represent actions with computation (search with ranking), while resources represent direct data access by URI. Keeping them separate preserves MCP's semantic distinction and gives clients clearer intent. ✓ Correct
D The only difference is the API interface — tools use function calls while resources use URIs. Consolidating them into a tool is technically correct but less convenient.

5. A team maintains a large set of shared coding guidelines in a file called shared_guidelines.md that is 800 lines long. They want their root CLAUDE.md to remain concise but still apply all these guidelines. What is the recommended Claude Code approach?

A Add @import ./shared_guidelines.md to the root CLAUDE.md to include the content without duplicating it. ✓ Correct
B Copy and paste all 800 lines of shared_guidelines.md directly into CLAUDE.md.
C Split shared_guidelines.md into 30 smaller files and @import each one individually.
D Compress the 800 lines into 10 essential bullet points that fit comfortably in CLAUDE.md.

Anthropic Claude Certified Architect – Foundations — Frequently Asked Questions

How many practice questions does the Anthropic Claude Certified Architect – Foundations prep include?

CertLand's Anthropic Claude Certified Architect – Foundations prep includes 222 exam-style questions covering every domain, each with a detailed explanation of why every answer option is correct or incorrect.

What score do I need to pass the Anthropic Claude Certified Architect – Foundations?

The Anthropic Claude Certified Architect – Foundations passing score is 72%. CertLand scores every practice attempt the same way and breaks your results down by domain, so you know exactly where you stand before exam day.

Can I try Anthropic Claude Certified Architect – Foundations questions for free?

Yes. You can answer 5 real Anthropic Claude Certified Architect – Foundations questions free — no account and no credit card needed — and see full explanations on the results page. You can also run a free Radar readiness diagnostic for a personalized study plan.

How much does the official Anthropic Claude Certified Architect – Foundations exam cost?

The official Anthropic Claude Certified Architect – Foundations exam costs about $99. CertLand prep for this exam starts at $9.90 one-time — a fraction of the exam fee you're protecting.

How long is each Anthropic Claude Certified Architect – Foundations practice attempt?

Each full Anthropic Claude Certified Architect – Foundations mock attempt on CertLand is timed at 120 minutes, mirroring real exam conditions so you build the pacing you need to finish on time.

Is there a money-back guarantee?

Yes. Every CertLand purchase is backed by a 14-day money-back guarantee on your first purchase — if the prep isn't right for you, you get a full refund.

Discussion

No comments yet. Be the first to start the discussion!

Sign in to join the discussion.