Anthropic · Foundational

Claude Certified Associate (Foundations) (CCAO-F) practice exam & study guide

The Claude Certified Associate (Foundations) is the associate-level exam in Anthropic’s Claude certification program, aimed at practitioners who build with Claude. It validates practical knowledge of the Claude models and Messages API, prompt engineering, tool use and MCP, building agents, and evaluating and deploying Claude applications responsibly.

Anthropic’s certification program (delivered through Pearson VUE) offers Practitioner, Architect, and Developer tracks; the Claude Certified Associate — Foundations (CCAO-F) is the practitioner entry point. It targets people who use the Claude API and prompt Claude effectively rather than only chatting with it.

Important: Anthropic has not publicly published this exam’s domain weightings, question count, or passing score — those sit inside the Anthropic Partner Academy. The study areas on this hub are organised from Anthropic’s public documentation, so treat them as a preparation guide, not the official exam blueprint.

65
Questions
90 min
Time limit
70%
Mock pass %
5
Domains

Start studying CCAO-F

New here? Follow the three steps below in order. Everything is free and needs no account.

  1. 1
    Learn the plan

    See all 5 domains in exam-weight order.

    Open study path
  2. 2
    Drill by domain

    Practice one topic at a time with explained answers.

    Start with the first domain
  3. 3
    Sit a timed mock

    65 questions · 90 min · 70% to pass our mock.

    Take the mock exam

All CCAO-F study resources

CCAO-F study areas

We organise study into 5 areas with our own editorial weighting (Anthropic has not published official weightings). Pick any area below to drill it — or read the full breakdown in the FAQ.

Study areaStudy weightPractice
Claude Models and the Messages API20%Practice this topic
Prompt Engineering25%Practice this topic
Tool Use and MCP20%Practice this topic
Building Agents and Workflows15%Practice this topic
Evaluation, Safety, and Responsible Use20%Practice this topic

Sample CCAO-F questions

A sample of the CCAO-F questions on this hub. Each links through to the full question, the correct answer, and an explanation of why every other option is wrong.

Key CCAO-F terms

Start with these terms, then explore the full glossary. Each links to a plain-English definition written for the CCAO-F exam.

CCAO-F frequently asked questions

What is the CCAO-F certification?+

Anthropic positions the certification as validating real skills for building with Claude. In practice that means understanding how to call the Messages API, choose a model, engineer prompts that are clear and well-structured, use tools and the Model Context Protocol, and evaluate and safeguard what you build.

Because it is a practitioner credential, the emphasis is applied: recognising the right prompting technique for a task, knowing how the tool-use loop works, and understanding how to reduce hallucinations and prompt-injection risk — not memorising trivia about the company.

What topics are on the CCAO-F exam?+

This hub organises preparation into five study areas drawn from Anthropic’s public documentation. The percentages shown are our own editorial weighting to guide study time — they are NOT official Anthropic exam weightings, which have not been published. Focus on prompt engineering and tool use, the areas most central to building with Claude.

Claude Models and the Messages API (20%)

Covers the Claude model family and how to choose among models by capability, latency, and cost, plus the Messages API itself: message roles, system prompts, key parameters (max_tokens, temperature, stop sequences), streaming, token counting, prompt caching, structured outputs, and image inputs.

Prompt Engineering (25%)

The largest study area. It covers the core techniques from Anthropic’s docs — being clear and direct, assigning a role via the system prompt, multishot (example) prompting, chain-of-thought, structuring prompts with XML tags, prefilling, and prompt chaining — plus defining success criteria and using the Console prompting tools to iterate.

Tool Use and MCP (20%)

Covers tool use (function calling): defining tools with a name, description, and input schema, the request/response loop where Claude asks for a tool and you return the result, parallel tool calls, and error handling. It also covers the Model Context Protocol (MCP) — an open protocol that standardises connecting Claude to external tools and data.

Building Agents and Workflows (15%)

Covers the difference between workflows (predefined steps) and agents (Claude directs its own control flow), and common patterns such as prompt chaining, routing, parallelization, orchestrator-workers, and evaluator-optimizer. It emphasises when an agent is warranted and how to keep one bounded and reliable.

Evaluation, Safety, and Responsible Use (20%)

Covers defining success criteria and building evaluations to measure prompt quality and catch regressions, plus safety: reducing hallucinations through grounding and citations, mitigating prompt injection and jailbreaks with guardrails and validation, keeping a human in the loop for high-stakes actions, and responsible deployment.

