CertSafari

    Free Anthropic Claude Certified Associate – Foundations (CCAO-F) Sample Questions

    35 free sample questions from our bank of 757+, covering every exam domain, with answers and detailed explanations. Updated August 2026.

    Domain 1: Prompting and Task Execution

    Subdomain 1.1: Create effective prompts for business and technical tasks

    1.A prompt describes a multi-step setup process, such as configuring an environment and then running a script, but Claude sometimes performs the steps out of order. What change would make the required order unambiguous?

    1. A.Provide the instructions as a numbered list of steps in the exact order they must run
    2. B.Combine all of the steps into a single long sentence separated only by commas
    3. C.Describe the steps in a random order and let Claude infer the correct sequence
    4. D.Remove the step numbers and rely only on paragraph breaks to imply the correct order
    Show answer & explanation

    Correct answer: AProvide the instructions as a numbered list of steps in the exact order they must run

    • A. Correct. Providing instructions as sequential steps using numbered lists or bullet points is recommended specifically when the order or completeness of the steps matters, removing ambiguity about sequence.
    • B. A single comma-separated sentence obscures step boundaries and order even more than a plain paragraph would, making the sequence less clear rather than more.
    • C. Describing steps out of order and relying on inference is the opposite of making the required sequence unambiguous.
    • D. Relying only on paragraph breaks without numbering removes the explicit ordering cue that numbered lists provide for steps where sequence matters.

    Subdomain 1.4: Adapt prompting strategies based on task type (analysis, research, drafting, brainstorming)

    2.A marketing manager needs to draft a persuasive email campaign to launch a new product. The email should capture attention, highlight benefits, and include a call to action. Which prompting approach is best?

    1. A.Prompt Claude to draft an email announcing the new product, leaving the structure and content entirely to the model's discretion without providing any specific guidelines on audience, tone, or key product benefits to highlight.
    2. B.Instruct Claude to write a thorough product description report covering all features, specifications, technical details, and pricing info, formatted as a formal document that is suitable for internal stakeholders rather than a marketing audience.
    3. C.Guide Claude to create a marketing email: first, write an attention-grabbing subject line; then, open with a hook; next, present three key benefits with persuasive language; and finally, include a clear call to action linked to the product page.
    4. D.Ask Claude to produce several email drafts with distinct tones (formal, casual, urgent), then assess each draft's persuasiveness, clarity, and brand alignment, and choose the best one for final edits, and then iterate if needed.
    Show answer & explanation

    Correct answer: CGuide Claude to create a marketing email: first, write an attention-grabbing subject line; then, open with a hook; next, present three key benefits with persuasive language; and finally, include a clear call to action linked to the product page.

    • A. Incorrect. This approach provides no guidance on audience, tone, or key benefits, leaving the output too open-ended. Without clear direction, the email may lack persuasive elements and fail to meet marketing goals.
    • B. Incorrect. This instruction results in a formal internal report, not a marketing email. It emphasizes technical specifications rather than attention-grabbing copy, benefits, and a call to action.
    • C. Correct. This prompt gives step-by-step guidance tailored to marketing email creation, ensuring inclusion of a subject line, hook, benefits, and call to action. It's a structured approach that yields a persuasive, complete email.
    • D. Incorrect. While producing multiple drafts can be useful for exploration, it is less efficient for a single drafting task. Option C provides a more direct and structured method to get a well-crafted email in one go.

    Subdomain 1.3: Iterate prompts to improve output quality

    3.Over eight rounds of revision, a team notices that fixing the newest complaint often brings back a problem they had solved three rounds earlier. Nothing about their requirements is written down. What is the greatest risk?

    1. A.The team will spend more time on revisions than they would have spent writing the document themselves.
    2. B.The wording of the request will become long and repetitive as fixes for each separate complaint accumulate.
    3. C.The eighth version will read less naturally than the first, because it has been adjusted so many times over.
    4. D.With no record of what the document must satisfy, each round can undo an earlier fix and nobody notices.
    Show answer & explanation

    Correct answer: DWith no record of what the document must satisfy, each round can undo an earlier fix and nobody notices.

    • A. Time spent is a real cost, but the team would accept it if the rounds were converging. The problem is that they are not.
    • B. An accumulating request is an untidy side effect, and it does not by itself cause earlier fixes to be lost.
    • C. Prose quality drifting under repeated revision is worth watching, but it is a milder issue than requirements silently reversing.
    • D. Correct. Without a written list of everything the document must satisfy, each round is checked only against the latest complaint. Requirements settled earlier are not re-tested, so the work circles instead of converging.

    Subdomain 1.2: Apply task decomposition techniques to structure complex requests

    4.A business analyst is deciding whether to send one large request or break it into stages. Which two features of a request are the strongest signals that it should be decomposed? Select two.(Select 2)

    1. A.It bundles several distinct deliverables that are meant for different audiences and uses.
    2. B.It concerns a subject area the analyst has not personally worked in for several years.
    3. C.It runs to a long prompt because a good deal of background has been pasted in with it.
    4. D.It asks for the final answer to be presented as a table rather than as flowing paragraphs.
    5. E.Later parts are only worth producing if the earlier factual work is correct.
    Show answer & explanation

    Correct answers: A, EIt bundles several distinct deliverables that are meant for different audiences and uses.; Later parts are only worth producing if the earlier factual work is correct.

    • A. Correct. Multiple deliverables with different readers pull the output in different directions, and one response has to compromise. Splitting lets each part be specified properly.
    • B. Unfamiliarity affects how carefully the analyst must review the result, but it says nothing about whether the request itself is structurally overloaded.
    • C. A long prompt is not the same as an overloaded one. Pasting rich source material is good practice and often makes a single-step request work better.
    • D. Output format is a presentation choice. A table can be produced in one step just as easily as prose, so it is not a reason to break the work up.
    • E. Correct. Dependency is a separate signal from bundling: when step two builds on step one, a single pass propagates any early error into everything downstream unchecked.

    Domain 2: Output Evaluation and Validation

    Subdomain 2.5: Edit, adapt, refine, and compare outputs for the intended audience

    5.A support lead finds a Claude-drafted troubleshooting article accurate but written at a reading level too advanced for the average customer. Which follow-up instruction best refines the draft without sacrificing accuracy?

    1. A.Rewrite the article with shorter sentences and everyday words, keeping every step accurate
    2. B.Remove the least common troubleshooting steps so the article reads a bit shorter
    3. C.Add more technical detail so customers understand the underlying cause in full
    4. D.Convert the article into a formal specification format used by the engineering team
    Show answer & explanation

    Correct answer: ARewrite the article with shorter sentences and everyday words, keeping every step accurate

    • A. Correct. Simplifying sentence structure and vocabulary while preserving the accurate steps directly targets the readability problem without losing correctness.
    • B. Incorrect. Removing steps changes the article's completeness and could omit cases some customers need, which does not fix a reading-level problem.
    • C. Incorrect. Adding more technical detail moves the article further from, not closer to, the audience's reading level.
    • D. Incorrect. A formal specification format is written for engineers and would make the article harder for typical customers to follow.

    Subdomain 2.1: Evaluate Claude-generated outputs for accuracy and completeness

    6.A retention lead asked why cancellations rose sharply in the last quarter. The answer explains at length what cancellation rates are and how they are generally measured. How should she judge this output?

    1. A.As accurate but off target, because it explains the topic instead of addressing the rise she asked about.
    2. B.As adequate for now, because background on how the measure works is a reasonable place to begin the analysis.
    3. C.As evidence that the question cannot be answered, since the reply avoided the specific rise she was asking about.
    4. D.As a sound answer that simply needs shortening, since the explanation contains more detail than she required here.
    Show answer & explanation

    Correct answer: AAs accurate but off target, because it explains the topic instead of addressing the rise she asked about.

    • A. Correct. Everything present may be correct while the question remains unanswered. Accuracy and relevance are separate tests, and this output passes the first and fails the second.
    • B. Accepting background as progress leaves the actual question open, and the material she now has does not move her any closer to a cause.
    • C. A general answer indicates that the request was read broadly, not that the specific question is unanswerable given her own data.
    • D. Shortening reduces the volume of material that does not address her question, leaving a briefer answer to the wrong question.

    Subdomain 2.3: Apply fact-checking and validation techniques

    7.A Claude draft attributes a sentence to a named industry report as a direct quotation. What is the appropriate validation step?

    1. A.Open the report and find that exact sentence, since a close paraphrase may not appear in it.
    2. B.Ask Claude for the page number, and accept the quotation once a number has been supplied to her.
    3. C.Search for the sentence's key phrase and accept it if similar wording appears anywhere.
    4. D.Confirm that the report exists and was published, which establishes the quotation's origin.
    Show answer & explanation

    Correct answer: AOpen the report and find that exact sentence, since a close paraphrase may not appear in it.

    • A. Correct. A quotation asserts that specific words appear in a specific document, so only locating those words in the report validates it.
    • B. Incorrect. A page number can be generated as readily as the quotation, so it adds no independent confirmation.
    • C. Incorrect. Similar wording elsewhere does not establish that this report contains this sentence.
    • D. Incorrect. The report existing says nothing about whether the quoted sentence is in it.

    Subdomain 2.6: Organize and curate information and select appropriate output formats (artifacts, inline, structured data)

    8.A manager needs a comparison of six suppliers across five criteria. The information is currently spread across several separate Claude answers. What should she do first?

    1. A.Ask Claude to combine all of the earlier answers into one long document she can read through.
    2. B.Agree which suppliers and which criteria belong in the comparison before asking for any output.
    3. C.Choose the output format now, so that every further answer can be produced in that same shape.
    4. D.Ask Claude to rank the six suppliers straight away and work backwards from the ranking it gives.
    Show answer & explanation

    Correct answer: BAgree which suppliers and which criteria belong in the comparison before asking for any output.

    • A. Incorrect. Combining unreconciled answers produces a long document that still contains whatever gaps and conflicts the originals had.
    • B. Correct. A comparison is only as good as its frame. Fixing the rows and columns first is what stops the result being shaped by whatever happened to come up in earlier chats.
    • C. Incorrect. Format is a downstream decision; choosing it before the content is defined locks in a shape that may not fit.
    • D. Incorrect. A ranking produced before the criteria are agreed reflects unstated assumptions she cannot inspect or defend.

    Subdomain 2.4: Determine when human review or additional verification is required

    9.A communications officer must publish a Claude-drafted market briefing on the company blog within the hour. Claude used web search to produce it, and every figure in the draft carries a citation. What is the appropriate first step before she publishes?

    1. A.Add a line at the foot of the briefing noting that it was prepared with the help of an AI assistant.
    2. B.Open the cited sources and confirm that each figure in the draft does appear in the page it points to.
    3. C.Ask Claude how confident it is in each figure, and revise the ones it rates as least confident.
    4. D.Regenerate the briefing in a fresh conversation, and publish if the two drafts report the same figures.
    Show answer & explanation

    Correct answer: BOpen the cited sources and confirm that each figure in the draft does appear in the page it points to.

    • A. A disclosure line may well be required, but it does nothing about accuracy. Adding it and publishing would put unverified figures in front of an external audience.
    • B. Correct. Where web search was used, the help centre's recommendation is to review Claude's cited sources, because reading the original content reveals anything that was misread or taken out of context. With citations present, checking them is faster and stronger than any other available check.
    • C. A self-reported confidence rating is not evidence. It can sound reassuring about a figure that the cited page does not actually support.
    • D. Two runs can repeat the same error, so agreement between them is not confirmation. The sources are already cited and can be checked directly.

    Subdomain 2.2: Identify hallucinations, inconsistencies, and biases in responses

    10.A communications assistant receives an answer containing a clearly incorrect statement about her organisation. She corrects her own draft in a follow-up message, and also wants the problem itself recorded rather than just worked around. What should she do?

    1. A.Add a line to the conversation noting that the earlier statement was wrong, so the correction sits in the chat history.
    2. B.Start the same task again in a new conversation, on the basis that a clean chat is less likely to repeat the mistake.
    3. C.Rephrase her original prompt in more forceful language so that the incorrect statement is less likely to recur next time.
    4. D.Use the thumbs-down control on the response that contained the incorrect statement, in addition to fixing her own draft.
    Show answer & explanation

    Correct answer: DUse the thumbs-down control on the response that contained the incorrect statement, in addition to fixing her own draft.

    • A. A note in the chat helps her own record of what happened, but it stays inside her conversation. It does nothing to report the response as problematic beyond her own session.
    • B. A fresh conversation may or may not produce a better answer, and starting over is a workaround for her immediate task rather than a way of recording that the response was wrong.
    • C. Emphatic rewording is a weak remedy and addresses only her future prompts. It neither reports the faulty response nor makes the problem visible to anyone else.
    • D. Correct. The thumbs-down feedback control on the response is the mechanism provided for flagging an incorrect or misleading answer, and it complements, rather than replaces, correcting the draft she is working on.

    Domain 3: Product and Model Selection

    Subdomain 3.4: Understand and manage context limitations and memory considerations (when to restart, summarize, or persist)

    11.A marketer is midway through a one-off brainstorm that will not be revisited, and the conversation is approaching its limit. What is the most appropriate action?

    1. A.Let the conversation continue and condense itself, since nothing in it needs to outlive this session.
    2. B.Build a Project and move the whole brainstorm into project knowledge before writing anything more.
    3. C.Stop the brainstorm now and restart it in a new chat so the ideas come from a completely clean window.
    4. D.Split the brainstorm across four separate chats so that no single conversation ever nears its limit.
    Show answer & explanation

    Correct answer: ALet the conversation continue and condense itself, since nothing in it needs to outlive this session.

    • A. Correct. When the output is disposable, allowing automatic context management to make room is the lowest-effort choice; there is no durable knowledge worth persisting.
    • B. Incorrect. A project is for context that recurs. Setting one up for work that will never be revisited is unnecessary overhead.
    • C. Incorrect. Restarting discards the ideas generated so far and forces her to regenerate them at further cost.
    • D. Incorrect. Fragmenting the session means no chat holds the full set of ideas, which undermines the brainstorm itself.

    Subdomain 3.1: Select appropriate Claude product features (Projects, research mode, chat, artifacts)

    12.A market analyst must produce a competitor briefing drawn from many public sources, and the team will keep editing that briefing for weeks afterwards. Which two Claude features fit this job? Select two.(Select 2)

    1. A.Keep the briefing inline in the chat and re-paste the newest version whenever an edit lands.
    2. B.Turn on a mail connector first so that the competitor facts are drawn from the team inbox.
    3. C.Use Research mode, so the briefing is built by multi-step searching and returns citations.
    4. D.Ask for the briefing as an artifact, so the team can edit and reuse it outside the chat.
    5. E.Open a separate chat for each competitor so that no single conversation ever grows long.
    Show answer & explanation

    Correct answers: C, DUse Research mode, so the briefing is built by multi-step searching and returns citations.; Ask for the briefing as an artifact, so the team can edit and reuse it outside the chat.

    • A. Incorrect. Re-pasting an inline answer for every edit is precisely the friction artifacts exist to remove, and versions drift apart quickly.
    • B. Incorrect. An internal mailbox is not the source of public competitor information, and connecting one does not answer the sourcing need here.
    • C. Correct. Research mode runs an agentic, multi-step search and returns citations, which is exactly what a sourced competitor briefing needs.
    • D. Correct. An artifact is the durable, editable deliverable format, so weeks of later editing happen on one object rather than in chat replies.
    • E. Incorrect. Splitting by competitor fragments the briefing and does nothing about sourcing or about the editing the team has ahead of it.

    Subdomain 3.2: Differentiate between Claude model types (Haiku, Sonnet, Opus)

    13.A support operations lead must classify a large daily backlog of short inbound messages, and separately needs one deep analysis of a tangled contract dispute. Which two choices fit? Select two.(Select 2)

    1. A.Use whichever tier the team already has open, since the tier rarely changes what comes back.
    2. B.Use the deepest-reasoning tier for the contract dispute, accepting the larger quota it uses.
    3. C.Use the fastest, cheapest tier for the high-volume classification, where throughput matters.
    4. D.Use the fastest, cheapest tier for both jobs, since the tiers differ mainly in reply speed.
    5. E.Use the deepest-reasoning tier for both of the jobs, since the strongest option is never bad.
    Show answer & explanation

    Correct answers: B, CUse the deepest-reasoning tier for the contract dispute, accepting the larger quota it uses.; Use the fastest, cheapest tier for the high-volume classification, where throughput matters.

    • A. Incorrect. Tier choice changes depth, speed and quota use, so treating it as incidental is how both of these jobs go wrong.
    • B. Correct. A tangled one-off analysis is the case where deeper reasoning is worth the meaningfully larger quota it consumes.
    • C. Correct. High-volume, low-complexity classification is exactly where the fastest and cheapest tier earns its place.
    • D. Incorrect. The tiers differ in reasoning depth as well as speed, so the lightest tier is a poor fit for a tangled dispute.
    • E. Incorrect. Using the deepest tier for routine classification spends quota on work that does not need the extra reasoning depth.

    Subdomain 3.2: Differentiate between Claude model types (Haiku, Sonnet, Opus)

    14.A new team member asks how the Claude model tiers actually differ from one another in everyday use. Which two statements are accurate? Select two.(Select 2)

    1. A.The deepest tier suits genuinely hard problems, and it consumes meaningfully more allowance.
    2. B.The tiers differ only in writing style, so any of them may be used for any task at any time.
    3. C.The lightest tier gives answers of the very same depth, only more slowly than the other two.
    4. D.The mid tier is the fast, capable default, and it is the right pick for most everyday work.
    5. E.Moving up one tier is the standard fix whenever a prompt comes back with a vague or shallow answer.
    Show answer & explanation

    Correct answers: A, DThe deepest tier suits genuinely hard problems, and it consumes meaningfully more allowance.; The mid tier is the fast, capable default, and it is the right pick for most everyday work.

    • A. Correct. The deepest tier buys reasoning depth for harder problems and costs meaningfully more of the usage allowance.
    • B. Incorrect. The difference is reasoning depth, speed and cost, not writing style, and the tiers are not interchangeable.
    • C. Incorrect. The lightest tier is the fastest of the three, and it trades some reasoning depth for that speed and low cost.
    • D. Correct. The middle tier is positioned as the fast, capable default that handles most knowledge work well.
    • E. Incorrect. A vague answer usually signals an under-specified prompt, and a deeper tier cannot supply context that was never given.

    Subdomain 3.3: Align model selection with task requirements (cost, speed, quality)

    15.A team is setting up a new recurring weekly task and has to decide how much reasoning depth it needs. Which sequence is correct?

    1. A.Pick a tier by how important the task feels, then run it for a month, then write down what good output means, then compare the month's results against that.
    2. B.Run the task on several tiers at once, then write down what good output means, then compare the results against that definition, then keep the tier that did best.
    3. C.Compare a sample of results with what colleagues produce by hand, then write down what good output means, then pick a tier on that basis, then run the task each week from then on.
    4. D.Write down what good output means, then run a real sample on the default tier, then compare that sample against the definition, then change tier only where it falls short.
    Show answer & explanation

    Correct answer: DWrite down what good output means, then run a real sample on the default tier, then compare that sample against the definition, then change tier only where it falls short.

    • A. Choosing on instinct and defining quality a month later means there is no standard to judge the intervening results against, and a month of work has already been committed to an unexamined choice.
    • B. Committing several tiers to the task before any standard exists means the trial is designed without knowing what it is testing for, and it duplicates the work and the allowance draw on every run.
    • C. Comparing results before the task has been run is out of order, and benchmarking against manual work is not the same as agreeing what this task's output has to achieve.
    • D. Correct. Define the quality bar, test the default tier on real work, check that sample against the bar, and change tier only where the evidence shows the default falls short or is more than the task needs.

    Subdomain 3.3: Align model selection with task requirements (cost, speed, quality)

    16.A team runs two workloads that are alike in volume and subject matter. One is edited line by line by a specialist before use; the other is published automatically with no human reading it. Which consideration should weigh most heavily when choosing a tier for each?

    1. A.The subject matter the two workloads share, since comparable material should be handled the same way for consistency of output.
    2. B.The volume of the two workloads, since equal volumes imply equal throughput needs and therefore the same balance of speed and cost.
    3. C.How much a downstream human check would catch, since the unchecked workload has to carry its own quality with no safety net.
    4. D.The seniority of the people who own each workload, since the more senior owner is accountable for the more visible of the two.
    Show answer & explanation

    Correct answer: CHow much a downstream human check would catch, since the unchecked workload has to carry its own quality with no safety net.

    • A. Shared subject matter makes the two workloads look alike, but it is not what determines the risk. Consistency for its own sake ignores the fact that only one of them has anyone checking the result.
    • B. Equal volume does mean similar throughput demands, and that matters. It is still secondary to the fact that one workload reaches the outside world without any person having read it.
    • C. Correct. The strength of the downstream check changes how much the output has to get right on its own, so the unchecked workload justifies more reasoning depth while the edited one can lean towards speed and allowance.
    • D. Ownership determines who answers for a problem, not how likely a problem is. Seniority is an accountability question and does not tell the team where errors would actually escape unnoticed.

    Domain 4: Workflow Integration and Solution Design

    Subdomain 4.1: Apply Claude to analyze requirements and use cases

    17.Reviewing a backlog of intake forms, an analyst notices that most entries name a solution rather than a need, for example "we need a dashboard." How can Claude best help with this backlog?

    1. A.Ask Claude to design the dashboard described in each entry so submitters can confirm what they wanted.
    2. B.Ask Claude to reject entries that name a tool and ask the submitters to resubmit them in the right form.
    3. C.Ask Claude to group the entries by the department that submitted them and report the totals to sponsors.
    4. D.Ask Claude to restate each entry as the outcome sought, then flag entries where that outcome is unclear.
    Show answer & explanation

    Correct answer: DAsk Claude to restate each entry as the outcome sought, then flag entries where that outcome is unclear.

    • A. Designing what was asked for skips the analysis entirely. If the submitter needed a weekly exception alert rather than a dashboard, building the dashboard confirms only that both parties misread the need together.
    • B. Pushing the work back onto submitters is slow and often futile, since people describe needs in terms of solutions naturally. It also discards information the analyst already has in the entries.
    • C. Counting entries by department produces a useful management view but leaves every entry still expressed as a solution. The backlog would be tidier and no better understood.
    • D. Correct. The analytical move is to convert stated solutions back into the outcomes behind them, which is language work Claude does well at volume. Flagging the entries where no outcome can be recovered tells the analyst exactly which submitters to go back to.

    Subdomain 4.3: Use Claude to support solution design, development, and iteration

    18.In a pilot of a new Claude-assisted briefing arrangement, three of eight testers report that the output is "not quite right" but say nothing more specific. What should the pilot's owner do first?

    1. A.Rewrite the instructions to cover the areas the owner believes are most likely to be causing the trouble.
    2. B.Ask the three testers for specific examples, with what the output said and what it should have said.
    3. C.Ask the five satisfied testers what they did differently and circulate that as guidance to everyone.
    4. D.Pause the pilot until the owner can sit with each tester and watch a full briefing being produced.
    Show answer & explanation

    Correct answer: BAsk the three testers for specific examples, with what the output said and what it should have said.

    • A. Rewriting on a hunch changes the arrangement without knowing what is wrong. If the guess misses, the pilot now has two versions and still no diagnosis, and the testers' original complaint remains unexplained.
    • B. Correct. "Not quite right" is not actionable, and the cheapest way to make it actionable is to ask for cases. A concrete pair of what was produced and what was wanted turns vague dissatisfaction into a specific gap the instructions can address.
    • C. Learning from the satisfied testers may eventually help, but it assumes the difference lies in how the tool was used rather than in the briefings themselves. It also leaves the three unresolved complaints uninvestigated.
    • D. Direct observation is thorough but slow, and pausing the pilot stops the flow of evidence just when it is needed. Asking for examples costs an email and usually locates the problem immediately.

    Subdomain 4.4: Integrate Claude into existing workflows to augment or redesign them

    19.A manager is about to tell her team that Claude will now produce the first draft of every incident report. What should the announcement make clear above all?

    1. A.How much time the change is expected to save the team over the course of a full year.
    2. B.What changes, what stays with each person, and where their review is still required.
    3. C.Which other departments have already adopted the same approach to their own reports.
    4. D.How the manager tested the new arrangement before deciding to introduce it to the team.
    Show answer & explanation

    Correct answer: BWhat changes, what stays with each person, and where their review is still required.

    • A. A projected annual saving is the business case rather than the operating instruction. It tells the team why the change is happening but leaves them unsure what they are now responsible for.
    • B. Correct. People need to know exactly where the boundary now sits: which part Claude drafts, which judgments remain theirs, and that their review is still a required step. Without that, reports are either double-handled or sent out with nobody checking them.
    • C. Naming other departments builds confidence in the decision but says nothing about how this team should work. It is reassurance, not direction.
    • D. Describing the testing is good practice and supports trust in the change. It still leaves the team without a clear statement of their own remaining responsibilities.

    Subdomain 4.2: Leverage Claude for research, planning, and process optimization

    20.A strategy lead is planning a market-entry study and wants Claude to help with the research phase of it. Which two approaches are sound? Select two.(Select 2)

    1. A.Accept the market figures Claude gives as final, since the answer reads confident and full.
    2. B.Use Research mode and check the citations it returns back against the original sources.
    3. C.Ask for the finished conclusion in a single prompt and publish it with no intermediate step.
    4. D.Leave out the decision the study must support, so Claude is not steered toward an answer.
    5. E.Ask Claude to draft the research plan and its open questions, then have the team refine it.
    Show answer & explanation

    Correct answers: B, EUse Research mode and check the citations it returns back against the original sources.; Ask Claude to draft the research plan and its open questions, then have the team refine it.

    • A. Incorrect. Confident phrasing is not evidence, and market figures used for a real decision need checking against sources.
    • B. Correct. Research mode returns citations, and checking them against the originals is how a claim is actually verified.
    • C. Incorrect. Collapsing a study into one prompt and publishing the result removes every point where a human could catch an error.
    • D. Incorrect. Stating the decision the study supports is what makes the research useful; withholding it produces unfocused output.
    • E. Correct. Drafting the plan and the open questions is planning work Claude does well, and the team refining it keeps ownership where it belongs.

    Subdomain 4.5: Communicate Claude's value and limitations to stakeholders

    21.An analyst is presenting a Claude-assisted workflow to sceptical senior stakeholders next week. Which two things should the presentation include? Select two.(Select 2)

    1. A.A comparison of technical benchmark scores across each of the underlying model tiers.
    2. B.Where a human still reviews the output, and why that review step has been kept in place.
    3. C.A claim that Claude will not make any factual errors once all its instructions are written well.
    4. D.A specific, measured example of what the workflow improved during the pilot it ran on.
    5. E.A promise that the workflow removes any need to check the output from this point onward.
    Show answer & explanation

    Correct answers: B, DWhere a human still reviews the output, and why that review step has been kept in place.; A specific, measured example of what the workflow improved during the pilot it ran on.

    • A. Incorrect. Benchmark scores are not what a business audience needs, and they say nothing about this workflow's value.
    • B. Correct. Naming where human review remains, and why, is honest limitation-setting and is what makes the value claim credible.
    • C. Incorrect. Good instructions reduce error but do not eliminate it, so this claim is false and will damage trust later.
    • D. Correct. A measured pilot result is concrete evidence of value rather than an assertion stakeholders are asked to take on trust.
    • E. Incorrect. Promising that checking is no longer needed oversells the tool and sets the expectation that will break first.

    Domain 5: Configuration and Knowledge Management

    Subdomain 5.3: Create effective system-level instructions

    22.An operations manager has two things to add to a project: the team's two-page approved abbreviation list, and the rule that answers must never use abbreviations outside that list. What is the best placement?

    1. A.Put both the reference list and the rule into the project instructions so that the two are always read together.
    2. B.Upload both the reference list and the rule as documents in the project knowledge base, for consistency.
    3. C.Keep the reference list on the team wiki and paste the rule at the start of each chat that needs it.
    4. D.Upload the reference to project knowledge and put the rule about unapproved abbreviations in the instructions.
    Show answer & explanation

    Correct answer: DUpload the reference to project knowledge and put the rule about unapproved abbreviations in the instructions.

    • A. Two pages of reference text in the instructions field buries the rule that is meant to stand out.
    • B. A behaviour rule stored as background material is far weaker than one stated as project direction.
    • C. This puts the reference out of reach and turns a standing rule back into manual repetition.
    • D. Correct. Reference material belongs in knowledge; the standing behaviour rule belongs in the instructions.

    Subdomain 5.4: Inform, maintain, and update Claude configurations, knowledge sources, and instructions

    23.A project shared with a Team plan workspace has just had its escalation matrix replaced with a new version. What else should the project owner do?

    1. A.Tell the members who use the project what changed, so they know earlier answers may no longer hold.
    2. B.Ask each member to create their own copy of the project so everyone controls their own knowledge base.
    3. C.Delete the project's chat history, because past conversations would otherwise override the new material.
    4. D.Leave a note in the project title, since members are prompted to read the title before each new chat.
    Show answer & explanation

    Correct answer: ATell the members who use the project what changed, so they know earlier answers may no longer hold.

    • A. Correct. Maintaining shared configuration includes informing the people whose past work relied on the old source.
    • B. Copies multiply the maintenance problem and guarantee that some members keep using the old matrix.
    • C. Old conversations do not override project knowledge, and deleting them destroys a useful record.
    • D. A title is not a change log, and members are not prompted to read it before chatting.

    Subdomain 5.2: Manage uploaded knowledge and connectors (e.g., Google Drive, Gmail)

    24.A policy team keeps a handbook in a Drive folder that changes weekly, and also has one annual report that never changes. Which two set-ups fit best? Select two.(Select 2)

    1. A.Connect the Drive folder, so the weekly handbook changes are picked up from the source.
    2. B.Connect the annual report and delete it from Drive, so that only one copy ever exists.
    3. C.Upload a copy of the handbook just once and then rely on that copy for the rest of this year.
    4. D.Paste the whole handbook into every new chat, so the newest version is always present.
    5. E.Upload the fixed annual report into Project knowledge, since its content will not change.
    Show answer & explanation

    Correct answers: A, EConnect the Drive folder, so the weekly handbook changes are picked up from the source.; Upload the fixed annual report into Project knowledge, since its content will not change.

    • A. Correct. A connector reaches the live source, which is what a document that changes every week needs.
    • B. Incorrect. Deleting the original to leave a single copy destroys the source of truth for no benefit.
    • C. Incorrect. A one-time copy of a weekly-changing handbook goes stale fast and produces confidently outdated answers.
    • D. Incorrect. Re-pasting a whole handbook per chat is the manual work Project knowledge and connectors exist to remove.
    • E. Correct. A stable document is well suited to a one-time upload into Project knowledge, where it stays available to every chat.

    Subdomain 5.1: Configure Claude Projects with instructions and knowledge sources

    25.An operations lead creates a project on an Enterprise plan and shares it with the whole organisation. To save time she uploads a complete team folder into the project knowledge, and that folder includes a spreadsheet of individual salary bands. What is the greatest risk?

    1. A.Anyone who opens the shared project can draw the salary details out through ordinary questions.
    2. B.The extra documents will slow down every answer in the project until the folder has been trimmed back.
    3. C.The salary spreadsheet can no longer be removed once other members have opened the project.
    4. D.Claude will decline every request in the project while a salary document remains uploaded.
    Show answer & explanation

    Correct answer: AAnyone who opens the shared project can draw the salary details out through ordinary questions.

    • A. Correct. Project knowledge is background for every chat in the project, so sharing the project shares everything uploaded to it with everyone who can open it.
    • B. A larger knowledge base is a performance and tidiness concern, not the serious exposure here.
    • C. Documents can be removed from project knowledge at any time; the exposure is the real problem.
    • D. Claude does not refuse to work in a project because a sensitive file has been uploaded to it.

    Domain 6: Governance, Risk, and Responsible Use

    Subdomain 6.4: Understand the ethical implications of AI usage

    26.A developer integrating Claude into an internal analytics agent wants to give it broad, unsupervised authority to automatically send emails and modify production database records without any human approval step. What ethical concern does this design most directly raise?

    1. A.None, as long as the agent uses the Claude API rather than the consumer chat product
    2. B.None, unless the agent is built using a third-party framework instead of Anthropic's own official tools
    3. C.It removes human oversight from hard-to-reverse actions, risking harm before anyone can intervene
    4. D.It is acceptable because agentic use is encouraged without oversight requirements in the policy
    Show answer & explanation

    Correct answer: CIt removes human oversight from hard-to-reverse actions, risking harm before anyone can intervene

    • A. Incorrect. The oversight concern applies regardless of whether the integration uses the API or consumer product; both are subject to the same responsible-use principles.
    • B. Incorrect. The choice of framework does not change the underlying risk of removing human oversight from consequential actions.
    • C. Correct. Granting an agent unsupervised authority over irreversible, high-impact actions removes the human oversight needed to catch and correct model errors before they cause real harm.
    • D. Incorrect. Agentic use must still comply with the full Usage Policy, and unsupervised high-stakes actions are not exempted from oversight expectations.

    Subdomain 6.2: Apply data sensitivity, regulatory, and privacy considerations

    27.A Team-plan owner is uneasy about conversation content leaving the organisation when members rate Claude's answers. What control is available to them?

    1. A.Owners can set ratings to be stored only inside the organisation's own private workspace.
    2. B.Owners can have conversations redacted automatically before any rating is submitted.
    3. C.Owners can switch off the chat rating feature for the whole organisation in its settings.
    4. D.Owners can require that every rating is approved by a manager before it is finally sent.
    Show answer & explanation

    Correct answer: COwners can switch off the chat rating feature for the whole organisation in its settings.

    • A. Ratings are feedback to Anthropic; they are not retained locally instead.
    • B. No automatic redaction step is applied to submitted feedback.
    • C. Correct. Team and Enterprise owners can disable rating so that conversations are not submitted with feedback.
    • D. There is no approval workflow layered on top of ratings.

    Subdomain 6.3: Follow organizational AI policies and governance standards

    28.A team lead asks whether using incognito chats on his personal plan makes it acceptable to paste regulated customer records into Claude. What is the best response?

    1. A.Incognito chats are equivalent to the company's managed workspace, so no separate approval would be required.
    2. B.Incognito chats are never used to improve Claude, but the policy's rules for regulated data still apply.
    3. C.Incognito chats satisfy the policy, because nothing from the conversation is retained anywhere after it ends.
    4. D.Incognito chats are acceptable for regulated data provided customer names are replaced with reference codes.
    Show answer & explanation

    Correct answer: BIncognito chats are never used to improve Claude, but the policy's rules for regulated data still apply.

    • A. A personal plan in incognito mode is not the managed workspace and carries none of its contractual or administrative controls.
    • B. Correct. Incognito chats are not used to improve Claude, but the policy question is whether regulated data may be processed in that environment at all, and a privacy toggle does not answer it.
    • C. Overstating what incognito does is the trap here; the policy governs where regulated data may go, not only whether it trains a model.
    • D. Pseudonymising fields does not make regulated records unregulated, and the approval question remains open.

    Subdomain 6.3: Follow organizational AI policies and governance standards

    29.A consultant is about to send a client a report she drafted with Claude. Her firm's AI policy sets out several requirements for client-facing work produced with AI, and she is unsure which of them apply to a report of this kind. What should she do first?

    1. A.Ask the client whether they have any objection to AI assistance having been used on the report.
    2. B.Add a short line stating the report was drafted with AI assistance, and send it to the client.
    3. C.Ask her engagement manager to sign the report off, so responsibility for it rests with him instead.
    4. D.Establish what the policy requires for a deliverable of this kind, before the report goes out.
    Show answer & explanation

    Correct answer: DEstablish what the policy requires for a deliverable of this kind, before the report goes out.

    • A. The client's comfort does not replace the firm's own requirements. Asking them cannot tell her what her firm obliges her to do, and their agreement would not excuse skipping it.
    • B. This guesses at one requirement and treats it as the whole of the policy. Disclosure may be needed, but so may review, sign-off or restrictions on the client data involved.
    • C. A sign-off may well be one of the requirements, but choosing it because it shifts responsibility is not following the policy. She still does not know what the policy asks for.
    • D. Correct. The firm has a written standard covering exactly this situation, so the first step is to read it and identify which requirements apply to this deliverable. Everything else she might do is a guess at what the policy says.

    Subdomain 6.1: Identify appropriate and inappropriate use cases

    30.A school district's operations team wants Claude to work through the admissions criteria and produce the letters telling families whether their child has a place at an oversubscribed school. What should the team do first?

    1. A.Ask Claude to restate the district's admissions criteria so the team can confirm it has them right.
    2. B.Run the letters for one school first and see whether any family complains about the wording.
    3. C.Separate deciding who gets a place from writing the letters, and keep the decision with staff.
    4. D.Add an instruction telling Claude to apply the admissions criteria exactly as they are written.
    Show answer & explanation

    Correct answer: CSeparate deciding who gets a place from writing the letters, and keep the decision with staff.

    • A. Confirming that Claude can repeat the criteria says nothing about whether it should be the thing applying them. A correct restatement would make the team more comfortable handing over a decision it should not hand over.
    • B. Using one school as the trial means real families receive decisions from an untested arrangement, and complaints are a late and unreliable signal of whether the allocation was right.
    • C. Correct. A school place materially affects a child's life and the decision is hard to reverse once families have been told, so it belongs with accountable staff. Drafting the letters afterwards is a text task where an error is recoverable, and splitting the two makes the appropriate part safe to delegate.
    • D. A firmer instruction addresses how faithfully the criteria are applied, not whether an allocation affecting children's schooling should be made this way at all.

    Subdomain 6.2: Apply data sensitivity, regulatory, and privacy considerations

    31.A market research manager has been asked to summarise survey free-text responses that include respondents' names and employers, using the company's Claude for Work plan. In which order should these steps be taken?

    1. A.Remove the names and employers that the summary does not need; check what the participant consent and company policy allow; run the summary and review it before it is circulated; note what was removed so the result can be interpreted properly.
    2. B.Run the summary and review it before it is circulated; check what the participant consent and company policy allow; remove the names and employers that the summary does not need; note what was removed so the result can be interpreted properly.
    3. C.Check what the participant consent and company policy allow; remove the names and employers that the summary does not need; run the summary and review it before it is circulated; note what was removed so the result can be interpreted properly.
    4. D.Check what the participant consent and company policy allow; run the summary and review it before it is circulated; remove the names and employers that the summary does not need; note what was removed so the result can be interpreted properly.
    Show answer & explanation

    Correct answer: CCheck what the participant consent and company policy allow; remove the names and employers that the summary does not need; run the summary and review it before it is circulated; note what was removed so the result can be interpreted properly.

    • A. Data is edited before anyone has established what participants agreed to, so the amount of personal detail removed is guesswork and may be either too little or more than the analysis can afford.
    • B. The personal data is processed and the output reviewed before either the consent position or the minimisation step, which is the sequence that causes the exposure rather than preventing it.
    • C. Correct. Consent and policy set the boundary for what may be used at all; that boundary determines which identifiers can be stripped before anything is uploaded; the summary is then produced and reviewed within those limits; and recording what was removed lets colleagues read the findings knowing what the data no longer contains.
    • D. The consent check happens first, but the full identifiable transcripts are still put into the tool before the names and employers are removed, so the minimisation step comes too late to protect anyone.

    Domain 7: Troubleshooting and Optimization

    Subdomain 7.1: Identify, diagnose, and resolve issues with underperforming prompts or poor outputs

    32.A support-ticket triage prompt gives Claude a single sentence: "Categorize this ticket." Categories come back inconsistent between runs, and the team wants a fix that addresses the root cause rather than adding post-processing. What should they change first?

    1. A.Lower the temperature parameter to zero so sampling becomes deterministic and the same ticket always returns the same category.
    2. B.Route every ticket to a larger model on the assumption that added model capacity will infer the missing category definitions.
    3. C.Rewrite the prompt to list the exact categories, the desired output format, and the criteria for choosing between them.
    4. D.Have a reviewer manually relabel any ticket that looks miscategorized before the ticket reaches a customer-facing queue.
    Show answer & explanation

    Correct answer: CRewrite the prompt to list the exact categories, the desired output format, and the criteria for choosing between them.

    • A. Incorrect. Temperature affects sampling randomness, not whether the model understands what categories exist or how to choose between them; it does not address an underspecified prompt.
    • B. Incorrect. Swapping models does not resolve ambiguity in the instructions themselves; an underspecified prompt will still under perform on a larger model.
    • C. Correct. Claude responds well to clear, explicit instructions; a vague one-line prompt lacking the category list, output format, and selection criteria is the classic underperformance pattern, and the documented fix is to be specific about desired output and constraints.
    • D. Incorrect. Manual relabeling is a workaround applied after generation, not a fix to the prompt causing the inconsistency.

    Subdomain 7.3: Optimize workflows for efficiency and effectiveness

    33.An analyst wants to get more done inside her weekly allowance without the quality of her work dropping. Which sequence of working habits is correct?

    1. A.Put the request and the relevant material in the opening message; work through follow-ups that refer back to it; open a new chat for the next unrelated task; decide what she needs before starting.
    2. B.Open a new chat for the next unrelated task; decide what she needs before starting; work through follow-ups that refer back to it; put the request and the relevant material in the opening message.
    3. C.Decide what she needs before starting; put the request and the relevant material in the opening message; work through follow-ups that refer back to it; open a new chat for the next unrelated task.
    4. D.Work through follow-ups that refer back to it; open a new chat for the next unrelated task; decide what she needs before starting; put the request and the relevant material in the opening message.
    Show answer & explanation

    Correct answer: CDecide what she needs before starting; put the request and the relevant material in the opening message; work through follow-ups that refer back to it; open a new chat for the next unrelated task.

    • A. Everything here is done before she has decided what she needs, so the opening message is assembled blind.
    • B. Opening a chat for the next task before the current one has been started puts the last step first.
    • C. Correct. Planning before starting, front-loading the material in one well-specified message, then building on it, is what keeps the exchange short; unrelated work starts fresh rather than dragging old context along.
    • D. Following up before the request has even been made, and deciding what is needed last, inverts the whole habit.

    Subdomain 7.3: Optimize workflows for efficiency and effectiveness

    34.A researcher is doing straightforward drafting work while several connectors and tools she does not need for it remain switched on. What is a reasonable step to make routine work leaner?

    1. A.Ask Claude in each message to avoid using any connector while she works on the drafting.
    2. B.Do the drafting inside a separate project that has no documents in its knowledge at all.
    3. C.Turn off the connectors and tools this task does not need, and switch them back on later.
    4. D.Remove the connectors from her account permanently, so nothing can call on them by mistake.
    Show answer & explanation

    Correct answer: CTurn off the connectors and tools this task does not need, and switch them back on later.

    • A. An instruction in every message is a per-message reminder rather than a change to the setup.
    • B. An empty project addresses knowledge documents, not the tools and connections that stay enabled.
    • C. Correct. Turning off tools and connectors that a task does not need is a recognised way to keep routine work efficient, and they can be re-enabled when the next task needs them.
    • D. Removing them permanently costs her the reconnection work every time the other tasks come round.

    Subdomain 7.2: Adjust approach based on feedback and results

    35.Several engineers tell a site coordinator that Claude's shift-handover digests 'skip the open risks', but nobody says which risks or which shifts. Which two steps should the coordinator take first? Select two.(Select 2)

    1. A.Ask for two digests where an open risk was missed, with the missing risk actually named.
    2. B.Rewrite the shared project instructions straight away to stress that open risks matter most of all.
    3. C.Compare those digests against the shift logs to see exactly what was left out of them.
    4. D.Ask everyone to score every future digest out of ten so that a trend can be tracked over time.
    5. E.Switch the digests into a table format, since open risks may then be easier to spot in a table.
    Show answer & explanation

    Correct answers: A, CAsk for two digests where an open risk was missed, with the missing risk actually named.; Compare those digests against the shift logs to see exactly what was left out of them.

    • A. Correct. Vague feedback cannot be acted on; specific failing examples turn an impression into something diagnosable.
    • B. Changing shared instructions before the cause is known risks fixing the wrong thing for everyone at once.
    • C. Correct on separate grounds: only the source shows whether the risk was absent from the log, buried, or genuinely dropped.
    • D. A score captures sentiment but still never says which risks went missing, or why they went missing.
    • E. A format change may help presentation, but it cannot add a risk the digest never captured.

    Want the full experience?

    These are just samples. Practice the full Anthropic Claude Certified Associate – Foundations (CCAO-F) question bank in quiz mode — free, no signup, with domain practice and exam simulation.