No account needed

Free CCAR-F mock exam, timed, with a reason for every option

20 questions written for the Claude Certified Architect - Foundations blueprint, sat at the official pace of two minutes an item. Pick a start mode, answer in this tab, and get a raw score by domain with the key and the reason each option fails. Or work through the paper below one question at a time, checking each as you go. No sign-up, nothing saved, nothing sent anywhere.

20 items120 minutes official720 to passNo account
20Items in this mock
120Official minutes
720Scaled score to pass
$125Official exam fee
5Official domains

Question bank dated . Checked against Exam Guide v1.0 (July 2026) on .

Three ways to sit it

Start the CCAR-F mock

Every mode scores the same way and shows the same review afterwards. The clock is the only difference, and it is the difference most candidates underestimate.

Full, timed

All 20 items in 40 minutes, two minutes an item, the official pace. The sitting submits itself when the clock reaches zero.

Quick, timed

20 items drawn evenly across the 5 domains, in 40 minutes. A different draw each time.

Untimed review

Every item with no clock. Flag what you are unsure of, submit when you are done, and read the reasons.

Filter the paper by domain

Answer as you read

The CCAR-F paper: every question

20 items, each tagged with its official domain. Work through the paper one question at a time: pick an option to check it, or ask for the key, and read why each option holds or fails. Nothing is saved. For a scored sitting against the clock, use the start modes above.

Checked 0 of 20, 0 correct

