Panaversity Certified Architect: Foundations
Maps to CCAR-F, Claude Certified Architect: Foundations. This exam is built against that blueprint and scored to the same standard, so clearing it is the cheapest honest read on whether you are ready to spend a real Anthropic attempt. Read the official CCAR-F exam guide.
PCAR-F is the second exam on the FDE path, and the one that closes the gate. It examines the design layer: how work is split across agents, what a tool interface has to say before a model will use it correctly, where MCP is the right seam, and what a system does when the context window runs out.
It is written for the person who will be asked to design the system rather than operate it. PCAO-F asks whether you can use and evaluate AI responsibly. This one asks whether you can be trusted with the architecture. Take them in that order.
To a stranger, the credential says one specific thing. You sat a proctored exam built on Anthropic's published Architect blueprint and cleared 720 out of 1,000. Not that you have read about agent design. That you were examined on the trade-offs, under a clock, with someone watching.
The Longer Version of the Same Exam
PCAR-F is not a warm-up for CCAR-F, and it is not a knock-off of it. It is the same exam, carried further.
It asks every task statement on Anthropic's Architect Foundations blueprint, at the published weights. The twin is CCAR-F, Claude Certified Architect: Foundations: 60 items in 120 minutes for $125 USD, framed inside four production scenarios drawn from a bank of six. All of that is on PCAR-F. Then PCAR-F keeps going.
What it adds is vendor neutrality. CCAR-F tests architectural judgment inside one vendor's product surface: the Agent SDK's hooks, CLAUDE.md hierarchy, plan mode, the built-in tools. Those are real and worth knowing. They are also one implementation of a question that exists whether or not the customer runs Claude.
A graduate stands in front of a customer who may run Claude, or may run something else, and has to be right either way. That is the whole reason the Panaversity sitting is longer.
None of that makes CCAR-F the lesser exam. It is the credential the market recognises, issued by Anthropic and checkable by anyone. PCAR-F is built to sit beneath it and hold it up: the same blueprint, taken first, plus the vendor-neutral half a customer will ask you about long before they ask which SDK you used.
| PCAR-F | CCAR-F | |
|---|---|---|
| Full name | Panaversity Certified Architect: Foundations | Claude Certified Architect: Foundations |
| Blueprint | Every CCAR-F domain at the published weight, then vendor-neutral coverage | The five published domains |
| Passing score | 720 out of 1,000 | 720 out of 1,000 |
| Fee | Free for enrolled students on the first two attempts | $125 USD list price, before any partner discount |
| Proctored by | Panaversity, independently | Pearson VUE, registered through the Partner Academy |
What It Tests
These are the five domains and weights from Anthropic's CCAR-F exam guide, Version 1.0. PCAR-F is built to them. CCAR-F was the programme's first exam, launched in March 2026, and it tests judgment more than recall: the items are built around scenario trade-offs rather than definitions.
| Domain | Weight |
|---|---|
| Agentic Architecture & Orchestration | 27% |
| Claude Code Configuration & Workflows | 20% |
| Prompt Engineering & Structured Output | 20% |
| Tool Design & MCP Integration | 18% |
| Context Management & Reliability | 15% |
Agentic Architecture & Orchestration is the heaviest domain at 27%, and it is not about writing a prompt. It is about loops that terminate on the right signal, coordinators that decompose work without losing coverage, subagents that do not inherit the context you assumed they had, and sessions that can be resumed and forked.
Nothing else is far behind it. The spread runs from 15% to 27%, so there is no domain you can skip and no domain that will carry you. The scenario structure sharpens that: the exam draws four scenarios from a bank of six, so one weak domain can be over-represented on your particular draw and under-represented on somebody else's.
The six production contexts in that bank are published, and they are the best description of the exam anyone can give you:
- Customer Support Resolution Agent. A high-ambiguity support agent on custom MCP tools, and knowing when to escalate.
- Code Generation with Claude Code. Generation, refactoring, debugging, and documentation inside a team's workflow.
- Multi-Agent Research System. A coordinator delegating to search, analysis, synthesis, and reporting subagents.
- Developer Productivity with Claude. Exploring unfamiliar codebases with the built-in tools and MCP servers.
- Claude Code for Continuous Integration. Automated review and test generation, with false positives as the enemy.
- Structured Data Extraction. Extraction from unstructured documents, validated against JSON schemas.
The shape matters more than the numbers. CCAR-F has no dominant domain to lean on, which is the opposite of the Developer exam beside it.
Every weight above is honoured on PCAR-F. What the longer sitting adds is a second half to each domain, asked without the vendor framing:
- Agentic Architecture & Orchestration. The twin asks how a subagent receives its context in the Claude Agent SDK, given that it does not inherit the coordinator's history. PCAR-F asks that, then asks what has to be true of any coordinator handing work to any worker before that handoff is safe.
- Claude Code Configuration & Workflows. The twin asks how
CLAUDE.mdscoping and path-specific rules resolve. PCAR-F asks that, then asks where an agent's standing instructions belong when the harness is not Claude Code, and what breaks when two sets of them disagree. - Context Management & Reliability. The twin asks when to escalate to a human inside the scenario's product surface. PCAR-F asks that, then asks who is accountable for the escalation that never happened, which is a question your customer raises long before any vendor does.
What to Read
Five rows, five domains. This is the mapping the book publishes for this exam.
| Domain | Weight | Where This Book Covers It |
|---|---|---|
| Agentic Architecture & Orchestration | 27% | Claude Agent SDK, The Loop by Hand, Choosing Agentic Architectures, Loop Engineering, Harness Engineering, Graph Engineering |
| Claude Code Configuration & Workflows | 20% | Claude Code for Teams, Claude Code as a CI Worker, Claude Code and OpenCode, Plugins for AI Agents |
| Prompt Engineering & Structured Output | 20% | Structured Extraction Pipelines, AI Prompting in 2026, Spec-Driven Development |
| Tool Design & MCP Integration | 18% | Claude Agent SDK, Connector-Native Apps, Skills & Connectors |
| Context Management & Reliability | 15% | Claude Agent SDK, Building the Context Layer, The Four Layers, RAG on Postgres |
One course carries more of this exam than any other. Build AI Agents with the Claude Agent SDK appears in three of the five rows. If your study time is short, that is where it goes.
The second call on your time is the 20% sitting under Claude Code Configuration & Workflows. Claude Code for Teams and Claude Code as a CI Worker are where that 20% lives, and CI is where most candidates are thinnest, because running an agent headless against a pipeline is not something you pick up by using the tool interactively.
Reading is not enough for a scenario exam. Build one small system that calls an API, uses at least one tool or MCP server, and includes a basic eval. Scenario questions are easier when you have already made the trade-off yourself and watched it go wrong.
Sit a Sample First
The Panaversity sample exam for PCAR-F is coming soon. It will be free and it will not consume an attempt. There is no date yet, and this page will not invent one.
Until it lands, the closest full rehearsal in this book is the Anthropic-twin one. CCAR-F Practice Exam is 60 items in 120 minutes, weighted to the published blueprint, framed inside all six production scenarios rather than the four you draw on the day, and scored by domain. Every answer explains why the correct option addresses the cause and why each plausible-sounding alternative does not.
It rehearses the Anthropic exam. It is not a PCAR-F sample and a score on it is not a PCAR-F result. Read your per-domain breakdown rather than your total: a strong total hiding one weak domain is the profile most likely to fail on a different scenario draw.
Anthropic's own free material is the other half of a study week. For this exam the highest-value Anthropic Academy courses are Building with the Claude API, MCP: Advanced Topics, and Claude Code 101, alongside the official docs on agents, context management, and tool design.
Schedule Your Exam
PCAR-F is proctored, one candidate at a time, and there are two routes to a seat. Enrolled in the matching Panaversity course, your attempt is free and you arrange it with your teacher. Not enrolled, you buy an attempt and sit it with one-on-one proctoring. The card below handles both, including the request form.
Students get two free attempts on each Panaversity exam. A third or later attempt carries a fee, currently to be announced, and external candidates pay a proctoring fee that is also to be announced. Two attempts is deliberate: one creates too much pressure, unlimited attempts turn a proctored exam into trial and error.
After You Pass
Passing PCAR-F completes the Panaversity qualification stage. With PCAO-F already behind you, the gate is closed.
PCAO-F → PCAR-F → FDE Internship Program and partner access → CCAO-F → CCAR-F
Partner access is the practical part of that sequence. Anthropic's exams register through the Anthropic Partner Academy and require a work email from an organisation in the Claude Partner Network. Personal addresses are not accepted and there is no individual sign-up route. The internship is what provides the organisational account.
Anthropic does not require PCAR-F, or PCAO-F, or any other Panaversity exam. The gate is Panaversity's, and it exists for two reasons. An Anthropic attempt costs a fee, and a failed one costs 14, 30, or 90 days before the next. And Panaversity is putting its own partner access behind your name, which is a claim it has to be able to stand behind.
One thing worth knowing before you plan the year: CCAR-F counts toward Claude Partner Network tier eligibility and CCAO-F does not. The Developer and Architect Professional credentials count as well. If tier standing matters to your organisation, this is the half of the recommended pair that shows up in it.
PCDV-F and PCAR-P come after, for people who want them. Neither is part of the internship gate.
The Anthropic Twin
| Field | CCAR-F |
|---|---|
| Credential | Claude Certified Architect: Foundations |
| Exam code | CCAR-F |
| Fee | $125 USD |
| Items | 60 |
| Structure | 4 scenarios drawn from a bank of 6; multiple-choice and multiple-response, each item stating how many responses to select |
| Time limit | 120 minutes |
| Passing score | Scaled score of 720 on a scale of 100 to 1,000 |
| Delivery | Proctored, online or at a test centre, through Pearson VUE |
| Validity | 12 months from the date the credential is awarded |
| Renewal | Free, non-proctored assessment on the Partner Academy if you renew on time. A lapsed credential means retaking the full exam at the full fee |
Two caveats belong with that table. $125 is list price, and the fee shown at checkout reflects any discount that applies to your partner tier. And 720 is a scaled score, not 72 percent. The exam is criterion-referenced against a standard set by a formal study, and the per-domain percent-correct printed on your score report is explicitly not what decides your result.
If exam content changes significantly, Anthropic may require holders to retake the full exam rather than complete the renewal assessment.
The guide's appendix also prints an explicit out-of-scope list, and reading it will save you a study week. Fine-tuning, authentication and billing, MCP hosting and infrastructure, Constitutional AI and RLHF, embeddings and vector databases, computer use, vision, streaming, rate limits and pricing math, OAuth and key rotation, cloud-provider configuration, benchmarking, prompt-caching implementation, and tokenization are all outside what CCAR-F tests.
- Official guide: Claude Certified Architect, Foundations, Exam Guide v1.0
- Registration and current downloads: Architect Foundations on the Partner Academy
The direct PDF link can change. If it stops working, open the Partner Academy page and download the current guide there. Treat that guide, not this page, as the authority on what CCAR-F tests.
Where to go next
The certification path has the full sequence, what each stage costs, and the six-week study plan. PCAO-F is the exam that comes before this one, and the one to sit first if you have not. PCDV-F is the implementation credential, and PCAR-P is the professional capstone.