Career Employer

FREE Salesforce Administrator Study Guide 2026

The most important things the Salesforce Administrator exam tests — an interactive study guide with built-in quizzes and flashcards, organized by all 8 official exam domains (including the new Agentforce AI domain).

Check sections to boost your score

Don't know where to start?

To find us again, just search “Career Employer Salesforce Administrator

By

This free Salesforce Administrator study guide walks through every content domain the Salesforce Certified Administrator exam tests, organized to the current official exam outline (refreshed December 2025).[1]

It’s interactive, not a wall of text: every module has built-in checkpoint quizzes, flashcards, and practice questions, so you learn by doing — not just reading.

The exam tests eight official domains, and we teach them in eight study modules, leading with the heaviest-weighted content. Read a module, test yourself at each checkpoint, then drill gaps with our free practice test and flashcards. This guide is a high-yield overview that maps the official content — not a full Salesforce reference manual.

Salesforce Administrator Exam Snapshot

Salesforce Certified Administrator exam at a glance
DetailSalesforce Administrator Exam
Questions60 scored + up to 5 unscored (about 65 total)
FormatMultiple choice / multiple select, computer-based
Time105 minutes
Passing score68% (English) — 41 of 60 scored correct
Cost$200 registration; $100 retake (+ tax)
DeliveryOnsite testing center or online proctored
Certifying bodySalesforce
EligibilityNone required (6+ months admin experience recommended)
Retake policy24-hour wait between attempts
Outline versionRefreshed December 15, 2025

After the December 2025 refresh the exam has eight domains. The four heaviest — Data & Analytics Management and the three 15% domains — together make up 62% of the exam, so that is where to invest first.[1] Study by weight:

Salesforce Administrator weighting by content domain (official, Dec 2025 outline)
Data & Analytics Management17% · Domain 1
Configuration & Setup15% · Domain 2
Object Manager & Lightning App Builder15% · Domain 3
Automation15% · Domain 4
Sales & Marketing Applications10% · Domain 5
Service & Support Applications10% · Domain 6
Productivity & Collaboration10% · Domain 7
Agentforce AI8% · Domain 8 (new)

Module 1 · Data & Analytics Management

Domain 1, 17% of the exam — the single largest domain. This domain is about getting data into Salesforce cleanly, keeping it clean, and getting insight out with reports and dashboards. It is the highest-yield place to start.

1.1 Importing & Exporting Data

The two import tools are the and , and the exam loves to make you choose between them. The Data Import Wizard runs in the browser, handles up to 50,000 records for common standard objects and custom objects, and has built-in duplicate matching. Data Loader is a desktop/CLI app for up to 5 million records, all objects, and the operations the Wizard can’t do.

Data Import Wizard vs. Data Loader
Data Import WizardData Loader
Where it runsIn the browser (Setup)Desktop app or command line
Record limitUp to 50,000Up to 5,000,000
ObjectsCommon standard + custom objectsAll objects
OperationsInsert, update, upsertInsert, update, upsert, delete, export
Delete records?NoYes
Schedule recurring loads?NoYes (via CLI)
Best forEveryday admin importsLarge or complex loads, exports, backups

An combines insert and update: it uses a record ID or an to update matching records and create the rest. For exports and backups, use Data Loader or the Data Export service in Setup.

1.2 Data Quality & Mass Actions

Data quality is enforced with (block bad saves), paired with a (block or alert on duplicates), and required fields. For bulk maintenance, admins use mass transfer (reassign ownership), mass delete, and mass update tools. Deleted records sit in the Recycle Bin for 15 days before permanent removal.

Data-quality and mass-maintenance tools
ToolWhat it does
Validation ruleBlocks a save when a formula condition fails, with an error message
Duplicate + matching ruleAlerts or blocks when a new record matches an existing one
Mass transferReassigns ownership of many records at once
Mass deleteDeletes many records of selected types (to the Recycle Bin)
Data Export serviceGenerates scheduled CSV backups of org data

1.3 Reports & Dashboards

A defines which objects and fields are reportable and how related objects are joined. Every report uses one of four formats: (a flat list), (grouped rows with subtotals), (grouped by rows and columns), and (multiple blocks). Power features include the , the , custom filter logic, and summary formulas.[11]

