ANTHROPIC · CCA-F

Anthropic CCA-F Exam Practice Questions

85 questionsPDF by emailUpdated September 2026

US$39

Try 10 questions free

Card, Apple Pay or Google Pay. Your PDF is sent by email as soon as you check out.

Pass or your money backFail the exam after using this pack and we refund it. How the guarantee works
Category:
TRY BEFORE YOU BUY

Three of the 85 questions in this pack

Question 1

The synthesis agent receives summarized findings from the web search and document analysis agents, then passes a consolidated summary to the report generator. During testing, you discover the generated reports make factual claims without proper citations – the report generator cannot attribute statements to their original sources because that metadata was lost during the summarization steps.

What’s the most effective approach to ensure proper source attribution in the final reports?

  1. Have the report generator query the web search agent to re-locate sources for claims in the final report.
  2. Have each agent output structured data separating content summaries from source metadata (URLs, document names, page numbers).
  3. Skip summarization and pass full raw outputs from web search and document analysis directly to the report generator.
  4. Instruct the synthesis agent to embed source references inline within its summary text using a consistent citation format.
Show answer and explanation

Correct answer: B. Have each agent output structured data separating content summaries from source metadata (URLs, document names, page numbers).

content summaries from source metadata (URLs, document names, page numbers). Structured data separation ensures that content summaries and source metadata (URLs, document names, page numbers) flow together through the pipeline without being lost during summarization. When each agent outputs both content and metadata as distinct fields, the synthesis agent and report generator can maintain the link between claims and their origins. Option A creates unnecessary redundant work by re-querying sources that were already found. Option C eliminates the efficiency gains of summarization and overwhelms the report generator with irrelevant detail. Option D embeds citations as text strings, which are easily lost or corrupted when downstream agents process or re- summarize the content.

Why the other options are wrong

  • A. Re-querying the web search agent wastes computational resources and doesn't solve the root cause of metadata loss during summarization.
  • C. Passing raw 120K token outputs defeats the purpose of the summarization pipeline and exceeds context windows inefficiently.
  • D. Inline text citations are fragile; they degrade when content is re-summarized or reformatted by downstream agents.

Question 2

After the web search agent finds 25 sources (120K tokens of raw content), the document analysis agent extracts key insights (15K tokens), and the synthesis agent produces a coherent narrative draft (3K tokens), the coordinator must pass context to the report generation agent for the final output with proper source citations.

What context-passing strategy provides the best balance of completeness and efficiency?

  1. Pass the full accumulated context from all prior agents.
  2. Pass the synthesis draft along with a structured source index that maps key claims to their source URLs and relevant excerpts.
  3. Pass only the synthesis draft and have a separate post-processing pipeline match claims to sources and insert citations after the report is generated.
  4. Pass a condensed summary of all prior stages that preserves the main findings and attributes them to sources by name only.
Show answer and explanation

Correct answer: B. Pass the synthesis draft along with a structured source index that maps key claims to their source URLs and relevant excerpts.

source index that maps key claims to their source URLs and relevant excerpts. Passing the synthesis draft (3K tokens) alongside a structured source index maintains both completeness and efficiency. The synthesis draft provides the coherent narrative the report generator needs, while the index, mapping key claims to source URLs and relevant excerpts, enables proper citation without requiring the full 120K tokens of raw content or the 15K tokens of intermediate extracts. This approach preserves fidelity by keeping source context linked to specific claims. Option A wastes tokens by passing all accumulated context when only the final synthesis is needed for narrative flow. Option C risks lost citations because post-processing cannot reliably recover source intent from finished prose. Option D loses methodological detail by attributing findings only by source name, making it impossible to cite specific evidence or methodologies.

Why the other options are wrong

  • A. Passing all 138K prior tokens is inefficient and provides information irrelevant to report generation.
  • C. Post-processing citation matching is unreliable; claims may be paraphrased or combined in ways that obscure their original sources.
  • D. Attribution by name only prevents citation of specific methodologies, data points, or evidence supporting claims.

Question 3

Your multi-agent research pipeline crashed after processing12 of 28 documents. The web search agent had identified relevant sources, the document analyzer had partially

completed extraction, and the synthesizer had begun pattern identification. You need to resume processing without repeating work or losing fidelity of prior findings.