Is the CCAO-F hard?+

Difficulty is hard to state precisely because Anthropic has not published the exam’s format or passing score. As a foundations/associate practitioner exam, expect applied questions about using Claude well rather than deep research theory.

The most valuable preparation is hands-on: actually prompting Claude, wiring up a tool-use loop, and writing a small evaluation. Candidates who have built something with the API tend to find the practitioner-level material intuitive.

How many questions are on the CCAO-F exam and how long is it?+

Anthropic has not publicly published the number of questions, time limit, or passing score for this exam, so we do not state them as fact. The certification is delivered through Pearson VUE, at a test centre or online, and Anthropic’s published policy allows up to four attempts per exam in any rolling 12-month period, with waiting periods of 14, 30, and 90 days after successive failed attempts.

Our full-length practice mock uses a 65-question, 90-minute format purely as a study exercise so you can rehearse pacing — this format is ours, not the official exam’s.

What score do you need to pass the CCAO-F?+

Anthropic does not publish an official passing score for this exam. Because there is no published number, our practice mock uses a 70% threshold purely as a study checkpoint — aim comfortably above it and focus on consistent strength across all five study areas rather than a single figure.

How much does the CCAO-F exam cost?+

Anthropic sets the exam fee through Pearson VUE; check the official Anthropic certification and Pearson VUE pages for current pricing in your region. Everything on this hub — questions, mock exams, glossary, and study guides — is completely free.

Who should take the CCAO-F?+

The Claude Certified Associate is aimed at practitioners who build with Claude: developers, prompt engineers, solutions and support engineers, and technical people integrating Claude into products or workflows.

There are no stated prerequisites, but the material assumes you have used the Claude API or Console and are comfortable with basic programming concepts such as JSON. Hands-on experience prompting Claude and wiring up tools makes the content far more intuitive.

What jobs and salaries can the CCAO-F lead to?+

The certification is relevant to roles such as AI engineer, prompt engineer, applied-AI developer, and solutions engineer, where building reliable applications on Claude is part of the job. As AI adoption grows, demonstrable Claude skills are an increasingly useful signal.

How much any certification moves compensation depends heavily on role, geography, and hands-on experience, so treat any single salary figure with caution. This credential is best viewed as a way to demonstrate practical Claude skills rather than a guaranteed raise on its own.

How long does it take to study for the CCAO-F?+

Preparation time varies with your background. If you already build with LLM APIs, a few weeks of focused study on Anthropic’s documentation and hands-on practice is often enough; newcomers should budget longer and spend time actually calling the API.

A good rhythm is to work through one study area at a time and take its topic quiz immediately, then move to full-length mocks — reviewing every explanation, including for questions you answered correctly. Pair this question practice with building a small project on the Claude API to make the concepts stick.

How should you prepare for the CCAO-F?+

Study the five areas above, giving the most time to prompt engineering and tool use, then drill practice questions area by area. Every MockAPI question reveals a detailed explanation and a per-option breakdown of why each distractor is wrong. Because Anthropic’s documentation is the authoritative source, read it alongside these questions.

Once your scores are solid, sit full-length timed mocks to rehearse pacing, and reinforce the material by building something real with the Claude API — a prompt with examples and XML structure, a tool-use loop, and a small evaluation. Treat our mock threshold as a checkpoint, not the official bar.

Can you take the CCAO-F exam online?+

Yes. Anthropic delivers the certification through Pearson VUE, so you can test at a physical Pearson VUE centre or online with remote proctoring, subject to Pearson VUE’s standard environment requirements: a private, quiet room, a clear workspace, a webcam and microphone, a stable connection, and government-issued photo ID.

Anthropic’s published retake policy allows up to four attempts per exam in any rolling 12-month period, with waiting periods of 14 days after the first failed attempt, 30 after the second, and 90 after the third. Check the official Anthropic and Pearson VUE pages for the most current scheduling and policy details.

What certification should you take after the CCAO-F?+

After the associate/foundations level, Anthropic’s program offers Architect (Foundations and Professional) and Developer tracks for deeper specialisation in designing and building Claude systems.

Beyond the certification itself, the highest-leverage next step is building real applications with Claude — tools, agents, and evaluations — since applied experience is what turns any AI credential into a career.