The four Salesforce report formats
FormatUse it for
TabularA simple flat list — exports and list-style views
SummaryRows grouped with subtotals and charts (most common)
MatrixComparing totals across two dimensions (rows × columns)
JoinedRelated but distinct data sets side by side, even different report types

A visualizes report data; each component is fed by a single source report. In a standard dashboard, the determines whose data everyone sees; a shows each viewer their own data. A writes report results to a custom object so you can trend data over time.

Checkpoint · Data & Analytics Management

Question 1 of 10

An administrator builds an Opportunities report and wants to show only records where Stage equals Closed Won OR Amount is greater than 100,000. Using the standard filter row interface, both conditions are currently combined with AND. What must the administrator configure to change this to an OR relationship?

Module 2 · Configuration & Setup

Domain 2, 15% of the exam. This domain is the heart of Salesforce administration: managing users, controlling login security, and — most importantly — the security model that decides who can do what and see which records.

2.1 Users, Licenses & Login Security

Each user needs a (which sets the baseline features) and is created, edited, and maintained in Setup. You cannot delete a user — you deactivate them (which frees the license) or freeze them (an immediate, reversible login block while you reassign their records). Login security includes password policies, multi-factor authentication (MFA), login IP ranges and hours, and session settings.

2.2 Profiles, Permission Sets & Roles

This is the most-tested distinction on the exam. A is the baseline — every user has exactly one. A grants additional access on top, and a user can have many; bundle them with a . Modern best practice is minimal-access profiles plus permission sets rather than dozens of custom profiles.[4] A is different again: it controls record-level access through the .

Profiles vs. permission sets vs. roles
ProfilePermission setRole
Per userExactly oneManyOne (optional)
ControlsWhat you can DO (baseline)Extra of what you can DOWhich RECORDS you can see
Grants object/field accessYesYes (additive)No
Affects record visibilityNoNoYes (via hierarchy)
Best practiceKeep minimalGrant most access hereMirror your org chart

Within profiles and permission sets you set (CRUD, plus View All / Modify All) and (FLS). FLS is powerful: a field hidden by FLS is hidden everywhere — page layouts, reports, and the API.

2.3 The Record-Access Model

Record access starts locked down with the (OWD) — the most restrictive baseline per object (Private, Public Read Only, or Public Read/Write) — and is then opened up by four tools: the role hierarchy, (owner- or criteria-based), , and teams. Sharing can only grant access, never restrict below the OWD.[3]

Checkpoint · Configuration & Setup

Question 1 of 10

An administrator must give the entire org a common baseline of object access and tab visibility, then layer extra permissions onto only a few power users without changing what everyone else can do. Which combination follows Salesforce's recommended model for granting access?

Module 3 · Object Manager & Lightning App Builder

Domain 3, 15% of the exam. This domain is the data model — objects, fields, and the relationships between them — plus how you present records with record types, page layouts, and Lightning record pages.

3.1 Objects, Fields & Relationships

Salesforce ships with (Account, Contact, Lead, Opportunity, Case) and you add (API name ends in __c). The two main relationships are the (loosely coupled, independent ownership) and the (tightly coupled, the detail inherits the master’s sharing and is deleted with it). Two master-detail fields make a — a many-to-many relationship.[5]

Lookup vs. master-detail relationship
LookupMaster-detail
CouplingLooseTight
Child ownership & sharingIts ownInherited from the master
Delete parentChild remainsChild is cascade-deleted
Child required?OptionalRequired (must have a master)
Roll-up summary fieldsNot supportedSupported

3.2 Record Types, Layouts & Lightning Pages

A gives different users different page layouts, picklist values, and business processes on the same object. A controls the fields, related lists, and buttons on a record (assigned by profile and record type). A , built in the , controls the overall component arrangement and visibility in Lightning Experience — and lets you place individual fields directly on it.[6][7]

Page layout vs. Lightning record page
Page layoutLightning record page
ControlsFields, related lists, buttons (the 'form')Component arrangement, tabs, visibility
Built inPage Layout editorLightning App Builder
Assigned byProfile + record typeApp, record type, and profile
Component visibility rulesNoYes (filters by field, device, user)

