All articles
Practice
14 min read

Ten CCA Foundations-Style Practice Questions, With Explanations

Ten original scenario questions across tool authorization, orchestration, Claude Code enforcement, structured output and context strategy — each with the reasoning behind the best answer.

Before you start

Anthropic publicly describes Claude Certified Architect, Foundations as its first technical certification and as an exam for solution architects building production applications with Claude. Anthropic's public announcement does not disclose the live exam's question count, duration, passing score, price, domain weights, delivery provider, or exact question style. Confirm those details in the current Partner Academy, candidate guide, registration portal, and appointment email.

The questions below are original study questions. They are not copied, recalled, or reconstructed from the live exam. They test production judgment using current Anthropic documentation.

RuleWhat to doWhy it matters
Commit firstPick one option before you reveal the explanation.Reading the rationale first turns a diagnostic into passive reading.
Record confidenceNote whether each answer was certain or a guess.A confident wrong answer is a misconception; a lucky guess is still a gap.
Explain the rejectsSay out loud why each wrong option fails.The live exam separates candidates on plausible distractors, not obvious ones.
Convert to practiceTurn every miss into one small implementation.Architecture judgment is built by shipping, not by re-reading.

What this set covers

#TopicJudgment being tested
1Consequential tool actionsWhere an authorization boundary belongs
2Parallel vs sequential workDependency-aware orchestration
3CLAUDE.md vs enforcementContext guidance vs hard security controls
4Skills vs hooksInvoked workflow vs automatic lifecycle event
5Machine-consumable outputSchema conformance plus semantic validation
6Missing source informationHonest representation of absent data
7Tool authorizationUntrusted model-generated arguments
8MCP capability typeResources vs tools vs prompts
9Rate limit handlingRetry-After, bounded backoff, deadlines
10Prompt cachingStable prefix before dynamic content

Reading your score

ScoreWhat it signalsNext action
9-10Strong on these specific scenarios.Verify you can explain every rejected option, then move to full-length sets.
7-8Principles mostly held, one or two gaps.Review the missed principle and build one small implementation.
5-6Recognition without reliable judgment.Revisit the official documentation below before attempting larger mock sets.
0-4Foundations not yet in place.Build hands-on experience with tools, permissions and structured outputs, then repeat with new questions.

Error log template

Copy this table once per missed question. The Principle column is the part that transfers to the exam.

FieldYour entry
Question
My answer
Correct answer
Why I chose incorrectly
Principle to remember
Official page reviewed
One implementation exercise

Official sources

Keep reading