Home › Certifications › Developer vs Architect
Claude Certification Guide · 2026Claude Certified Developer vs Architect: Which Exam Should You Take?
CCDV-F and CCAR-F sit at the same level, cost the same fee, and neither is a prerequisite for the other. The difference is not seniority — it is whether your job is to build the thing or to decide what gets built and defend that decision.
- Neither is a prerequisite for the other. Anthropic publishes no prerequisite chain.
- Same reported fee (US$125) and the same format: 120 minutes, closed book, passing at 720/1000.
- CCDV-F is code-heavy — the API, tool use, the Agent SDK, MCP servers, prompt caching, model selection.
- CCAR-F is judgement-heavy — agentic architecture, orchestration, context engineering, reliability, built around six official scenarios.
- Both assume you can read code. CCAR-F is lighter on implementation, not free of it.
- If you genuinely do both jobs, take CCDV-F first — building the systems makes the architecture questions concrete.
Almost everyone arriving at this question assumes Architect is the senior one and Developer the junior one. That is how most certification families work. It is not how this one works, and choosing on that assumption is the most common way people end up sitting the wrong paper.
Side by side
| CCDV-F — Developer | CCAR-F — Architect | |
|---|---|---|
| Official name | Claude Certified Developer: Foundations | Claude Certified Architect: Foundations |
| Also written | — | CCA-F (legacy code, same exam) |
| Core question | Can you build it? | Should it be built this way? |
| Level | Intermediate | Intermediate |
| Reported fee | US$125 | US$125 |
| Duration | 120 minutes | 120 minutes |
| Questions | 53 | 60 |
| Pass mark | 720 on a 100–1,000 scaled range, both | |
| Code in the exam | Substantial | Present but lighter |
| Our course | 100+ hours live | 100+ hours live |
Names and codes from Pearson VUE. Fees, question counts, timing and pass mark are as reported in Anthropic's exam guides (v0.2, 30 June 2026 and v1.0, July 2026) and are not published on Pearson VUE's public page — verify before booking. Checked 25 August 2026.
What each one actually tests
CCDV-F: the implementation
Anthropic positions this at AI/ML engineers, technical leads and senior software engineers — broadly one to five years of engineering experience with around six months hands-on with Claude or a comparable LLM. The exam covers:
- The Claude API — messages, streaming, error handling, retries and idempotency.
- Tool use — writing JSON Schema definitions a model can reliably act on, handling parallel calls, recovering from malformed returns.
- The Claude Agent SDK — building agents, registering tools, permissions.
- MCP servers — writing your own, not just consuming someone else's.
- Prompt caching — what to cache, where breakpoints go, when caching costs more than it saves.
- Model selection — choosing a tier on latency, cost and task difficulty, and justifying it against a budget.
- Claude Code as an engineering surface.
- Security and guardrails for AI applications.
CCAR-F: the decision
Built around six official scenarios, weighted roughly like this:
| CCAR-F domain | Share |
|---|---|
| Agentic Architecture & Orchestration | 27% |
| Claude Code Configuration & Workflows | 20% |
| Prompt Engineering & Structured Output | 20% |
| Tool Design & MCP Integration | 18% |
| Context Management & Reliability | 15% |
Weightings from Anthropic's published CCAR-F exam guide via Anthropic Partner Academy. Anthropic revises these guides — read the current version for your exam. Checked 25 August 2026.
Notice what the largest domain is. Orchestration — deciding topology, delegation, bounded loops, partial failure — carries more than any implementation topic. That is the shape of the difference.
Give both candidates a runaway agent loop. The developer answer adds a step limit and a guard. The architect answer asks whether an agent loop was the right shape at all, and frequently concludes it was not. CCAR-F scenarios reward removing the failure mode by design; CCDV-F rewards handling it correctly in code. Both are right answers to different questions.
How to choose in one question
Ignore your job title, which in this field means almost nothing. Ask instead: when a design decision is contested, are you the person who makes the call?
- Someone else decides and you implement it well → CCDV-F.
- You decide, and you have to defend it to people who will not read the diagram → CCAR-F.
- You do both → CCDV-F first. See below.
- You decide at enterprise scale, with regulated data, multiple regions and a risk committee → skip to CCAR-P.
- You do not write code at all → neither. CCAO-F is your exam.
If you are taking both, take Developer first
This is the one piece of ordering advice we give confidently, and it is not about difficulty.
CCAR-F scenarios are abstract until you have built the thing they describe. "The agent thrashes between two overlapping tools" is a sentence you can memorise, or it is a Tuesday afternoon you actually lost. Engineers who have written tool schemas, watched a model pick the wrong one, and fixed it, answer orchestration questions from memory of consequences rather than from theory.
The reverse ordering works less well. Passing CCAR-F first gives you vocabulary for decisions you have not had to live with, and CCDV-F will still demand implementation detail you have not practised.
Both credentials are valid for 12 months, so there is a practical scheduling point too: taking them months apart means two renewal dates. Taking them within a few weeks of each other keeps renewals together.
What is identical, and worth knowing
- Both are gated the same way. Neither is open to the public; registration requires a work email on a Claude Partner Network domain. See who can actually sit these exams.
- Both are closed book — no Claude, no documentation, no notes.
- Both are scenario-based, with several defensible answers and one best one.
- Both are valid 12 months, badged through Credly, with Claude use in the previous 90 days required.
- Both allow four attempts per rolling 12 months, with 14, 30 then 90-day waits.
Signs you are about to sit the wrong one
Four patterns come up repeatedly in conversations with candidates.
| What people say | What it usually means |
|---|---|
| "Architect sounds more senior, so I'll take that one" | Choosing on title rather than work. They sit at the same level — this reasoning does not apply. |
| "I'll do Developer first as a warm-up" | Treating CCDV-F as easier. It is not; it is more implementation-heavy, which is harder for non-builders. |
| "I'm a solutions architect, so obviously CCAR-F" | Job titles in this field are unreliable. Plenty of people titled architect spend their week implementing. |
| "I don't really code, but I understand systems" | CCAR-F still assumes you can read code. CCAO-F is likely the right exam. |
The reliable test remains the one above: when a design decision is contested, are you the person who makes the call?
Preparing for each is genuinely different
Because the exams test different faculties, the study that works for one is inefficient for the other.
For CCDV-F, build. Write an application against the API. Define tools with schemas a model can actually use. Stand up an MCP server. Instrument a caching strategy and measure whether it saved anything. The exam rewards having done the thing, and implementation detail is difficult to absorb by reading.
For CCAR-F, argue. Take a design you have made, write down why you chose it, and have someone attack the reasoning. Practise justifying trade-offs out loud — cost against latency, autonomy against control, a bounded loop against a plain chain. The scenarios are essentially compressed versions of that conversation, and candidates who have never had to defend a design find them uncomfortable regardless of technical depth.
Both benefit from the same closed-book rehearsal. Whichever you take, practise without documentation open at least once before the day — it is the constraint people consistently underestimate.
If you are taking both, CCDV-F is the one to sit first
The implementation knowledge CCDV-F tests makes the CCAR-F architecture questions easier to answer, and rarely the other way round. The 360DT Claude Certified Developer Prep — Foundations course covers all eight domains live: the Claude API, tool use, the Agent SDK, MCP servers, Claude Code, model selection and prompt caching.
Explore the CCDV-F Prep Course
The rest of the Claude family
Claude
Claude
Claude
Frequently asked questions
Is Architect more senior than Developer?
No. CCDV-F and CCAR-F sit at the same level, carry the same reported fee, and neither is a prerequisite for the other. They test different jobs, not different depths of the same job. The genuine seniority step in this family is CCAR-F to CCAR-P.
Do I need CCDV-F before CCAR-F?
No, Anthropic publishes no prerequisite chain. If you only take one, take the one matching your job. If you plan to take both, we recommend CCDV-F first because building the systems makes the CCAR-F architecture scenarios concrete rather than theoretical.
Can I pass CCAR-F without writing code?
Unlikely. CCAR-F is lighter on implementation than CCDV-F but not free of it — tool design, structured output and Claude Code workflows all assume you can read code and reason about it. If you do not code at all, CCAO-F is the exam designed for you.
Which is harder?
Neither, in the abstract — each is hard for the people it was not designed for. Engineers usually find CCAR-F's orchestration domain the unfamiliar part, at 27% the largest on that paper. Architects usually find CCDV-F's implementation detail the unfamiliar part. Anthropic does not publish pass rates for either.
Is CCA-F the same as CCAR-F?
Yes. CCA-F was the shorthand used when the Architect Foundations exam launched in March 2026; CCAR-F is the formal code assigned in July 2026 when it moved into the Pearson VUE catalogue. Same credential, same syllabus, no rename.
Ready to pick? See the CCDV-F prep course or the CCAR-F prep course, or compare all four on the Claude certification path for 2026.
About this guide. 360 Digital Transformation is an independent training provider. We are not Anthropic, we do not issue Claude credentials, and our courses are exam preparation rather than official Anthropic training. Checked 25 August 2026.