3.3 Formula & Roll-Up Summary Fields

A is read-only and calculates its value at runtime from other fields (it isn’t stored), and a cross-object formula can pull values from a parent record. A lives on a master record and aggregates child records with COUNT, SUM, MIN, or MAX — which is exactly why it requires a master-detail relationship.

Formula field vs. roll-up summary field
Formula fieldRoll-up summary field
Calculates fromFields on the same (or parent) recordChild records in a master-detail relationship
OperationsAny formula expressionCOUNT, SUM, MIN, MAX
Requires master-detailNoYes
Stored?No (computed at runtime)Yes (recalculated on child change)

Checkpoint · Object Manager & Lightning App Builder

Question 1 of 10

Before assigning record types on the Lead object, an administrator must first define the underlying process that orders the Lead Status picklist values for each record type. Which configuration is required to associate a status sequence with a record type?

Module 4 · Automation

Domain 4, 15% of the exam. Salesforce automation is now Flow-first: is the primary declarative tool, and Workflow Rules and Process Builder reached end of support on December 31, 2025. Know Flow types, approval processes, and which tool fits which need.

4.1 Flow Builder & Flow Types

Flow Builder creates several flow types. A shows interactive screens to guide a user.

A runs when a record is created, updated, or deleted — before-save for fast field updates on the same record (no extra database operation) and after-save for related records, emails, and other actions. A runs at a set time over a batch, and an autolaunched flow runs in the background.[8][9]

Salesforce flow types
Flow typeRuns whenUse it for
Screen flowA user launches itGuided, multi-step data entry with screens
Record-triggered (before-save)A record is saved (created/updated)Fast field updates on the same record
Record-triggered (after-save)After a record is savedRelated records, emails, async actions
ScheduledAt a set time/frequencyBatch processing over many records
AutolaunchedCalled by code, action, or another flowReusable background automation (subflows)

4.2 Approval Processes

An routes a record to one or more approvers for human sign-off. It defines entry criteria, the steps and approvers, and automated actions on submission, approval, rejection, and recall — such as field updates, , and tasks.[10]

4.3 Choosing the Right Automation Tool

The exam constantly asks “which tool?” The rule of thumb: validation rule to block bad data, before-save flow for same-record field updates, after-save flow for everything else automated, and an approval process for human sign-off.

Checkpoint · Automation

Question 1 of 10

An administrator has three separate record-triggered flows that all run after save on the Account object, and the order in which they execute matters for the result. Which Flow Builder feature lets the administrator view and set a numeric trigger order so the flows run in a predictable sequence?

Module 5 · Sales & Marketing Applications

Domain 5, 10% of the exam. This domain covers the standard sales objects and how marketing feeds them: leads, opportunities, products and price books, and campaigns.

5.1 Leads, Opportunities & Products

A is an unqualified prospect stored apart from accounts and contacts. When you a lead, it becomes an Account, a Contact, and optionally an , with the lead’s fields mapped across.

route new leads automatically. Opportunities move through stages (a sales process) toward Closed Won; products come from a , added to an opportunity as line items.

5.2 Campaigns & Sales Productivity

A tracks a marketing initiative; leads and contacts join it as campaign members with a status, and campaign influence attributes opportunity revenue back to campaigns for ROI. Sales productivity tools include the sales Path (guidance per stage) and activities.

Checkpoint · Sales & Marketing Applications

Question 1 of 10

An administrator wants reps to choose from a different set of opportunity stage values depending on whether the deal is a New Business sale or a Renewal. What configuration links each business scenario to its own subset of stage picklist values?

Module 6 · Service & Support Applications

Domain 6, 10% of the exam. This domain is Service Cloud: managing from creation to resolution, routing them, and enforcing service levels.

6.1 Cases, Queues & Routing

A case is created by phone, a portal, or a channel, then routed. send a new case to the right user or ; act on cases that age past time criteria; auto-response rules acknowledge the customer; and Omni-Channel routes work to the most available, qualified agents.

6.2 Channels, SLAs & Knowledge

