No account needed

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

53 questions written for the Claude Certified Developer - 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.

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

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

Three ways to sit it

Start the CCDV-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 53 items in 106 minutes, two minutes an item, the official pace. The sitting submits itself when the clock reaches zero.

Quick, timed

30 items drawn evenly across the 8 domains, in 60 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 CCDV-F paper: every question

53 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 53, 0 correct

Sit it timed instead
  1. Question 1Domain 2: Applications and IntegrationSingle answer

    Northgate Bank's product owner states two requirements for a mortgage assistant: the first token of an answer must appear within three seconds at the 95th percentile, and every quoted rate must match the bank's rate table, which is updated several times a day as markets move. The team must turn these two statements into a design before any prompt is written. Which design meets both requirements exactly as stated?

    Select the best answer.

  2. Question 2Domain 1: Agents and WorkflowsSingle answer

    Dunmore Freight, a logistics firm, processes 9,000 customs declarations a day through four fixed steps: extract fields from the shipper's PDF, classify the goods, validate the classification against the tariff table, and file the declaration. Every step is known in advance, auditors need to see which step produced each value, and finance wants a predictable cost per declaration. An engineer proposes an autonomous agent that chooses its own steps with a tool loop. Which architecture better fits these constraints?

    Select the best answer.

  3. Question 3Domain 2: Applications and IntegrationSingle answer

    Brightline Software's in-app help assistant returns answers of about 600 tokens. Users stare at an empty panel for roughly nine seconds and then the complete answer appears at once; session recordings show 22 percent of users navigate away before it arrives. The product manager wants the perceived wait reduced this sprint without changing the model tier and without shortening the answers. Which change delivers that?

    Select the best answer.

  4. Question 4Domain 2: Applications and IntegrationSelect 2

    Granite Accounting's tax-query assistant is edited by three analysts through an admin console that writes the production prompt directly. Last Tuesday the assistant began omitting the required disclaimer; it took two days to discover that a wording change made on Monday had caused it, and nobody could say who made the change or what the earlier text had been. Which TWO practices address the cause of that outage? (Select two.)

    Select exactly 2. 0/2 selected.

  5. Question 5Domain 1: Agents and WorkflowsSingle answer

    Alder Health, a hospital group, is deploying a discharge-summary agent. Its compliance office requires that the agent's runtime, tool execution and all patient records remain inside the hospital's own cloud account, with logs retained under the hospital's existing controls. The engineering lead wants the lowest operational burden and is weighing an Anthropic-hosted managed agent deployment against running the agent harness on the hospital's own infrastructure and calling the model over the API. Which deployment model satisfies the stated constraint, and for what reason?

    Select the best answer.

  6. Question 6Domain 2: Applications and IntegrationSingle answer

    Dunmore Freight classifies shipment exceptions with a Claude tool call whose input schema declares the cause field as a free string. Over 10,000 classifications the field held 61 distinct spellings of six intended causes, such as Customs hold, customs-hold and Held at customs, and the routing code's exact-match lookup sent 18 percent of exceptions to a manual queue. The six causes are fixed and will not change this year. Which schema change fixes the routing?

    Select the best answer.

  7. Question 7Domain 3: Claude CodeSingle answer

    Lantern Media, a publisher, wants Claude Code to review every pull request in its CI pipeline: read the diff, apply the repository's review checklist, and return findings as JSON that the pipeline posts as a comment. No engineer is at a terminal when it runs, and the job must never modify files or push commits. Which way of operating Claude Code fits this job?

    Select the best answer.

  8. Question 8Domain 1: Agents and WorkflowsSelect 2

    Wexford University's research office runs a grant-compliance agent that, for each of 120 active grants, pulls a spending ledger of roughly 30,000 tokens, checks it against the funder's rules, and writes a finding. Reviewing all grants in one session exhausts the context window by the fortieth grant, and the run takes four hours. The team plans to delegate each grant's check to a subagent. Which TWO benefits can they correctly expect from that change? (Select two.)

    Select exactly 2. 0/2 selected.

  9. Question 9Domain 2: Applications and IntegrationSingle answer

    Ashcombe & Reade, a law firm, sends its 38,000-token contract-review playbook with every request, about 2,000 requests a day, and input tokens are 91 percent of the bill. The playbook changes once a month; the clause under review differs on every request and lawyers wait for the answer interactively. An associate added cache_control to the request but the cache hit rate stayed near zero. Which arrangement produces cache hits?

    Select the best answer.

  10. Question 10Domain 2: Applications and IntegrationSingle answer

    Open Shelter, a nonprofit, refined a volunteer-intake prompt in claude.ai until answers were well formatted and consistently declined to give legal advice. Moving the same text into the user turn of an API call produced plain unformatted output and, in 6 of 40 test conversations, tentative legal guidance. The model is the same and no sampling settings were changed. What explains the difference?

    Select the best answer.

  11. Question 11Domain 1: Agents and WorkflowsSingle answer

    Cobalt Insurance wrote its own agent harness on the Messages API with a lookup_policy tool. In traces from 200 claims, the model requests the tool and the harness logs the tool_use block, but it never executes the lookup: it drops the block from the history and asks the model to answer anyway, so customers receive replies quoting coverage figures the tool never returned. Which correction to the loop fixes the behaviour?

    Select the best answer.

  12. Question 12Domain 2: Applications and IntegrationSelect 2

    Hollis Estates, a property listings company, must regenerate 250,000 listing descriptions before a site relaunch in five days and has chosen the Message Batches API for the cost saving. The engineer designing the pipeline has only used the synchronous Messages API before and wants to know what changes in application behaviour the batch design must accommodate. Which TWO statements accurately describe what the pipeline must handle? (Select two.)

    Select exactly 2. 0/2 selected.

  13. Question 13Domain 2: Applications and IntegrationSingle answer

    Piper Eats, a food-delivery company, produces a one-line summary of each of up to 300 reviews on a restaurant page. The service loops over the reviews with a synchronous client, one call after another, and the page's p95 build time is 45 seconds. Each summary is independent of the others, and the account's rate limit is well above the current request rate. What is the most direct way to cut the build time?

    Select the best answer.

  14. Question 14Domain 4: Eval, Testing, and DebuggingSingle answer

    Corriedale Telecom's integration retries every non-200 response from the Claude API immediately, up to ten times. During a traffic spike the logs showed 429 responses climbing with each retry, several 400 responses retried ten times with an identical malformed request, and one 401 retried ten times after a key rotation. Which retry policy matches each error type to a suitable recovery?

    Select the best answer.

  15. Question 15Domain 1: Agents and WorkflowsSingle answer

    Barleycorn Grocers, a retailer, runs a Claude Code agent that edits its pricing-rules file. The CLAUDE.md instructs the agent to run the pricing linter after every edit to that file, yet in 11 of the last 60 sessions the linter never ran and a malformed rule reached staging. The team wants the linter to run every time the file changes, regardless of what the model decides to do. Which mechanism gives that guarantee?

    Select the best answer.

  16. Question 16Domain 2: Applications and IntegrationSingle answer

    The Harbour City transit authority, a public agency, receives 60,000 complaints a month, each triaged by a clerk into one of 14 queues. A Claude-based triage system passed its offline evaluation at 93 percent agreement with clerks. The director wants the clerks reassigned next month. Misrouted safety complaints carry legal exposure, and there is no budget for a permanent parallel team. Which implementation approach best manages the transition?

    Select the best answer.

  17. Question 17Domain 2: Applications and IntegrationSelect 2

    Alder Health's clinical-notes assistant keeps one long conversation open per clinician for the whole shift and attaches a running shift memory of earlier encounters to each request; a clinician moves between 20 or more patients. In a review of 500 generated notes, 7 referenced a medication belonging to the previous patient. Retrieval returns the correct record each time, so the error arises from what else is in the context. Which TWO changes remove the cross-patient contamination? (Select two.)

    Select exactly 2. 0/2 selected.

  18. Question 18Domain 1: Agents and WorkflowsSingle answer

    Ashcombe & Reade built a due-diligence agent that reviews acquisition contracts against a six-category checklist. On a 400-contract data room the single agent's answers were sound for the first 30 contracts, then it began skipping categories and citing clauses from earlier contracts; token usage per contract had grown fivefold by the sixtieth. The partners need a report per contract and one consolidated risk summary. Which change to the architecture addresses the degradation?

    Select the best answer.

  19. Question 19Domain 2: Applications and IntegrationSingle answer

    Northgate Bank's procurement policy requires all model inference to run through the cloud provider where the bank already holds contracts, identity controls and audit logging, so the team must call Claude through that provider's platform rather than through Anthropic's API directly. The prototype was built against the first-party SDK. What should the team expect when they move the integration?

    Select the best answer.

  20. Question 20Domain 2: Applications and IntegrationSelect 2

    Emberforge Games, a studio, is using Claude Code to migrate 900 source files from callback style to async/await. The first pass changed 200 files in one session and produced a single 14,000-line commit; the test suite then reported 31 failures, and finding which change caused each one took a week. The lead must plan the remaining 700 files. Which TWO practices should the plan adopt? (Select two.)

    Select exactly 2. 0/2 selected.

  21. Question 21Domain 2: Applications and IntegrationSingle answer

    Cobalt Insurance's claims-intake service is configured with an alias that points at whichever release of its tier is newest. After an overnight release, the JSON the service parses acquired an explanatory sentence before the object and 40 percent of intakes failed parsing until an engineer patched the parser at 6 a.m. The insurer's change-control policy requires every production behaviour change to be tested first. Which configuration practice prevents a repeat?

    Select the best answer.

  22. Question 22Domain 1: Agents and WorkflowsSingle answer

    Brightline Software, a SaaS company with two backend engineers, wants an internal agent that can read its repository, edit files, run the test suite, and ask for approval before any shell command, with a pilot due in three weeks. One engineer prefers writing the agent loop directly on the Messages API for full control; the other proposes the Claude Agent SDK. Given the team size and the deadline, which approach is the better starting point, and why?

    Select the best answer.

  23. Question 23Domain 2: Applications and IntegrationSingle answer

    Riverbend Energy, a utility, generates outage notices with Claude and posts each one to its customer-messaging REST endpoint. The HTTP client times out after 10 seconds and retries; the messaging service usually completed the first request anyway, so 3 percent of customers received duplicate notices last month. The endpoint accepts a client-supplied key on each request and uses it to detect repeats. Which change stops the duplicates while keeping the retry?

    Select the best answer.

  24. Question 24Domain 3: Claude CodeSelect 2

    Emberforge Games keeps a monorepo with a root CLAUDE.md of shared conventions. The payments team needs stricter rules, such as never editing ledger migrations, that apply only when Claude Code is working inside the services/payments directory. Several engineers also keep personal instructions, like a preferred commit message style, that must never be committed to the repository. Which TWO placements use the CLAUDE.md hierarchy as intended? (Select two.)

    Select exactly 2. 0/2 selected.

  25. Question 25Domain 2: Applications and IntegrationSingle answer

    Barleycorn Grocers' support assistant builds one string per request: the operating instructions, then the customer's message, then the retrieved order history, and sends all of it as the user turn. In 2 percent of conversations the assistant follows text in the customer's message as if it were an instruction, once issuing a refund it was told to offer only under the conditions listed in the instructions section. Which design change establishes the boundary that is missing?

    Select the best answer.

  26. Question 26Domain 1: Agents and WorkflowsSelect 2

    Tolland Precision, a manufacturer, built a maintenance-planning agent on an agentic framework. A planning session runs 80 or more turns; by turn 50 the agent re-inspects machines it already cleared and reverses a shutdown decision made at turn 12. Traces show the early turns have been pushed out by accumulated tool output, not that the model changed its assessment. Which TWO agent patterns address the lost decisions without simply enlarging the context? (Select two.)

    Select exactly 2. 0/2 selected.

  27. Question 27Domain 2: Applications and IntegrationSingle answer

    Tolland Precision's platform team found that a formatter hook runs in Claude Code for three engineers and not for the other nine; the hook is defined in one engineer's user-level settings file and two others copied it. The team wants the hook applied to everyone working in the repository, without overriding personal preferences such as each engineer's editor. Where should the hook definition live?

    Select the best answer.

  28. Question 28Domain 2: Applications and IntegrationSelect 2

    Wexford University wants a study assistant for 30,000 students. Stakeholders listed: a warm, encouraging tone; a peak of 400 concurrent conversations during exam weeks; answers that cite the assigned course reading; conversation logs that must stay in the university's region and be deleted after 90 days; and a 300-word cap on replies. The architect is separating infrastructure requirements from functional ones before design begins. Which TWO items on the list are infrastructure requirements? (Select two.)

    Select exactly 2. 0/2 selected.

  29. Question 29Domain 5: Model Selection and OptimizationSingle answer

    Harrowgate & Voss, a law firm, uses the Claude API to produce clause summaries that go into a court filing bundle. The compliance partner requires that any summary reproduced during an audit be byte-identical to the one filed. The engineering team set temperature to 0 and reports that in a 500-run test, 11 runs still differed by a few words. The partner asks how the requirement can be met without changing the model. What is the most accurate response?

    Select the best answer.

  30. Question 30Domain 5: Model Selection and OptimizationSingle answer

    Coastline Telecom runs a customer-support assistant on Claude with a median time-to-first-token of 600 milliseconds and a target of under one second. Support leads report that the assistant handles routine plan questions well but reasons poorly on the roughly 4 percent of turns that involve reconciling a disputed bill across several months of statements. A developer proposes enabling extended thinking with a large budget on every request. Given the latency target, what is the most defensible change?

    Select the best answer.

  31. Question 31Domain 5: Model Selection and OptimizationSingle answer

    Fable & Thread, an online retailer, uses Claude to tag incoming product listings with one of 60 categories. Overall accuracy on a labelled set is 97 percent, but the model confuses the categories 'loungewear' and 'sleepwear' in 40 percent of listings that belong to either. The team has already rewritten the instructions twice to define both categories precisely and the confusion rate did not move. The prompt is cached, so added tokens cost little per call. What change is most likely to fix the confusion?

    Select the best answer.

  32. Question 32Domain 5: Model Selection and OptimizationSelect 2

    Kestrel Freight, a logistics firm, generates delivery-exception notes through the Claude API from 200 depot terminals. During the 6 a.m. dispatch peak, 18 percent of requests return HTTP 429, and the team's hand-written wrapper retries each failure immediately up to ten times. Since that wrapper shipped, the 429 rate at peak has risen to 31 percent. Depots need each note within a few seconds. Which two changes to the client should the team make? (Select two.)

    Select exactly 2. 0/2 selected.

  33. Question 33Domain 5: Model Selection and OptimizationSelect 2

    Solventis, a SaaS company, is adding a drafting assistant to its browser application. Product wants tokens to appear on screen as Claude generates them, and a security review has flagged that the prototype calls the Messages API directly from the browser with the company's API key in the JavaScript bundle. Responses average 900 output tokens and take about 12 seconds to complete. Which two changes does the design need? (Select two.)

    Select exactly 2. 0/2 selected.

  34. Question 34Domain 5: Model Selection and OptimizationSingle answer

    Pinecrest Council, a local government agency, generates planning-committee report drafts with Claude using extended thinking and long outputs. Requests are sent through the council's API gateway, which closes any connection that carries no bytes for 60 seconds. About one draft in five fails with a connection reset after roughly a minute, and the officer who requested it is waiting at their screen. The team must keep using the gateway. What change is most likely to resolve the resets?

    Select the best answer.

  35. Question 35Domain 5: Model Selection and OptimizationSingle answer

    Brightwater Mutual, an insurer, triages first-notice-of-loss messages into one of eight claim queues. The classifier runs on the highest-capability Claude tier, costs about 3,100 dollars a day, and averages 2.4 seconds per message against a 1-second service target. On a 5,000-message labelled evaluation set, the fastest tier scores 97.8 percent and the highest tier scores 98.6 percent; the mid tier has not been run. Misrouted claims are corrected by a human within an hour at low cost. Which model choice is most defensible?

    Select the best answer.

  36. Question 36Domain 5: Model Selection and OptimizationSingle answer

    Stonebridge Accounting, an accounting firm, extracts line items from scanned invoices with Claude and parses the result into its ledger. After a new model version was released, the team switched production to it the same afternoon because the release notes described higher accuracy. Within a day, 6 percent of invoices failed to parse: the new version began returning currency amounts with symbols where the old one returned plain numbers, and the parser rejects them. What should the team have done before switching, and why?

    Select the best answer.

  37. Question 37Domain 5: Model Selection and OptimizationSingle answer

    Redwood State University runs a course assistant that sends the same 38,000-token course handbook with every student question, followed by the question itself. The team enabled prompt caching by adding a cache_control breakpoint, expecting input cost to fall by most of the handbook's share. After a week, usage logs show cache_read_input_tokens at zero on every request and cache_creation_input_tokens on every request, including bursts of questions sent a few seconds apart. Each request currently places the student's question first, then the handbook, then the breakpoint. What is the most likely cause and fix?

    Select the best answer.

  38. Question 38Domain 6: Prompt and Context EngineeringSingle answer

    Vantage Robotics, a manufacturer, runs a Claude agent that diagnoses failed firmware builds. A typical session makes 30 to 50 tool calls, and several of them return build logs of 20,000 tokens or more. Engineers observe that after about the twentieth call the agent starts repeating steps it already completed and forgets constraints stated at the start of the session, even though the model's context window has not yet been exhausted. The diagnosis must continue in the same session because later steps depend on earlier findings. What is the most defensible change?

    Select the best answer.

  39. Question 39Domain 6: Prompt and Context EngineeringSelect 2

    Orbis Publishing, a media company, runs a Claude agent that prepares a weekly editorial brief. Partway through, the agent must search a 400-article archive for prior coverage of each of six topics, and each search returns 3,000 to 8,000 tokens of excerpts. Editors report the brief's final section often contradicts decisions the agent made in its opening turns, and cost per brief has tripled since the archive step was added. The brief must remain one coherent document produced in one run. Which two changes best address both symptoms? (Select two.)

    Select exactly 2. 0/2 selected.

  40. Question 40Domain 6: Prompt and Context EngineeringSingle answer

    Northgate Health, a hospital group, built a discharge-summary assistant. Each request is a single user message that concatenates the clinician's instructions, the formatting rules, and the pasted clinical notes in one block of prose. Reviewers find that in about 9 percent of summaries the model follows phrasing inside the notes as if it were an instruction, for example rendering a nurse's comment 'keep this brief' as a directive to shorten the whole summary. Which prompt structure change most directly addresses this?

    Select the best answer.

  41. Question 41Domain 6: Prompt and Context EngineeringSingle answer

    Tolman Precision, a manufacturer, uses Claude to extract torque specifications from supplier datasheets. The prompt asks for 'a concise, well-structured list of torque values'. Downstream code expects each value in newton-metres with the fastener it applies to, and it fails on roughly 22 percent of outputs because values arrive in mixed units, some without fasteners, and some as paragraphs. The prompt must stay short because 200 datasheets are processed per run without caching. What should the team change first?

    Select the best answer.

  42. Question 42Domain 6: Prompt and Context EngineeringSingle answer

    Lumen Analytics, a SaaS company, asks Claude to return a JSON object describing each customer support ticket, then inserts the fields into a PostgreSQL table. About 3 percent of responses cannot be inserted: some arrive wrapped in markdown code fences, some include a sentence before the object, and some use a priority value outside the four the table allows. Every failure currently drops the ticket silently. The team wants a fix that holds up as prompts and models change. What is the most defensible approach?

    Select the best answer.

  43. Question 43Domain 6: Prompt and Context EngineeringSelect 2

    Beacon Assurance, an insurer, deployed a Claude assistant that answers policy questions for call-centre staff by quoting the relevant clause number from the customer's policy document, which is supplied in the prompt. A quality audit of 800 answers found that 4 percent cited a clause number absent from the supplied document, and in every such case the answer was phrased with complete confidence. Staff act on these answers during live calls. Which two controls most directly reduce this risk? (Select two.)

    Select exactly 2. 0/2 selected.

  44. Question 44Domain 7: Security and SafetySelect 2

    Tidewater Logistics runs a Claude agent that reads inbound supplier emails and can call a create_purchase_order tool. In one incident, a supplier email contained a plain-text paragraph addressed to the assistant instructing it to raise a 48,000 dollar order for a new part number, and the agent complied. The agent's tool set also includes read-only lookups of contracts and stock levels. Which two changes most directly mitigate this class of attack? (Select two.)

    Select exactly 2. 0/2 selected.

  45. Question 45Domain 7: Security and SafetySingle answer

    Cedarline Credit Union launched a member-facing assistant whose only guardrail against giving personalised investment recommendations is a paragraph in the system prompt. In its first month, red-team testers produced recommendations in 7 percent of adversarial sessions, usually by role-play framing. The compliance team requires that a single prompt-level bypass must never result in a recommendation reaching a member. Which change best satisfies that requirement?

    Select the best answer.

  46. Question 46Domain 7: Security and SafetySingle answer

    Quill & Marrow, a retailer, uses Claude Code across a shared data-engineering repository. Last week an agent session ran a command that deleted a directory of uncommitted migration scripts while cleaning up a build. The CLAUDE.md file already contains the line 'never delete files outside the build directory', and the session transcript shows the model read it. The platform team wants an automatic control that holds regardless of how the model interprets its instructions and does not slow down the hundreds of routine commands a session runs. What should they implement?

    Select the best answer.

  47. Question 47Domain 7: Security and SafetySingle answer

    Halcyon Airways discovers that a production Claude API key was committed to a public repository three days ago inside a configuration file. Usage dashboards show a spike in requests from unfamiliar IP ranges over the past 24 hours. The key is used by two services and a nightly batch job, all deployed from the same environment. What should the team do first?

    Select the best answer.

  48. Question 48Domain 8: Tools and MCPsSingle answer

    Greywell Energy, a utility, runs a Claude agent that answers field-technician questions using a get_meter_reading tool backed by an internal service. When that service times out, the agent's harness raises an exception, the agent loop terminates, and the technician sees a generic failure. Timeouts affect about 2 percent of calls and usually succeed on a retry a few seconds later. The team wants the agent to recover on its own where possible and, when a reading truly cannot be obtained, to tell the technician so plainly rather than failing. How should the harness handle a tool failure?

    Select the best answer.

  49. Question 49Domain 8: Tools and MCPsSingle answer

    Summit Ridge Clinics, a hospital group, exposes a lookup_appointment tool to a scheduling assistant. The tool's input schema has a single parameter named 'query' typed as a free string, and its description reads 'Look up an appointment'. The backing service requires a patient reference number in the form SRC followed by eight digits. In 31 percent of calls the model passes a patient's name or a date instead, and the service returns nothing. What is the most defensible fix?

    Select the best answer.

  50. Question 50Domain 8: Tools and MCPsSelect 2

    Oakhaven College built a registrar assistant with 42 tools, several of which overlap: three different tools return course timetables with slightly different filters, and four return student records at different levels of detail. Tool descriptions are one short phrase each. Evaluation shows the assistant calls a suitable tool on the first attempt 68 percent of the time and often calls two overlapping tools in sequence for one question, doubling latency. Which two changes would most improve tool selection? (Select two.)

    Select exactly 2. 0/2 selected.

  51. Question 51Domain 8: Tools and MCPsSingle answer

    Larkspur Pharma wants 80 researchers using Claude Desktop to query a regulated document repository through an MCP server. Security insists on three things: each query is authenticated through the company identity provider, access can be revoked centrally, and the repository credentials never leave the data centre. A developer has a working prototype that runs the server as a local process on their laptop over stdio. Which deployment approach fits the requirements?

    Select the best answer.

  52. Question 52Domain 8: Tools and MCPsSingle answer

    Meridian Rail, a public transit agency, wants Claude Code to produce incident post-mortems in the agency's fixed format: a nine-section template, a severity rubric, a script that pulls timeline entries from an exported CSV, and a checklist that must be completed before the document is filed. All the inputs are already on the engineer's machine, and no external system needs to be called. Which approach best fits this need?

    Select the best answer.

  53. Question 53Domain 8: Tools and MCPsSelect 2

    Ardent Ledger Bank's analysts want an assistant that, given an uploaded CSV of aggregated transaction figures, computes summary statistics and produces a chart, and separately fetches the latest published base rate from the central bank's public website. The CSVs contain no customer data and the security team has approved sending them to the API. The team has two weeks and no platform engineers available to run infrastructure. Which two approaches fit these constraints? (Select two.)

    Select exactly 2. 0/2 selected.

Before you ask

Questions people search before sitting a mock

Is this the real CCDV-F exam?

No. Every item here was written for this page from the official CCDV-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 five timed forms, saved progress and a readiness score that only measured answers move. 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 forms become the next step.

How many questions are in the mock?

53 in the full sitting, allocated across the 8 official domains in proportion to their weights, at two minutes an item to match the official pace of 53 items in 120 minutes. The quick sitting draws 30 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.

This page is 53 items. The account has 265.

Everything on Cred Farmer is free. An account adds the five timed forms, saved progress and a readiness score: CCDV-F has 5 forms aligned to the current blueprint, 53 items each, 265 in total, plus drills by objective, and only measured answers on those forms move the score. No card, no trial clock.

Every item on this page was written for it from the official CCDV-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.