Limited time: Get 2 months free with annual plan — Claim offer →
Certifications Tools Flashcards Career Paths Exam Guides Blog Pricing
Start for free
Exam GuidesSalesforceSalesforce Admin
SalesforceAssociate Level2026 Updated

Salesforce Certified Administrator

Updated May 1, 202612 min readWritten by Certsqill experts
Quick facts — Salesforce Admin
Exam cost
$200 USD
Questions
60 questions
Time limit
105 minutes
Passing score
65%
Valid for
Until Salesforce updates
Testing
Kryterion

Who this exam is for

The Salesforce Certified Administrator certification is designed for professionals who work with or want to work with Salesforce technologies in a professional capacity. It is taken by cloud engineers, DevOps practitioners, IT administrators, and technical professionals looking to validate their expertise.

You do not need extensive prior experience to attempt it, but you will benefit from hands-on familiarity with the subject matter. The exam tests applied knowledge and architectural judgment, not just memorization. If you can reason about trade-offs and real-world scenarios, structured practice will handle the rest.

Domain breakdown

The Salesforce Admin exam is built around official domains, each with a fixed percentage of the question pool. This distribution should directly inform how you allocate your study time.

Domain
Weight
Focus areas
Configuration and Setup
20%
Company settings, fiscal year, currencies, user management, login policies, password policies, session settings, audit trails, and setting up a Salesforce org from initial configuration through go-live.
Object Manager and Lightning App Builder
20%
Standard vs custom objects, fields (all data types), field dependencies, page layouts, compact layouts, record types, Lightning App Builder for page customization, and App Manager for creating custom apps.
Sales and Marketing Applications
14%
Leads, Contacts, Accounts, Opportunities, Campaigns, Products, and Pricebooks. Understanding the sales process, opportunity stages, lead conversion, and campaign member management.
Service and Support Applications
13%
Cases, Queues, Escalation Rules, Assignment Rules, Service Console, Entitlements, Milestones, and Knowledge base configuration for customer support operations.
Productivity and Collaboration
7%
Chatter, Activities (Tasks and Events), Email integration, Salesforce Calendar, and productivity features that help users work within the platform more efficiently.
Data and Analytics Management
14%
Reports (tabular, summary, matrix, joined), report filters, bucketing, cross filters, Dashboards, dynamic dashboards, data import (Data Import Wizard vs Data Loader), data export, and data quality management.
Workflow and Process Automation
12%
Flow Builder (screen flows, record-triggered flows, scheduled flows, auto-launched flows), Approval Processes, formula fields, validation rules, and the overall automation strategy in a Salesforce org.

Note the domain with the highest weight — many candidates under-invest here because it feels conceptual. In practice, this is where the exam is most precise, with scenario-based questions that test specifics.

What the exam actually tests

This is not a memorization exam. Questions require applied judgment under constraints. Almost every question includes a scenario with explicit requirements and asks you to select the most appropriate solution.

Here are examples of the question types you will encounter:

Security Model Scenario
A user has a profile with "Read" access to Opportunities but needs to edit one specific Opportunity record owned by a colleague. The org-wide default for Opportunities is Private. What is the minimum configuration needed?
Salesforce security is a layered model: OWD → Role Hierarchy → Sharing Rules → Manual Sharing → Permission Sets. Exam questions test your ability to identify the correct layer and avoid over-provisioning access.
Automation Tool Selection
A sales manager wants a button on the Account page that, when clicked, automatically creates a follow-up Task assigned to the Account owner and sends an email notification. Which tool should you use?
Know the automation hierarchy: Validation Rules (prevent bad data), Formula Fields (calculated read-only), Workflow Rules (legacy — field updates/emails), Process Builder (legacy — multi-step), Flow (current standard for all automation).
Data Management Decision
An admin needs to import 120,000 Contact records with custom field mapping and upsert logic based on an external ID. Should they use the Data Import Wizard or Data Loader?
Data Import Wizard supports up to 50,000 records and limited objects. Data Loader handles any volume, supports all objects, command-line automation, and upsert — and is required when the Import Wizard cannot do the job.

How to prepare — 4-week study plan

This plan assumes one hour per weekday and roughly 30 minutes of lighter review on weekends. It is calibrated for someone with some relevant experience. If you are starting from zero, add an extra week before Week 1 to familiarise yourself with the basics.

W1
Week 1: Org Setup, User Management, and the Security Model
  • Study the complete Salesforce security model in order: Organization-Wide Defaults → Role Hierarchy → Sharing Rules (criteria-based and owner-based) → Manual Sharing → Permission Sets.
  • Learn profiles vs permission sets in depth — profiles set the baseline (what users CAN do), permission sets add incremental permissions (what specific users ALSO can do). Know when each is appropriate.
  • Configure a sample org with at least 3 profiles, a 3-level role hierarchy, OWD set to Private on Accounts, and sharing rules that open access to a specific group. Verify the access with a test login.
  • Complete 30 practice questions on the security model, focusing on scenarios where a user has unexpected access or unexpectedly cannot access a record.