Cases arrive through Web-to-Case and Email-to-Case. Service-level agreements are enforced with entitlements and an (a timeline of milestones, such as first response within an hour). gives agents and customers articles to resolve cases faster, and the Service Console gives agents an efficient workspace.

Checkpoint · Service & Support Applications

Question 1 of 10

A support team complains that when a case sits in the Tier 2 queue, nobody is officially responsible for it until someone manually accepts it. An administrator wants to confirm what happens to record ownership while a case waits in a queue before an agent takes it. Which statement is accurate?

Module 7 · Productivity & Collaboration

Domain 7, 10% of the exam. This domain covers the tools that help users get work done and work together: activities, Chatter, the mobile app, AppExchange, and email productivity.

7.1 Activities, Chatter & Mobile

An is a task (a to-do with a due date) or an event (a calendared appointment); both appear on the Activity Timeline of a record. is the collaboration feed — posts, comments, @mentions, groups, and following records and people. The Salesforce mobile app surfaces Lightning pages, list views, and actions on phones.

Tasks vs. events
TaskEvent
What it isA to-do itemA calendar appointment
HasA due date and statusA start and end time
Shown onActivity Timeline & to-do listsActivity Timeline & calendar

7.2 AppExchange & Email Productivity

The is the marketplace for installing managed packages that extend Salesforce. A managed package is upgradable and locked by the publisher; an unmanaged package is an editable template you own after install. Email productivity includes reusable email templates, list email, and integrations such as Salesforce Inbox.

Checkpoint · Productivity & Collaboration

Question 1 of 10

An administrator wants sales reps to filter and view a saved set of records, such as all open opportunities closing this quarter that they own, directly from the Opportunities tab without running a report. Which Salesforce feature provides this saved, filterable display of records?

Module 8 · Agentforce AI

Domain 8, 8% of the exam — brand new in the December 2025 refresh. is Salesforce’s platform for building AI agents that take actions and answer questions using trusted Salesforce data. As an admin, you set up, secure, and troubleshoot agents.[1]

8.1 Agents, Topics & Actions

You build an agent in . An agent is organized into — groupings of related jobs, each with instructions and the actions it can perform (query records, run a flow, draft an email). The agent is grounded in company data so its answers reflect real records rather than guesses.

Agentforce building blocks
ElementWhat it is
AgentAn AI assistant that reasons over data and performs tasks
TopicA grouping of related jobs the agent can handle
ActionA specific task the agent can invoke (e.g., query or update records, run a flow)
GroundingUsing trusted Salesforce data so responses are accurate and relevant
Prompt BuilderA tool for reusable, grounded generative-AI prompt templates

8.2 Permissions, Prompts & Troubleshooting

To enable Agentforce, an admin turns it on in Setup and assigns the required permission sets and licenses. Agents respect the Salesforce security model — they can only use the data and actions they are granted— so troubleshooting an agent that can’t access a record means checking its user permissions, the action’s data access, and sharing. Admins also manage and update the agent’s and test agents before deployment.

Checkpoint · Agentforce AI

Question 1 of 10

A service organization wants to deploy an autonomous AI assistant that can independently reason over a customer's question, decide which actions to take, and resolve common support cases in a self-service channel without a human agent driving each step. Which Salesforce capability is designed for this use case?

How to Use This Salesforce Administrator Study Guide

This guide is built to be worked, not just read. The most efficient path to a pass:

  • Study by weight. Data & Analytics (17%) plus the three 15% domains (Configuration & Setup, Object Manager & Lightning App Builder, Automation) are 62% of the exam — master those first.
  • Check off as you go. Use the Study Guide Contents to mark each section done; it raises your exam-readiness score.
  • Take every checkpoint. The end-of-module quizzes show you exactly which domains need another pass.
  • Drill the weak domain. Send your weak area into the flashcards and a practice test until the score climbs.
  • Learn the “which tool?” decisions. Profiles vs. permission sets, lookup vs. master-detail, validation rule vs. flow — these distinctions are where the exam scores you.

Salesforce Administrator Concept Questions

Common Salesforce admin concepts candidates search while studying for the exam — each answered briefly and backed by an official Salesforce source. Test yourself, then drill them as flashcards.

Salesforce Administrator Glossary

