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 area | Study weight | Practice |
|---|---|---|
| Claude Models and the Messages API | 20% | Practice this topic |
| Prompt Engineering | 25% | Practice this topic |
| Tool Use and MCP | 20% | Practice this topic |
| Building Agents and Workflows | 15% | Practice this topic |
| Evaluation, Safety, and Responsible Use | 20% | 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.
- Your startup is preparing to launch a consumer-facing wellness app built on Claude that offers general lifestyle and stress-management tips. During a…View question
- A team is building an agent that manages a customer's calendar. The agent can create, move, and delete events by calling tools. During testing, the ag…View question
- A product team wants to build a feature that investigates customer complaints. Each complaint requires an unpredictable number of steps: reading the t…View question
- You are building an agent that manages calendar events. Early testing shows the agent frequently picks the wrong action because you exposed 14 narrowl…View question
- Your team is deploying an autonomous agent that manages cloud infrastructure by calling tools to provision, modify, and delete resources. During inter…View question
- A logistics company is building a system to reroute shipments during weather disruptions. Each disruption is different: the number of affected shipmen…View question
- You are building an agent that books meeting rooms by calling a scheduling tool. Currently, when a requested room is unavailable, the tool returns onl…View question
- A team is building a coding assistant agent. They give it a file-search tool, a code-linter tool, and a git-commit tool. The lead asks the team to cat…View question
- Your team is building an internal assistant to handle IT support requests. Some requests are simple and always follow the same steps (e.g., 'reset my…View question
- A team is building an automated system to resolve customer refund requests. Some requests are simple (one lookup, apply refund), while others require…View question
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.