Sit it timed instead
  1. Question 1Domain 1: Agentic Architecture & OrchestrationSingle answer

    Ostrander Freight runs a customs-clearance agent, with an agentic loop the team wrote directly against the Anthropic API, that calls tariff_lookup and shipment_status tools before drafting a declaration. Traces show the same tariff_lookup call, with identical arguments, repeated three to five times per run, and declarations that ignore the tariff the tool actually returned. Reading the loop, the engineer finds that each iteration sends the original user message plus a one-line note saying the tool ran, rather than the tool's output. Only the loop code is within the team's remit; the tools are owned elsewhere. What should the engineer change?

    Select the best answer.

  2. Question 2Domain 1: Agentic Architecture & OrchestrationSelect 2

    Tallis University's research service uses a coordinator with search, document-analysis and synthesis subagents. Faculty reviewers found that 30 percent of reports miss an aspect the request named, and in the coordinator's logs the analysis subagent's output goes straight to synthesis without the coordinator seeing it, so a failed analysis pass produces a report with a silent gap. The service must reach full coverage of the requested aspects before it is offered to doctoral students. Which two changes should the service team make? (Select two.)

    Select exactly 2. 0/2 selected.

  3. Question 3Domain 1: Agentic Architecture & OrchestrationSelect 2

    Marlowe and Vance LLP designed a due-diligence coordinator on the Claude Agent SDK with AgentDefinitions for a registry subagent and a data-room subagent. In production, where allowedTools lists only the firm's MCP tools and Read, the coordinator never spawns either; it answers every matter itself and runs out of context on large data rooms. When an engineer tested a configuration that permits spawning, the coordinator launched the registry subagent, waited for it to finish, and only then launched the data-room subagent, doubling the run time. The two investigations need nothing from each other. Which two changes fix both problems? (Select two.)

    Select exactly 2. 0/2 selected.

  4. Question 4Domain 1: Agentic Architecture & OrchestrationSingle answer

    Kestrel Savings Bank's support agent issues goodwill credits through a credit_account tool. Policy caps agent-issued credits at 200 dollars; anything larger needs a human approver. The system prompt states the cap and gives six examples, and compliance over the quarter measured 99.4 percent, yet 31 credits above the cap were issued. Internal audit has written that the control must be demonstrably incapable of failing, not merely rare to fail, before the agent stays in production, and the bank wants credits within the cap to remain fully automated. Which change satisfies both requirements?

    Select the best answer.

  5. Question 5Domain 1: Agentic Architecture & OrchestrationSingle answer

    Lumen Analytics spent a two-day Claude Code session analysing its billing service, with the agent building a detailed map of the module boundaries and call paths. No code has changed since. The team now wants to evaluate two refactoring approaches, an event-sourced ledger and a conventional audit table, and see each one explored to a proposal before choosing. They do not want the second exploration coloured by conclusions from the first, and they cannot spare the two days to re-run the analysis. How should the engineer proceed?

    Select the best answer.

  6. Question 6Domain 2: Tool Design & MCP IntegrationSingle answer

    Harrow Home Retail's product-content agent has one MCP tool, analyze_document, that takes a file and a free-text instruction and returns whatever text the backend model produces. The agent uses it to pull specifications from supplier sheets, to summarise care guides and to check marketing claims against the supplier's own wording. Downstream code that expects specification fields fails on 18 percent of calls because the output shape varies, and the agent sometimes sends web pages through the same tool. Each use has a different consumer with fixed expectations. What should the tool designer do?

    Select the best answer.

  7. Question 7Domain 2: Tool Design & MCP IntegrationSelect 2

    Wrenfield Hospital Group's scheduling agent books appointments through MCP tools. Two failure modes recur. When the booking backend times out, which happens for about two percent of calls and clears within seconds, the tool returns the text Operation failed and the agent tells the patient to call back later. When the agent's service account lacks access to a particular clinic's calendar, the tool returns the same text and the agent retries six times before giving up. Clinic managers want retries where they help and none where they cannot. Which two changes to the tool's responses should be made? (Select two.)

    Select exactly 2. 0/2 selected.

  8. Question 8Domain 2: Tool Design & MCP IntegrationSingle answer

    Calder Valley Council processes planning applications with an agent that has four tools: extract_metadata, classify_application, enrich_with_gis and summarise_objections. Metadata must be extracted first because the other three tools take its application_id as input, and when the model skips that step the later calls fail on a missing identifier, which happened on 11 percent of applications last month. The council cannot change the downstream tools' input contracts before the next release. What is the most reliable fix?

    Select the best answer.

  9. Question 9Domain 2: Tool Design & MCP IntegrationSingle answer

    Veltrix, a SaaS company, added an internal MCP server to its project .mcp.json that searches code semantically across all 40 of its repositories and returns file paths with snippets. Engineers report that Claude Code still answers questions such as where a function is called by running Grep on the local checkout, so callers in other repositories are missed. The MCP tool's description reads: Searches code. Grep remains the right choice for the local repository. Which change should the team make first?

    Select the best answer.

  10. Question 10Domain 3: Claude Code Configuration & WorkflowsSingle answer

    Bexley Aerospace keeps six packages in one repository with a single 900-line root CLAUDE.md that mixes the standards for all of them. Engineers working in the telemetry package see Claude apply the ground-station UI rules, sessions start with thousands of tokens of irrelevant guidance, and each package's standards are maintained by a different lead who does not want to edit a shared file. The team wants each package to load only its own standards while the leads keep ownership of their own files. What should the team do?

    Select the best answer.

  11. Question 11Domain 3: Claude Code Configuration & WorkflowsSingle answer

    Halcyon Assurance's engineering platform team maintains a project skill, /release-notes, in .claude/skills/, used by 30 engineers to draft customer-facing notes from merged pull requests. An engineer on the internal tooling team wants the same workflow but with a terse, bullet-only format for an internal channel. She edited the shared SKILL.md to produce her format, and the next day customer-facing notes from every other team came out as bullets. The team wants her to keep her format without changing anyone else's output. What should she do?

    Select the best answer.

  12. Question 12Domain 3: Claude Code Configuration & WorkflowsSingle answer

    Greyfield Manufacturing must replace a deprecated date library used in 64 files across its production scheduling application. Two candidate replacements handle time zones differently, and the plant's release window closes in five working days. On a previous migration the team began editing on day one and threw away three days of work when a hidden dependency surfaced. The engineer running the task in Claude Code wants to avoid a repeat without missing the window. How should the task be run?

    Select the best answer.

  13. Question 13Domain 3: Claude Code Configuration & WorkflowsSelect 2

    Orrington Bank generates tests for each pull request from a CI job that runs Claude Code with -p. Reviewers reject 45 percent of the generated tests: about half duplicate scenarios the existing suite already covers, and the rest exercise trivial getters or set up fixtures by hand that the shared test harness already provides. The prompt currently contains only the diff and the instruction to write thorough tests. The job must stay within its current run time. Which two changes best fit these constraints? (Select two.)

    Select exactly 2. 0/2 selected.

  14. Question 14Domain 4: Prompt Engineering & Structured OutputSingle answer

    Meridian Mutual, an insurer, extracts claim details from adjuster reports with a tool_use call whose JSON schema marks every field required. A sample of 1,200 extractions shows that in 9 percent of cases the policy_end_date value looks plausible but appears nowhere in the report, and those reports never state an end date at all. Downstream billing consumes the field and cannot tolerate an invented date, and the team must keep schema enforcement because it removed the JSON syntax failures they had before. Which change most directly removes the fabricated dates?

    Select the best answer.

  15. Question 15Domain 4: Prompt Engineering & Structured OutputSingle answer

    Halden Logistics extracts bill-of-lading fields with a retry-with-error-feedback loop capped at three attempts. In a run of 2,000 documents, 140 failed first-pass validation. The logs show 110 of them failed on a missing consignee_tax_id and were still failing after the third attempt; an analyst confirms the identifier appears only in a separate customs form that is never sent with the request. The other 30 failed on date-format mismatches and were corrected on the second attempt. Every retry re-reads the whole document, and the finance team has capped monthly extraction spend. Which change should the architect make?

    Select the best answer.

  16. Question 16Domain 4: Prompt Engineering & Structured OutputSelect 2

    Corvane University audits research-grant documents for compliance using the Message Batches API. Its policy promises a result within 30 hours of a document arriving, and the finance office insists on keeping the 50 percent batch discount. Last month a submission of 30,000 documents saw 2 percent of requests fail because the documents exceeded the context limit, and the team resubmitted the whole batch, doubling that day's cost. The team currently submits one batch each night at midnight. Which two changes should the architect introduce? (Select two.)

    Select exactly 2. 0/2 selected.

  17. Question 17Domain 4: Prompt Engineering & Structured OutputSingle answer

    Pellwater Bank runs a Claude Code review on every pull request. Over the last quarter developers dismissed 71 percent of findings in the comment-accuracy category but only 12 percent in the security category, and an internal survey shows most of them now skip the review output altogether. Last sprint the team told the review to be conservative and to report only findings it was highly confident in; dismissal rates did not move. A regulatory release freeze in six weeks leaves no room for a long prompt rewrite. What should the architect do first?

    Select the best answer.

  18. Question 18Domain 5: Context Management & ReliabilitySingle answer

    Brightline Retail runs a support agent that handles returns across sessions of 30 or more turns, summarising the conversation history once it passes turn 20. In 6 percent of long sessions the refund the agent issues differs from the amount it quoted earlier, for example 84.50 quoted and 85.00 refunded, and each lookup_order result adds more than 40 fields to the context when only a handful concern the return. The context budget per session is fixed and cannot grow. Which change most directly protects the quoted amounts?

    Select the best answer.

  19. Question 19Domain 5: Context Management & ReliabilitySelect 2

    Ashgrove Health extracts clinical fields from referral letters, discharge summaries and laboratory reports. On the validation set the model reaches 97 percent field accuracy overall, and the operations lead wants to remove human review for every extraction with a model confidence above 0.9. Reviewers can check about 300 of the 4,000 documents that arrive each day. Before any extraction bypasses review, which two steps should the architect require? (Select two.)

    Select exactly 2. 0/2 selected.

  20. Question 20Domain 5: Context Management & ReliabilitySingle answer

    Fenwick Doyle LLP runs a multi-agent research system that drafts market briefs for clients. A partner found a brief stating the sector grew 4.1 percent when the two documents the analysis subagent read gave 4.1 percent in a 2024 annual report and 6.3 percent in a 2025 mid-year update; the synthesis agent had picked one figure, dropped the other and attached no date or source to either. The firm requires that disagreements between sources are visible in the brief, never resolved silently. Which pipeline change is most defensible?

    Select the best answer.