The high-yield Salesforce admin terms in one place — hover any dotted term in the guide, or flip the whole deck here as a self-grading flashcard set.

Activity
A task (a to-do with a due date) or an event (a calendared appointment) tracked against records.
Agent Builder
The tool used to create and configure Agentforce agents, defining their topics, instructions, and actions.
Agentforce
Salesforce's platform for building AI agents that take actions and answer questions using trusted Salesforce data.
AppExchange
Salesforce's marketplace for installing managed packages that extend the platform.
Approval process
A multi-step automation that routes a record to approvers, with actions on submission, approval, rejection, and recall.
Assignment rule
A rule that automatically routes new cases or leads to the right user or queue based on criteria.
Bucket field
A report field that categorizes records into groups you define, without a custom formula field.
Campaign
A marketing initiative tracked in Salesforce, with members and return-on-investment metrics.
Case
A record of a customer question, issue, or request tracked to resolution by the service team.
Chatter
Salesforce's enterprise social collaboration tool for posts, comments, mentions, groups, and following records and people.
Cross filter
A report filter based on the presence or absence of related records (for example, accounts with or without opportunities).
Custom object
An object you create to store data unique to your business; its API name ends in __c.
Dashboard
A visual display of report data using components such as charts, gauges, metrics, and tables; each component uses one report.
Data Import Wizard
An in-browser tool to import up to 50,000 records for common standard objects and custom objects, with duplicate matching.
Data Loader
A desktop or command-line application for importing, updating, upserting, deleting, and exporting up to 5 million records of any object.
Duplicate rule
A rule that blocks or alerts when a user saves a record matching an existing one, based on a matching rule.
Dynamic dashboard
A dashboard that shows each viewer their own data according to their access, rather than one running user's data.
Dynamic Forms
A Lightning App Builder feature that places individual fields and sections on the record page for fine-grained visibility and rules.
Email alert
An automation action that sends an email using a template to specified recipients.
Entitlement process
A timeline of milestones a case must meet (such as first response time) to enforce service-level agreements.
Escalation rule
A rule that escalates cases that remain open beyond defined time criteria.
External ID
A custom field that identifies records from an external system, enabling upsert matching and faster lookups.
Field-level security
FLS — controls which fields a user can see and edit; it overrides page layouts and applies in reports and the API.
Flow
Salesforce's primary declarative automation tool; Flow Builder creates flows that guide users and act on records.
Formula field
A read-only field that calculates its value from other fields at runtime; the value is not stored.
Joined report
A report with multiple blocks that can use different report types side by side.
Junction object
A custom object with two master-detail relationships, used to model a many-to-many relationship.
Lead
A prospect or unqualified sales contact stored separately from accounts and contacts until it is qualified and converted.
Lead conversion
The process that turns a lead into an Account, a Contact, and optionally an Opportunity, mapping the lead's data.
Lightning App Builder
A point-and-click tool to build and customize Lightning app, home, and record pages from components.
Lightning record page
A record page built in the Lightning App Builder that arranges components (including the record detail) and their visibility.
Lookup relationship
A loosely coupled link between two objects; the child has its own owner and survives if the parent is deleted.
Manual sharing
One-off sharing of a single record by its owner or an admin, available when OWD is Private or Read Only.
Master-detail relationship
A tightly coupled relationship where the detail inherits the master's owner and sharing and is deleted with it.
Matching rule
A rule that defines how Salesforce compares records to identify potential duplicates.
Matrix report
A report grouped by both rows and columns, used to compare related totals.
Object permission
CRUD access on an object — Create, Read, Edit, Delete — plus View All and Modify All, set on profiles or permission sets.
Omni-Channel
A feature that routes work — cases, chats, leads — to the most available, qualified agents based on capacity and skills.
Opportunity
A potential revenue deal tracked through stages toward Closed Won or Closed Lost.
Organization-wide default
OWD — the baseline, most-restrictive level of record access for an object; access is then opened up from there.
Page layout
Controls the fields, related lists, buttons, and sections shown on a record.
Permission set
An additive grant of permissions and access assigned on top of a profile; a user can have many. It only grants, never removes, access.
Permission set group
A bundle of permission sets assigned together; muting permission sets can remove specific permissions within the group.
Price book
A list of products with their prices; the standard price book holds standard prices and custom price books hold segment prices.
Profile
A collection of settings and permissions that defines what a user can do. Every user has exactly one profile.
Prompt Builder
A tool to create reusable, grounded generative-AI prompt templates that pull in Salesforce data.
Public group
A collection of users, roles, and other groups used to simplify sharing rules and manual sharing.
Queue
A holding area that can own records (cases, leads, custom objects) and route work until a team member takes ownership.
Record type
A setting that offers different page layouts, picklist values, and business processes to different users for one object.
Record-triggered flow
A flow that runs when a record is created, updated, or deleted; before-save updates the record fast, after-save acts more broadly.
Report type
A template that defines which objects and fields are available in a report and how related objects are joined.
Reporting snapshot
A scheduled job that writes report results to a custom object so you can report on data over time.
Role
A position in the role hierarchy that controls record-level access — which records a user can see — separate from permissions.
Role hierarchy
A structure where users higher up inherit access to records owned by or shared with users below them (roll-up access).
Roll-up summary field
A field on a master record that aggregates (COUNT, SUM, MIN, MAX) values from related detail records.
Running user
The user whose access determines the data shown in a standard dashboard.
Salesforce Knowledge
A knowledge base of articles agents and customers use to resolve cases.
Scheduled flow
An autolaunched flow that runs at a set time and frequency over a batch of records.
Screen flow
A flow that displays interactive screens to guide a user through a process and collect input.
Sharing rule
An automatic exception to the org-wide default that grants extra record access to groups, roles, or owners. It can only grant access.
Standard object
An object provided by Salesforce out of the box, such as Account, Contact, Lead, Opportunity, and Case.
Summary report
A report with rows grouped by one or more fields, allowing subtotals and charts.
Tabular report
A simple, flat list of records with no grouping or subtotals.
Topic
In Agentforce, a grouping of related jobs an agent can handle, containing instructions and the actions for that subject.
Upsert
A combined insert-and-update operation that uses an external ID or record ID to update matches and create the rest.
User license
Defines the baseline set of features available to a user (for example, Salesforce or Platform).
Validation rule
A formula that checks data when a record is saved and blocks the save with an error message if it fails.