W2
Week 2: Object Configuration, Page Layouts, and Record Types
  • Study all field data types: Text, Number, Currency, Percent, Date, DateTime, Picklist, Multi-Select Picklist, Lookup, Master-Detail, Formula, Roll-Up Summary, External ID, and their specific behaviors and limitations.
  • Learn record types — how they control page layout assignment, picklist value availability per profile, and how they interact with the lead conversion process.
  • Build a custom object with dependent picklists, a master-detail relationship, a roll-up summary field, cross-object formula, validation rule, and three record types mapped to different page layouts.
  • Review Lightning App Builder: create a custom record page with related lists, components, and dynamic forms. Understand how to assign pages to profiles and record types.
W3
Week 3: Automation, Reports, Dashboards, and Data Management
  • Build at least three Flow types in a Developer Edition org: a Record-Triggered Flow (field update on Opportunity close), a Screen Flow (data entry wizard), and a Scheduled Flow (weekly cleanup task).
  • Study Approval Processes from start to finish — initial submission criteria, approval steps, step criteria, approver assignment (queue vs user vs role), and what happens on approval, rejection, and recall.
  • Create all four report types (tabular, summary, matrix, joined) and a dynamic dashboard. Understand bucket fields, cross filters, and report subscriptions vs scheduled reports.
  • Compare Data Import Wizard vs Data Loader capabilities: object support, record limits, field mapping, upsert/delete operations, and when each is required. Complete 25 practice questions on data management.
W4
Week 4: Sales Cloud, Service Cloud, and Full Mock Exams
  • Review the complete lead-to-opportunity lifecycle: lead assignment rules, conversion field mapping, campaign influence, opportunity stages, and Products/Pricebooks/Quotes.
  • Study Service Cloud configuration: Case assignment rules, escalation rules, auto-response rules, queues, Entitlements and Milestones, and Knowledge article lifecycle (draft, published, archived).
  • Take two full 60-question timed mock exams with no interruptions. Review every wrong answer and map it to the official exam guide domain weighting.
  • Complete the Salesforce Admin Trailmix on Trailhead and attempt the Admin certification practice exam in Trailhead. Focus final review on security model and automation questions.

Common mistakes candidates make

These patterns appear repeatedly among candidates who resit this exam. Knowing them in advance is worth several percentage points.

Not Knowing Profiles vs Permission Sets Thoroughly
This is the most heavily tested topic in the exam. Candidates understand the concept but fail scenario questions: "A user with a Read-Only profile needs edit access to one custom object. What is the correct approach?" The answer is a Permission Set — you never change the profile for exceptions. Know that permission sets can never restrict what a profile grants, only extend it, and that Permission Set Groups combine multiple permission sets.
Confusing the Automation Tool Hierarchy
Salesforce has deprecated Workflow Rules and Process Builder in favor of Flow, but the exam still tests conceptual understanding of when each is appropriate. More critically, candidates mix up the order of operations when multiple automation tools fire on the same record. Flow is the current standard — know all Flow types and when a screen flow vs record-triggered flow vs scheduled flow is the correct answer.
Weak on Data Import Wizard vs Data Loader Use Cases
Many candidates know both tools exist but cannot correctly identify which to use in a scenario. Key differentiators: Import Wizard handles up to 50,000 records and only standard objects plus some custom objects — it cannot do everything. Data Loader handles any volume, all objects, upsert on external IDs, delete operations, and command-line scheduling. If a scenario mentions >50,000 records or a delete operation, Data Loader is always the answer.
Skipping Hands-On Practice in a Developer Org
The Salesforce Admin exam is heavily scenario-based, and many questions only make sense if you have navigated the actual UI. Candidates who study only from textbooks cannot visualize where settings live, how sharing rules are constructed, or how record type and page layout assignment works together. Create a free Salesforce Developer Edition org and configure every domain area hands-on before the exam.

Is Certsqill right for you?

Honestly: Certsqill is built for candidates who have already done some studying and want to convert knowledge into exam performance. If you have never touched the subject, start with a foundational course first — then come to Certsqill when you are ready to practice.

Where Certsqill is strong: question depth, AI-powered explanations, and domain analytics. Every question is mapped to the exam blueprint. When you get something wrong, the AI tutor explains why the right answer is right and why each wrong answer fails under the specific constraints in the question.

Where Certsqill is not a replacement: video courses and hands-on labs. Use Certsqill to test and sharpen — not as your first exposure to a topic you have never encountered.

Ready to start practicing?
620 Salesforce Admin questions. AI tutor. 4 mock exams. 7-day free trial.