Before you ask

Questions people search before sitting a mock

Is this the real CCAR-F exam?

No. Every item here was written for this page from the official CCAR-F Exam Guide and its published domains and objectives. Nothing is recalled from a sitting, nothing is drawn from another provider, and Cred Farmer is not affiliated with Anthropic or Pearson VUE. The stems match the guide's scenario style; the questions themselves are ours.

How is the mock scored?

You get the raw count of correct answers out of the items you sat, and the same count for each domain beside that domain's official weight. A select-two item counts only when both picks match the key. The exam reports a scaled score with a 720 cut, and no practice percentage converts to it, so this page never shows a scaled score, a pass verdict or a percentile.

Do I need an account to take it?

No. Choose a start mode and the sitting runs in your browser tab. There is no sign-up, no email field and no cookie that follows you. An account only matters if you want the larger signed-in library, and the link for that sits at the bottom of the page rather than in your way.

Is it actually free, or is there a catch?

No catch. Everything on Cred Farmer is free, this page included: no card, no trial, no limit on how many times you sit it. An account costs nothing either; it adds the study sections, drills by objective and saved progress. The one limit here is inventory: the no-account paper is one paper, so sit it a second time and you will remember some items, and that is when the signed-in study sections and drills become the next step.

How many questions are in the mock?

20 in the full sitting, allocated across the 5 official domains in proportion to their weights, at two minutes an item to match the official pace of 60 items in 120 minutes. The quick sitting draws 20 of them evenly across the domains, and the untimed review takes the whole paper without a clock.

What happens to my result?

It stays in this tab. Nothing is sent to a server, nothing is stored on your device, and nothing you answer here feeds a readiness score or any aggregate. Close or refresh the page and the result is gone, which is also why it is worth reading the per-option reasons before you leave.

Study CCAR-F by the five official domains

Everything on Cred Farmer is free. An account adds the CCAR-F study sections, written to the five-domain guide, drills by objective that show the key and the reason for every option as you go, and saved progress. The timed forms for this code are not on the current blueprint, so they are not what we would send you to, and nothing here moves a readiness score.

Every item on this page was written for it from the official CCAR-F Exam Guide, not recalled from a sitting and not copied from anyone else's set. Material sold as recalled questions can cost you the credential: read why Claude certification exam dumps are a bad bet. Items were last checked against the guide on .

Not affiliated with, or endorsed by, Anthropic or Pearson VUE. Exam facts are summarised from publicly published program information and can change. Always confirm against the official exam guide before booking.

We use cookies and privacy-friendly analytics to understand usage and improve Cred Farmer. Essential features work either way. See our Cookie Policy.