I write Apex for a living and I put off ADM-201 for four years because I assumed it was beneath me. Then I spent a full sprint debugging a data issue that turned out to be a sharing rule interacting with an owner-based criteria rule, and I realised I did not actually understand the platform I was writing code on top of.
So I sat it. Passed with room to spare, but not for the reasons I expected — the sections I found hardest were the ones I'd dismissed as "clicky stuff."
Here's the current blueprint, domain by domain, with what each one really asks you. The outline was refreshed effective December 2025, so if you're reading a guide written before that, the weightings you've got are wrong.
The format, quickly
60 scored multiple-choice questions plus up to 5 unscored, 105 minutes, 65% to pass. That's 39 of 60. You can drop 21 and still walk out certified. $200 to sit, $100 for a retake, and it's valid for three years with free maintenance modules each release.
Before you read the rest of this, go take a free ADM-201 practice test cold. Developers consistently overrate themselves here. I scored 61% on my first untimed run and I'd been in the ecosystem for years.
Data and Analytics Management — 17%
The biggest single domain now, which surprised a lot of people. Roughly 10 questions.
What it tests: import wizard versus Data Loader (record limits, which objects each supports, when you must use Data Loader for hard deletes), duplicate and matching rules, and then a solid block of reports and dashboards.
The report questions are where devs lose points. Know the difference between a joined report and a matrix report, what a bucket field does, when you need a custom report type versus a standard one, and how cross filters work. Dashboard running user is a classic: with a dynamic dashboard, the viewer's own permissions apply; with a static one, everyone sees the running user's data. That's a security question dressed up as a reporting question, and it appears constantly.
Configuration and Setup — 15%
About 9 questions. Company settings, fiscal years, business hours, the UI settings that nobody touches until a stakeholder asks why the currency is wrong.
This is also where the security model lives, and this is the part I'd tell any developer to study hardest. Org-wide defaults, role hierarchy, sharing rules, manual sharing, team access — in that order, because that's the order access is granted and it's never revoked by a later step. Profiles set the baseline of what a user can do; permission sets add. Nothing subtracts. If you internalise "OWD is the floor, everything else opens doors," half these questions answer themselves.
Delegated administration and login access policies show up once or twice. Know they exist.
Object Manager and Lightning App Builder — 15%
Another 9 or so. Custom fields and their gotchas: which field types can't be changed after creation, what happens to data when you convert a text field to a picklist, why you can't delete a field that's referenced in a formula or a flow.
Relationships: master-detail cascades deletes and enables roll-up summaries; lookup doesn't and can't. Record types plus page layouts plus picklist value assignment is a three-part interaction that the exam enjoys tangling.
For App Builder: dynamic forms, component visibility filters, and knowing that a Lightning record page can be assigned by app, record type and profile simultaneously.
Automation — 15%
Roughly 9 questions, and as a developer this was my easiest section — with one caveat.
Flow dominates. Record-triggered flows (before-save versus after-save, and why before-save is faster because it doesn't re-run the save), scheduled flows, screen flows, approval processes. Know that Workflow Rules and Process Builder are retired and that questions phrased around them are asking you to migrate.
The caveat: the exam wants the declarative answer unless declarative genuinely can't do it. My instinct on three questions was "write a trigger," and on all three the right answer was a before-save flow. Recalibrate. Apex is correct only when you need callouts, complex bulk logic across many objects, or something with no clicks-based equivalent.
Order of execution is worth memorising as a sequence. Validation rules, before-save flows, triggers, duplicate rules, assignment rules, workflow field updates — write it out until you can reproduce it in ten seconds.
Sales and Marketing Applications — 10%
About 6 questions. Lead conversion (what becomes an Account, Contact and Opportunity, and what happens to custom lead fields if you haven't mapped them), opportunity products and price books, forecasting, campaign influence.
Price books are the quiet killer. Standard price book versus custom, why a product with no entry in the active price book can't be added to an opportunity. If you've never sold anything in a Salesforce org, spend an hour on this.
Service and Support Applications — 10%
Another 6. Case assignment rules, escalation rules, entitlements, milestones, Knowledge, omni-channel, email-to-case versus web-to-case.
Assignment rules run in order and stop at the first match — that ordering behaviour is a common question. Entitlement processes and milestones are worth knowing at a definition level; you won't be asked to configure one end to end.
Productivity and Collaboration — 10%
6 questions covering activities, tasks and events, Chatter, Salesforce mobile, Slack integration basics, and the newer productivity tooling.
Genuinely the least interesting domain and the easiest to pick up in an evening. Don't skip it — 6 questions is worth more than the effort it takes.
Agentforce — 8%
New. Around 5 questions. You need to know what an agent topic and an action are, how Agent Builder differs from Prompt Builder, what permissions an agent user needs, and where you monitor agent activity.
You are not being asked to build production AI. You are being asked whether you know the vocabulary and the admin-side guardrails. A couple of hours on the Agentforce basics trailmix covers it.
What I'd do differently
I studied breadth-first and it was wrong. The security model and reports together are about a third of the exam and they're the two areas where "I use Salesforce every day" doesn't save you, because the exam asks about configurations you'd never build yourself.
If I ran it again: two weeks on security and sharing until I could diagram OWD-to-manual-share from memory, one week on reports and dashboards, one week on Flow and order of execution, then a week of nothing but timed practice sets.
Book the exam before you feel ready. Sixty questions in 105 minutes is about 1 minute 45 each, which is comfortable — the pressure isn't time, it's the second-guessing on the eight or nine questions with two plausible answers. Flag them, move, come back.
Was it worth it for a developer?
More than I expected. Certified admins in the US sit somewhere around the $95k–$130k band depending on region and experience, but the salary wasn't the point for me. The point was that I stopped writing code to solve problems the platform had already solved, and I stopped filing bugs that were actually sharing settings.
Full exam breakdown and practice sets are on ExamCert if you want to check where you stand. Get to a consistent 80% on practice before booking — 65% is the pass mark, not the target.

Top comments (0)