Updated for Winter '26
ADM-201 Study Guide (Winter '26): Complete Salesforce Administrator Exam Prep
The Salesforce Administrator (ADM-201) certification is the most widely held Salesforce credential and the recommended starting point for most Salesforce careers. This study guide covers every exam section with the depth you need to pass — not just the topic list.
Written and reviewed by Krishna Mohan — ADM-201, PD1, PD2, App Builder & Consultant certified. Updated for Winter '26. Methodology · Contact
ADM-201 Exam at a Glance
60
Questions
105 min
Time Limit
65%
Passing Score
$200
Exam Fee
Retake fee: $100. No prerequisites required. Delivered through Webassessor (online proctored or test centre).
ADM-201 Exam Sections and Weightage
The top two sections together account for 40% of the exam. Do not neglect the lower-weight sections — 7% is still 4 questions.
Company settings, user management, profiles, permission sets, org security, field-level security
Standard and custom objects, fields, page layouts, compact layouts, Lightning apps, record types
Flow Builder, validation rules, workflow rules, approval processes, process automation best practices
Import Wizard, Data Loader, reports, dashboards, list views, sharing rules, OWD settings
Leads, accounts, contacts, opportunities, products, price books, campaigns, forecasting
Cases, queues, assignment rules, escalation rules, knowledge, entitlements, service console
Chatter, tasks, events, email templates, activity management, Salesforce mobile app
What Each Section Actually Tests
Configuration and Setup (20%)
This section tests your ability to set up a Salesforce org from scratch. Key areas: org-wide defaults (OWD) and when to use each setting (Private / Public Read Only / Public Read-Write), profile vs permission set vs permission set group decisions, field-level security (FLS), login hours and IP restrictions, and the difference between roles (visibility) and profiles (access). Most common mistake: confusing role hierarchy (record visibility) with profiles (object access).
Object Manager and Lightning App Builder (20%)
Custom objects, field types (formula, roll-up summary, lookup, master-detail), validation rules, record types, and page layouts. Know when to use a roll-up summary field vs a formula field vs a report. Lightning App Builder questions test which components can go where (Home, Record, App pages) and how to assign page variants to profiles.
Workflow and Process Automation (16%)
Flow Builder is the primary automation tool tested. Know: screen flows vs auto-launched flows, flow triggers (record-triggered, schedule-triggered), the order of execution (before save → validation rules → after save flows), and when to escalate from a flow to Apex. Also expect questions on approval processes: entry criteria, initial submitters, approval steps, and final actions.
Data and Analytics Management (14%)
Data import (Import Wizard vs Data Loader — use Import Wizard for up to 50k records and standard objects; Data Loader for bulk operations or custom objects), data quality management, deduplication, reports (tabular, summary, matrix, joined) and dashboards (chart types, running user, scheduled refresh). Know sharing rules: criteria-based vs ownership-based, and how they interact with OWD.
Sales and Marketing Applications (12%)
Lead lifecycle (lead status, conversion, mapping fields), opportunity stages and forecasting, products and price books (standard vs custom), campaigns and campaign member statuses, and activity management. Know how lead conversion maps to Accounts, Contacts, and Opportunities — and what does not transfer automatically.
Service and Support Applications (11%)
Case management: case assignment rules, queues, escalation rules, auto-response rules. Salesforce Knowledge (article types, data categories, visibility). Entitlements and milestones. Service Console setup. Know the order in which assignment rules are evaluated and what happens when no rule matches.
Productivity and Collaboration (7%)
Chatter settings (enable/disable per profile, groups, files), task and event management, email templates (text, HTML, letterhead), and Salesforce mobile app configuration (mobile navigation, compact layouts). Fewer questions but straightforward — do not skip this section.
6-Week ADM-201 Study Plan
Week 1 — Configuration and Security (20%): Org setup, user management, profiles, permission sets, OWD, role hierarchy, sharing rules, and field-level security. Use Trailhead's “Salesforce Platform Basics” and “Data Security” modules. Practice: configure a new user with a custom profile, then restrict access to a specific object using FLS.
Week 2 — Object Manager and App Builder (20%): Custom objects, field types (formula, roll-up summary), record types, page layouts, validation rules, and Lightning App Builder components. Practice: build a custom object with a roll-up summary field and a master-detail relationship. Assign different page layouts per record type.
Week 3 — Automation and Process (16%): Flow Builder (record-triggered, screen flows), approval processes, and the order of execution. Practice: build a record-triggered flow that creates a follow-up task when an Opportunity reaches Closed Won. Configure a two-step approval process.
Week 4 — Data Management and Analytics (14%): Import Wizard vs Data Loader, deduplication, report types (summary, matrix, joined), dashboard components, and scheduled reports. Practice: build a matrix report for pipeline by stage and owner. Create a dashboard with a funnel chart.
Week 5 — Sales, Service, and Productivity (30%): Lead conversion, products and price books, case management (queues, assignment rules, escalation), Salesforce Knowledge, entitlements, and Chatter. Review scenario-based use cases for each.
Week 6: Full timed mock exams (60 Q / 105 min), weak-area targeted revision. Score 75%+ consistently before booking.
What Comes After ADM-201?
Once you've passed ADM-201, most admins either deepen platform skills or specialise by cloud:
- Strengthen your admin foundation with Advanced Administrator and Platform App Builder if you want to stay on the core admin track.
- Move into implementation work with Sales Cloud Consultant, Service Cloud Consultant, or Nonprofit Cloud Consultant depending on your current org and target role.
How to Approach ADM-201 Scenario Questions
- Security questions: Always start by identifying whether the requirement is about object access (profiles/permission sets) or record visibility (OWD + sharing rules + role hierarchy). These are the most frequently tested — and most frequently confused — concepts.
- Automation questions: If the requirement says “without code” and happens on record save, the answer is almost always Flow (record-triggered). If it requires user input, Screen Flow. If it needs multi-level approval, Approval Process. Workflow Rules and Process Builder are legacy — the exam still tests them but favours Flow.
- Data management questions: If the question mentions “up to 50,000 records” and standard objects, Import Wizard. If it mentions “hundreds of thousands of records,” custom objects, or automated scripts, Data Loader.
- Relationship field questions: If the child record must not exist without the parent, master-detail. If the child can exist independently, lookup. Roll-up summary fields only work on master-detail relationships — this is a common distractor answer when the question uses lookup relationships.
Mock-Test Benchmark Before Booking
ADM-201 passing score is 65% (39/60 questions). Use this benchmark before scheduling:
75%+ on 3 timed full mocks (60 Q / 105 min), one week apart
ADM-201 has the broadest content coverage of any Salesforce exam. The most common failure mode is spending too much time on automation and neglecting security model questions. If you are consistently missing security or data management questions, spend another week specifically on sharing model scenarios.
Top 10 Topics to Review the Day Before
- OWD settings (Private / Public Read Only / Public Read-Write / Controlled by Parent) and what each allows
- Role hierarchy: visibility vs access — roles affect who can see records, not what they can do
- Profile vs Permission Set vs Permission Set Group — when to use each
- Validation rule order of execution and when they fire (before triggers, after page save)
- Record-triggered flow: before-save vs after-save and why before-save is more efficient
- Import Wizard vs Data Loader — limits, supported objects, and use cases
- Master-detail vs lookup — required parent, roll-up eligibility, cascade delete
- Approval process components: entry criteria, initial submission actions, approval steps, final actions
- Lead conversion — what fields map, what does not auto-populate on the converted account
- Report types: tabular (no grouping), summary (row grouping), matrix (row + column), joined (multiple report types)
Practice With Real Exam-Style Questions
Apply this study guide with free ADM-201 practice questions, exam weightage breakdown, and prep tips:
Planning to take App Builder after ADM-201? Compare ADM-201 vs App Builder → | How to become a Salesforce Administrator →
Exam Section Difficulty Heatmap
Which sections are a gimme vs which ones trap confident candidates. Use this to prioritise your final-week revision.
| Exam Section | Difficulty | Study Tip |
|---|---|---|
| Configuration and Setup | Moderate | Know OWD, profiles, and permission sets — the security model hierarchy trips up most candidates. |
| Object Manager and Lightning App Builder | Moderate | Focus on relationship types (MD vs Lookup) and when to use each in a scenario. |
| Workflow and Process Automation | Trap ⚠ | Salesforce now favours Record-Triggered Flows over Process Builder — default to Flow as the answer. |
| Data and Analytics Management | Moderate | Joined Reports and dashboard filter limitations (equality only) are high-frequency exam topics. |
| Sales and Marketing Applications | Easy | Leads, Opportunities, and Campaigns are well-documented — practise scenario routing. |
| Service and Support Applications | Moderate | Know Entitlements vs Service Contracts and Omni-Channel queue vs skills routing. |
| Productivity and Collaboration | Easy | Lowest-weight section — Chatter, Files, and Calendar integration questions are straightforward. |
Difficulty based on analysis of common candidate errors across each exam section.
Ready to Test Your Knowledge?
Try the Salesforce Administrator (ADM-201) free practice exam — scored with full explanations.
Salesforce Administrator (ADM-201) Free Practice Exam →