Good certification questions do not make the wrong answers stupid.

That is especially true for the Claude Certified Architect Foundations exam. The distractors often sound like things a busy team would actually try: add a stronger prompt, retry the call, give the agent more context, expose another tool, let Claude Code handle more of the workflow.

Those answers are tempting because they contain a piece of truth.

The problem is the boundary they cross.

The almost-right answer

An almost-right answer usually improves one part of the system while making the architecture less safe.

It may make the agent more capable but less bounded. It may make the workflow faster but harder to review. It may reduce friction while quietly removing the human gate. It may add context but mix trusted facts with model-generated guesses.

In a scenario exam, that tradeoff matters.

The right answer often feels less exciting. It narrows the tool. It returns structured errors. It stops a loop. It asks for approval. It makes the state explicit. It moves a vague instruction into a contract the system can enforce.

That is the point.

A simple distractor test

When an answer sounds plausible, ask what it would make worse.

  • Does it increase the agent’s authority without a matching control?
  • Does it hide uncertainty instead of exposing it?
  • Does it rely on the model to remember a rule that the system should enforce?
  • Does it retry without changing the failure condition?
  • Does it give a subagent more work without giving it the facts needed to do the work?
  • Does it produce output without evidence someone can review later?

If the answer improves fluency but weakens control, be suspicious.

Why this matters beyond the exam

This is not just test technique. It is how real agent systems fail.

A team under delivery pressure will often choose the answer that gets the demo moving again. The exam is asking for the answer that keeps the system safe when the demo becomes a workflow people depend on.

That is a more useful skill than memorising product names.

My new Leanpub book, Architect the Agent: The CCA-F Certification Guide, spends a lot of time on this exact move: why the other answer fails. If you are preparing for the Claude Architect exam, the guide is live here.