↓ Skip to main content
  1. Posts/

Becoming a Claude Architect: 100-Question Practice Quiz — Part 7

·510 words·3 mins· loading · loading ·
Newton Rocha
Author
Newton Rocha
Senior IT professional with 15+ years specializing in Linux systems administration, Bash scripting, and enterprise integration using IBM Sterling technologies (File Gateway, B2B Integrator, Connect:Direct). I write about real production incidents, MFT/middleware tips, infrastructure automation, and how I’m applying AI to IT operations.
Table of Contents
becoming-a-claude-architect - This article is part of a series.
Part 7: This Article

What this is
#

This wraps up the Becoming a Claude Architect series with a self-check: 100 practice questions, 20 per domain, covering everything from Domain 1 — Agentic Architecture & Orchestration through Domain 5 — Context Management & Reliability. Click an answer and you’ll see immediately whether it’s right, with a short explanation either way.

This is an unofficial, AI-assisted study aid — not vetted against the real exam’s style or difficulty. I drafted these questions myself, grounded in the official exam guide’s task statements and the content of Posts 2 through 6 in this series, but Anthropic hasn’t reviewed or endorsed them. Treat this as a way to stress-test your own understanding, not a substitute for the official exam guide or Anthropic’s own prep material.

Stat graphic showing 100 unofficial practice questions across the five Claude Certified Architect – Foundations exam domains, 20 questions per domain, with each domain’s exam weight listed
20 questions per domain, matched to each domain’s share of the real exam

How to use it
#

flowchart LR
    A[Read the question] --> B[Pick an answer]
    B --> C{Correct?}
    C -->|Yes| D[Green check + explanation]
    C -->|No| E[Red X on your pick,
green check on the right one,
+ explanation] D --> F[Move to the next question] E --> G[Re-read the relevant
domain post section] G --> F style D fill:#28c840,stroke:#1c9c30,color:#fff style E fill:#e0524a,stroke:#b3261e,color:#fff

No scoring, no shuffling, no timer — just click through all 20 questions in a domain, in order, and see how you do. If a question trips you up, it names the concept clearly enough in the explanation to go back to that domain’s post for the fuller version.

Domain 1 — Agentic Architecture & Orchestration (27%)
#

Domain 2 — Tool Design & MCP Integration (18%)
#

Domain 3 — Claude Code Configuration & Workflows (20%)
#

Domain 4 — Prompt Engineering & Structured Output (20%)
#

Domain 5 — Context Management & Reliability (15%)
#

Conclusion
#

That’s the series: five domains, thirty-one key points, five diagrams, five charts, and now a hundred questions to check what stuck. The Claude Certified Architect – Foundations exam tests real architectural judgment — when to reach for a subagent versus doing the work inline, how to design a tool description that a model can actually parse correctly, when plan mode earns its overhead, how to guarantee structured output instead of hoping for it, and how to keep a long-running agent honest about what it does and doesn’t know. If this quiz surfaced a gap, the linked domain posts above are the fastest way to close it.

Sources
#

These 100 questions are AI-drafted and AI-checked against the domain posts’ own content and the exam guide; I reviewed them for accuracy and fit, but they haven’t been validated against the real exam’s actual question style or difficulty.

Where this fits
#

Part 7 — the finale — of Becoming a Claude Architect, following Domain 5 — Context Management & Reliability. That’s the full series: Part 1 — Overview through this practice quiz.

becoming-a-claude-architect - This article is part of a series.
Part 7: This Article

Related

Becoming a Claude Architect: Agentic Architecture & Orchestration — Domain 1

What this is about # Domain 1 — Agentic Architecture & Orchestration — is the single heaviest domain on the Claude Certified Architect – Foundations exam, worth 27% on its own. The exam guide breaks it into seven task areas: the agentic loop, multi-agent orchestration, subagent configuration, multi-step workflows, SDK hooks, task decomposition, and session management. That’s a lot of ground, so this post condenses it into the five ideas that actually carry the weight, with the smaller two folded into a quick round-up at the end.

Becoming a Claude Architect: Claude Code Configuration & Workflows — Domain 3

·1027 words·5 mins· loading · loading
What this is about # Domain 3 — Claude Code Configuration & Workflows — ties Prompt Engineering & Structured Output for second-heaviest domain on the Claude Certified Architect – Foundations exam, at 20%. Its six task areas are all about how you set up and drive Claude Code itself: configuration file hierarchy, custom commands and skills, conditional rules, choosing plan mode vs. diving straight in, iterating well, and wiring Claude Code into CI/CD.

Becoming a Claude Architect: Context Management & Reliability — Domain 5

What this is about # Domain 5 — Context Management & Reliability — is the lightest domain on the Claude Certified Architect – Foundations exam at 15%, but its six task areas cover what decides whether a long-running agent stays trustworthy: preserving critical facts across long interactions, knowing when to escalate, letting a multi-agent system recover from failure instead of silently degrading, managing context at scale, and calibrating how much to trust the output.