There is already useful material out there about this exam, so I won't pretend I'm filling a void. What I haven't seen is this angle: a non-native English speaker, over 50. If that's closer to your situation than the usual write-up, this one is for you.
TL;DR
- Judgement exam, not a facts exam. All four options usually work; pick the better one.
- Read the stem like a detective before looking at the answers.
- Do exam-level practice tests and explain the distractors out loud. Links below.
- 100% on a practice test means the test was too easy. Find the hard material first, not last.
- 16 hours net was enough for me, with a year of Claude Code behind it.
- Sort your room and your door before you sort your notes.
- Not a developer, not a native speaker, over 50. It's doable.
- The material was worth more than the certificate. It would have saved us real money a year ago.
Why my profile might matter to you
- I'm Swiss. English is not my first language. The exam is English-only, and the language is the hard part — more on that below.
- I'm over 50. If you're in the same bracket and quietly wondering whether this train has left without you: it hasn't.
- I'm not a developer. I'm a manager. No hands-on experience with the Anthropic SDK (While I started with BASIC and Pascal, I lately only vibe-code).
- I do have an MSc from ETH Zurich and 26 years in the IT industry, so I'm not coming in cold — but none of that is Claude-specific.
- I've worked with agentic systems since GPT first shipped, across several vendors, not only Claude. And I've been a daily Claude Code user for about a year. I suspect that last point mattered more than anything I studied.
Why I did it
Three reasons, in order of honesty:
- To set an example for my team. Hard to ask people to certify if you haven't.
- To have real experience to share internally instead of second-hand advice.
- Marketing. Client-facing credibility is a legitimate reason and I'm not going to pretend otherwise.
The hard facts (briefly — these are easy to google)
60 scenario-based questions, 120 minutes, scaled score, 720/1000 to pass, valid 12 months, delivered via Pearson VUE. I took it online with OnVUE.
What the exam actually tests — the single most important thing I can tell you
It is not a facts exam. It's a judgement exam.
Almost every question gave me four options that were all plausible. Often all four would technically work. The question is which one is more efficient, more deterministic, or more maintainable — and why. There is rarely an option that is simply wrong; there are options that are simply worse.
This has a direct consequence for how you read:
If you skip straight to the options and pattern-match, you will get burned, because the options are deliberately built to look alike.
That's also why I found the exam genuinely hard, despite feeling well prepared.
How I prepared — 16 hours net, and what was worth it
Practice exams — by far the most valuable. Difficulty varies wildly between the free resources out there, so here's a ranked ladder. My scores are in brackets so you can calibrate.
If you only do one thing: work through the last two until you can articulate why each distractor is worse, not just which letter is right.
Claude is an excellent teacher to explain me the details about why I got it wrong. Just pasted the screenshots of the questions there.
A warning about practice scores. If you hit 100% on a practice test, that usually says more about the test than about you. I scored 100% on the easy one and briefly felt ready — I wasn't. I only found the exam-level material near the end of my preparation, which turned the last stretch into unnecessary stress. Find the hardest practice resource first, not last. Calibrate against that, and treat anything you ace as a warm-up, not a signal.
The official study guide — obviously. That's the backbone.
Two things I'd skip or do differently:
- I generated German-language podcasts from the study guide with LM Studio and listened while swimming. Nice idea, full of funny AI-generated jokes (example: "the json schema is the wet dream of every backend developer"), poor return. Passive audio doesn't build the discrimination skill this exam tests.
- I built an Anki deck. Useful for terminology and exact syntax, but it trains recall — and recall isn't the bottleneck. I'd cut this down to a small deck of canonical paths, frontmatter fields and CLI flags, no more.
Both are available if anyone wants them, see the end.
Where I actually lost points
The score report breaks results down per objective, which is genuinely useful. My pattern, two clusters:
1. Choosing between overlapping Claude Code configuration mechanisms. CLAUDE.md vs. .claude/rules/ with glob patterns vs. Skills vs. hooks vs. settings permissions. All five can "make Claude behave a certain way." Knowing which one fits which kind of guidance, and when it should apply, is the actual skill. I also dropped points on picking the right built-in tool (Grep vs. Glob vs. Read vs. Bash) for a given job.
2. "Which knob do I turn when things degrade." Context window optimisation, fixing output truncation, synchronous Messages API vs. Message Batches, human review routing. Again: several options work, one scales.
What I got 100% on: essentially all of agentic architecture and orchestration — subagent spawning, explicit context passing, delegation strategy, state persistence, parallel tool calls, session resumption — plus all of MCP and tool design.
So: architectural thinking transferred. Claude Code's configuration plumbing less so. A very recognisable manager profile, and worth knowing if you share it.
One caveat before you over-read my report: some objectives appear to carry only a single question, so a 0% can be one unlucky guess rather than a real gap.
And the reassuring part: I scored 833 with five objectives at 0%. You don't need to know everything.
Do you need hands-on experience?
I can't answer this cleanly. I had zero direct SDK practice but a year of daily Claude Code use, and I think that year did a lot of quiet work. How it goes without any hands-on exposure, I genuinely don't know. If you've passed without it, I'd love to hear it.
Was it worth it beyond the badge?
This is the part I didn't expect. Set the certificate aside for a moment — the material itself would have saved my organisation thousands of francs had I known it a year earlier.
We had been building agentic workflows for a while, and largely learning by collision: burning tokens on approaches that don't scale, letting prompt instructions carry guarantees that only code can enforce, resuming sessions on stale state, running things synchronously that had no business blocking anyone. None of that is exotic knowledge. It's all in the curriculum. We just paid tuition to discover it ourselves, repeatedly.
So if you're weighing the exam fee and a couple of weekends against the value: for me the study material was worth more than the credential, and the credential is worth a fair amount.
OnVUE / test-day logistics
Went smoothly, but the setup deserves real attention:
- Finding a suitable room was the actual work. Clean desk, nothing on the walls behind you, no second monitor.
- Put a sign on the door. My son started shouting mid-exam. Not ideal. If someone interrupts you, you risk being failed — this is not a theoretical concern.
- Proctoring appeared fully automated. No human contact at any point.
- Time was sufficient. I used the last 15 minutes to review.
- Flag your uncertain questions as you go. You can jump straight back to the flagged ones at the end. This is the single most useful mechanic in the interface.
Happy to share the Anki deck and the German podcasts — comment or DM and I'll post links.
Full disclosure: I used Claude to help structure and write up this post. The experience, the opinions and the conclusions are 100% mine.