Bring what you know AI guides in plain language

Claude certification  /  Reference

CCDV-F: the developer exam, and the two domains not to overstudy

One domain is a third of the exam. Two others are worth about three questions between them. This is the only one of the four that publishes a weight for every skill.

Claude Certified Developer, Foundations (exam code CCDV-F) is the build-focused exam, for engineers writing the code that calls Claude.

It has one property none of the other three share: it publishes a weight for every individual skill, not only for each domain. That makes it the easiest of the four to plan for, provided you actually read the numbers. Its domain sizes are also the most lopsided in the program, and studying it evenly is a straightforward way to waste a month.

Eligibility is the program-wide rule: Partner Academy, work email at a Claude Partner Network company. See the program overview.

Exam at a glance

Exam codeCCDV-F
Questions53, across eight domains
Time limit120 minutes, the most generous per question of the four
Passing score720 on a scale of 100 to 1,000
Valid for12 months
Retakes14 days, then 30, then 90. Four attempts per rolling 12 months.
DeliveryProctored. Online with a webcam, or at a Pearson VUE test center.
PrerequisitesNone. The guide suggests one to five years of software engineering plus six months with Claude.
LanguageEnglish only. No browser translation.

The guide expects solid Python or TypeScript, comfort with REST APIs and command line tools, and a working understanding of how models, agents, context and MCP fit together. It rules out non-technical users and roles that only write prompts without building the application around them. For the non-coding track, see CCAO-F.

What it covers, and what each part is worth

DomainWeightRoughly
Applications and Integration33.1%18 questions
Model Selection and Optimization16.8%9 questions
Agents and Workflows14.7%8 questions
Prompt and Context Engineering11.0%6 questions
Tools and MCPs10.6%6 questions
Security and Safety8.1%4 questions
Claude Code3.1%2 questions
Eval, Testing, and Debugging2.6%1 question

Read the bottom two rows again. Claude Code and Eval, Testing and Debugging are worth about three questions between them, out of 53. They look like major subjects because they get their own named domains. They are not. Applications and Integration on its own is worth roughly eighteen.

That is the single most useful fact on this page. Claude Code is an enormous topic with enormous amounts written about it, and on this exam it is two questions.

The per-skill weights

Only this exam breaks the domains down further. The largest individual skills:

SkillWeight
Claude Application Design8.6%
Software Engineering Foundations7.4%
Claude API Mechanics6.8%
Technical Fundamentals6.1%
Agent Construction with Claude5.3%
LLM Fundamentals5.2%
Agent Patterns and Frameworks4.9%
Prompt Engineering4.6%
Agent Architecture4.5%
Tool Implementation4.4%

Two of those have nothing to do with Claude. Software Engineering Foundations is REST, JSON, asynchronous code, version control, code review and refactoring. Technical Fundamentals covers SDKs as wrappers over REST APIs, and websockets. Close to 14% of this exam is ordinary software engineering competence.

A few details in the objectives are easy to miss: agent frameworks are named directly (Strands, LangGraph, PydanticAI), configuration management includes pinning model versions and versioning prompts, and hooks appear under Security as their own small skill described as a way to block destructive actions.

Does it count for your employer?

Yes. Developer Foundations is one of the three that count toward Claude Partner Network eligibility, with Architect Foundations and Architect Professional. The recognized work domain rule applies.

Preparation checklist

Before you study anything

  • Partner Academy account on a recognized work domain
  • Read the exam guide end to end
  • Read the per-skill weights section specifically. Only this exam has one, and it is the whole study plan.
  • Open the official prep course, five lessons

Study, in weight order

Applications and Integration first, and for a long time. Do not overstudy Claude Code or evaluation and debugging, however interesting they are. Budget real time for plain software engineering fundamentals, which is roughly 14% and which most candidates assume they can coast on.

Hands-on

  • Ship one small application that uses the API, calls one tool, and handles errors properly
  • Run the same job through real-time calls and through the Message Batches API, and compare
  • Turn on prompt caching and measure what it actually saves
  • Write an MCP server that exposes one internal capability as a tool
  • Force valid output with a JSON schema rather than parsing free text
  • Block a destructive action with a hook instead of asking nicely in the prompt
  • Feed untrusted web text into your application and try to make it misbehave

Practice questions

The official practice exam was retired in the move to Pearson VUE. The guide’s sample questions are the only official example of style, and one of the three turns on choosing between real-time calls and the Message Batches API, which is worth reading closely.

When it breaks

“I spent two weeks on Claude Code.” Two questions. This is the most common way to misallocate study time on this exam, and the blueprint warns you in advance.

“I know Claude well but failed anyway.” Check the software engineering share. REST, JSON, async, version control and code review are roughly 14% and are not Claude knowledge at all.

“I ran out of time.” Unusual here. At 53 questions in 120 minutes this is the most generous pacing of the four.

Registration, ID, managed-device and badge problems work the same across the program and are written out in full on the CCAO-F page.

Where these facts come from

The exam guide (version 1.0, effective July 2026) and the Partner Academy FAQ are the sources of record. This page restates them in plain language and adds nothing confidential.

Weights are cross-checked against claude.termidy.com, an independent prep site, and policy detail against Pearson VUE. Confirm on the Partner Academy before you pay.

Get new guides by email

New guides when there are new guides. No schedule, no newsletter, nothing else sent to you. Everything here stays free and open whether you sign up or not.