Salesforce Administrator Study Guide FAQ

The exam has 60 scored multiple-choice questions plus up to 5 unscored questions that don't affect your score, for about 65 items total. You get 105 minutes. Questions are multiple choice or multiple select.

References

  1. 1.Salesforce. “Salesforce Administrator Credential.” trailhead.salesforce.com.
  2. 2.Salesforce. “Administrator Certification Prep Trail.” trailhead.salesforce.com.
  3. 3.Salesforce. “Control Access to Records (Data Security).” trailhead.salesforce.com.
  4. 4.Salesforce. “Data Security: Overview.” trailhead.salesforce.com.
  5. 5.Salesforce. “Build Platform Apps in Lightning Experience.” trailhead.salesforce.com.
  6. 6.Salesforce. “Create and Configure Lightning Experience Record Pages.” help.salesforce.com.
  7. 7.Salesforce. “Assign Page Layouts to Profiles or Record Types.” help.salesforce.com.
  8. 8.Salesforce. “Build Flows with Flow Builder.” trailhead.salesforce.com.
  9. 9.Salesforce. “Create a Record-Triggered Flow.” help.salesforce.com.
  10. 10.Salesforce. “Approval Processes.” help.salesforce.com.
  11. 11.Salesforce. “Add a Report Chart to a Page Layout.” help.salesforce.com.
  12. 12.Salesforce. “Lightning Page Types.” help.salesforce.com.
Career Employer

Career Employer is the ultimate resource to help you get started working the job of your dreams. We cover topics from general career information, career searching, exam preparation with free study materials, career interviewing, and becoming successful in your career of choice.

Follow Us:

All Posts

Career Employer’s Editorial Process

Here at Career Employer, we focus a lot on providing factually accurate information that is always up to date. We strive to provide correct information using strict editorial processes, article editing, and fact-checking for all of the information found on our website. We only utilize trustworthy and relevant resources. To find out more, make sure to read our full editorial process page here.