What state management approach best balances information fidelity with context efficiency when restoring agent state?

  1. Have each agent persist a structured export to a known location. On resume, the coordinator loads the manifest and injects relevant state into agent prompts.
  2. Index all agent outputs in a shared vector store. When resuming, each agent queries the store using semantic search to retrieve relevant prior findings.
  3. Have each agent maintain its own persistent state file and reload it independently at the start of each session.
  4. Persist the coordinator’s conversation log containing all task delegations and responses, providing this to agents when resuming.
Show answer and explanation

Correct answer: A. Have each agent persist a structured export to a known location. On resume, the coordinator loads the manifest and injects relevant state into agent prompts.

known location. On resume, the coordinator loads the manifest and injects relevant state into agent prompts. Having each agent persist structured exports to a known location and injecting relevant state via prompts when resuming provides a balance between fidelity and efficiency. The coordinator loads a manifest of completed work and shares only the pertinent prior findings with each agent through its instructions, avoiding redundant processing while preserving the context needed to continue accurately. This approach maintains research quality without forcing agents to reprocess 12 completed documents. Option B introduces semantic search approximation, which can lose precision in technical research contexts. Option C allows agents to independently reload state without coordinator awareness, risking inconsistent resumption or duplicate work. Option D relies on conversation logs, which are verbose and do not provide structured data easily consumable by agent prompts.

Why the other options are wrong

  • B. Semantic search can conflate similar findings and may retrieve approximate rather than exact prior work, reducing fidelity.
  • C. Independent state reloading bypasses the coordinator's control and risks uncoordinated, inconsistent processing.
  • D. Conversation logs are unstructured, verbose, and difficult for agents to parse into actionable prior findings.

See all 10 free questions Get the full pack, US$39

85 practice questions for Anthropic Claude Certified Architect, Foundations (CCA-F), with full explanations.

Every question comes with the correct answer, the reasoning behind it, and a note on why each wrong option is wrong. Work through it once with the answers, then again with the questions-only copy under exam conditions.

  • 85 questions across all four CCA-F exam areas
  • Answers and explanations for every question, including the wrong options
  • A questions-only PDF for timed practice runs
  • Instant delivery by email the moment you check out
  • Free monthly updates for as long as the exam is live
  • Pass or your money back

The exam itself costs US$125. This pack is US$39, paid once, and refunded if you fail.

Try 10 questions free before you buy.

Last updated September 2026 · 85 questions

What makes the CCA-F hard

CCA-F is a technical certification for Claude Partner Network partners, taken through the Anthropic Partner Academy. If you are not covered by a partner organisation, confirm your eligibility with Anthropic before buying this or any other CCA-F preparation.

This is an architect exam, so the questions are rarely about what a parameter does. They are closer to: here is a system that keeps failing, what is the right fix, and every wrong option is something that would technically work. A long-running agent runs out of context and you choose between summarising the history, spawning a subagent or writing state out to a file. A tool call returns a stop reason you did not expect. An MCP server exposes forty tools and the model keeps reaching for the wrong one. Every option is defensible; one is the answer.

That is the part you cannot revise from documentation, because the docs describe each feature on its own and the exam only asks about the trade-offs between them. Seeing the practice questions first is what makes the difference.

About the exam

Claude Certified Architect, Foundations is Anthropic’s foundations-level certification for solution architects who design and build agent systems with Claude. It validates the ability to make sound trade-off decisions when implementing real-world solutions. Anthropic launched it as the first Claude technical certification for partners, with further certifications for sellers, architects and developers planned.

What the exam covers

  • Claude Code: configuration and workflows
  • Claude Agent SDK: agent and multi-agent design
  • Claude API: prompting, structured output, and reliability
  • Model Context Protocol (MCP): tool design and integration

The exam costs US$125. Registration, eligibility and the official exam guide are on the Anthropic Partner Academy.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Questions before you buy

What do I get when I buy the Anthropic CCA-F pack?

85 practice questions as a PDF, each with the correct answer, a full explanation and a note on why the other options are wrong, plus a separate questions-only PDF for timed practice.

How quickly do I receive it?

Your PDF is prepared and sent to your email address after checkout, and you get a confirmation as soon as it is on its way.

Is there a free sample?

Yes. Ten questions from this pack, with answers and explanations, are free on this page and as a PDF, so you can judge the quality before you pay.

Are updates included?

Yes. The pack is updated every month for as long as the exam is live, and updates are free for everyone who has bought it.

What if I fail the exam?

We refund the pack. Sit the exam 7 to 30 days after buying, then send your official score report within 7 days of the exam date, as set out in the refund policy.

Can I share it with colleagues?

Each purchase is licensed to one person. For a team, school or training organisation, email support@certstash.com for a licence that fits.