EnglishDeutschFrançaisEspañolPortuguês

Salesforce · SFDC-ADM · Associate

Salesforce Platform Administrator — Practice Questions and Mock Exam

Prepare for SFDC-ADM with original practice questions and clear answer explanations. Ask Alex, your AI tutor, when you need more detail, use your results to identify topics to review, and practice your pacing with timed mock exams.

60Mock exam questions
105minTime limit
68/ 100Passing score

Checked against Salesforce · September 2026 · Current exam version

About the exam

The Salesforce Certified Platform Administrator is the credential the Salesforce ecosystem asks for by name. It is not a developer exam and it is not an architecture exam: it is about running an org — Setup, users, the sharing model, the object model, the standard apps, reporting and Flow — the way somebody does who is responsible for it on a Monday morning. Salesforce says candidates should be able to “maintain a Salesforce org, respond to common business requirements, and perform administrative functions using current Salesforce features”, and asks for six or more months of doing exactly that. The blueprint has eight sections, and the eighth is new: Agentforce, worth 8 %, which is Salesforce declaring that configuring and securing AI agents is now part of the administrator's job description rather than a specialism next door.

Try five SFDC-ADM questions

Try five practice questions from the app’s current Salesforce Certified Platform Administrator question bank, with answers and explanations.

Automation1 / 5

An administrator points a case assignment rule entry at a colleague who has just left the company and whose user record has been deactivated, and the entry will not save. What does Salesforce Help state about the user named on a rule entry?

AlexFull explanation from Alex

Routing rules hold a reference to a person, and a person is a record that changes. When someone leaves, their user record is deactivated rather than deleted, and every automation that pointed at them becomes a liability. Salesforce guards the obvious half of this at configuration time by refusing an inactive user on a rule entry, and it pairs that with a permission requirement, because an owner who cannot read the object cannot work the record either. The practical consequence is that the leaver checklist for an administrator includes the assignment rules, not just the login. Exam tip: an automation that suddenly fails after a personnel change is usually pointing at a deactivated user.

Sourcehelp.salesforce.com

Object Manager and Lightning App Builder2 / 5

A new administrator is asked what a page layout on an object actually controls. Which description is accurate?

AlexFull explanation from Alex

A page layout is a presentation artefact, and keeping that straight prevents a large class of mistakes. It decides what a user meets on a record page and in which order, and it can mark a field read only or required for the purpose of that page. What it cannot do is stop a determined user reaching the same data by another route, because reports, list views and search do not consult it. Real restriction lives one layer down in field-level security and in the object and record access model. Administrators who treat layouts as tidy-up rather than as security get both jobs right.

Sourcehelp.salesforce.com

Service and Support Applications3 / 5

A new administrator is briefing a support team that has never used Salesforce and is asked what a case record is for. How does Salesforce describe a case?

AlexFull explanation from Alex

The case is the atom of Service Cloud, and everything else in the section is built on top of it. It represents one customer need, whichever channel it arrived through, and it carries the conversation, the ownership and the status from the first contact to the close. Because the record is defined by the customer’s problem rather than by an internal workflow, the same object works for a phone call, an email, a web form and a message thread. That is also why cases are the thing queues route, assignment rules assign and escalation rules escalate. Exam tip: when a scenario describes work arriving from outside the company that has to be tracked to a resolution, the object being described is the case, even when the words support or ticket never appear.

Sourcehelp.salesforce.com

Agentforce4 / 5

An administrator argues that trying an updated set of agent instructions on a few conversations is enough proof that the change works. What reason does Salesforce Help give for testing across a wide range of scenarios instead?

AlexFull explanation from Alex

Traditional automation is deterministic: the same input produces the same output, so one passing test is real evidence. A generative agent chooses its wording and often its route, so a single good answer proves only that a good answer was possible. That is why the documented approach is breadth: many scenarios, scored on several axes such as accuracy, whether the right subagent and action were selected, and quality measures like completeness and instruction adherence. Batch evaluation is also what surfaces the edge cases a handful of hand-typed prompts will never hit. Exam tip: when a scenario proposes proving an agent with one conversation, the documented answer is to widen the test.

Sourcehelp.salesforce.com

Data and Analytics Management5 / 5

Every sales manager should open the same dashboard and see only the data they personally have access to, and the administrator does not want to maintain one dashboard and folder per manager. Which dashboard capability is described for exactly this?

AlexFull explanation from Alex

An ordinary dashboard runs as one fixed user, so everyone who opens it sees that person’s numbers no matter who they are. A dynamic dashboard flips that: it runs as the viewer, so the same components resolve against each viewer’s own access. The gain is maintenance — one artefact instead of one per audience — and the cost is a set of documented restrictions that come with running as the viewer. Choosing between the two is a question of whether the audience needs a shared number or a personal one.

Sourcehelp.salesforce.com

475 practice questions

The Pass-IT question pool gives you material to practice for SFDC-ADM. A Pass-IT mock exam uses 60 questions and a 105-minute time limit; these are practice settings.

Pool details: SFDC-ADM

Exam details checked against SalesforceSeptember 5, 2026

date of the last check against the official Salesforce source

Passing score68 / 100

as published by Salesforce

Objectives in the guide28 objectives listed in the official guide

across 8 domains in the official exam guide

Pool size475 questions

= The pool size is equivalent to 7 sets of 60 questions; this does not mean that each mock exam uses a separate set.

Blueprint domains8 domains in the exam blueprint

Configuration and Setup 73 · Object Manager and Lightning App Builder 72 · Sales and Marketing Applications 44 · Service and Support Applications 46 · Productivity and Collaboration 52 · Data and Analytics Management 82 · Automation 71 · Agentforce 35

Recorded as checked against sources475 of 475

questions recorded as having their answer, options, and explanation checked against official Salesforce documentation

What's on the exam

Eight sections, and Salesforce publishes a percentage for every one of them, so the weights are the vendor's own numbers and not a derivation. Data and Analytics Management is the largest at 17 % — data movement, data quality, reports, report types, folders and dashboards — and it is the section where the sharing model quietly decides the answer, because what a report shows depends on who runs it. Configuration and Setup, Object Manager and Lightning App Builder, and Automation each carry 15 %, which means nearly half the exam sits in Setup, the schema, and Flow. Sales and Marketing, Service and Support, and Productivity and Collaboration take 10 % each. Agentforce closes at 8 %, the smallest section but the one with the least study material behind it. There are 28 objectives in total, and they are not evenly spread: Configuration and Setup alone has six, while Service and Support and Agentforce have two apiece.

Exam blueprint: SFDC-ADM

Configuration and Setup15%

The Setup menu as a discipline. Company-level settings (business hours, fiscal year, currency, defaults); the declarative user-interface layer — UI/UX settings, list views, the app menu, global actions and the Lightning App Builder; and the whole user lifecycle, where the exam repeatedly rewards knowing that a user is deactivated and never deleted. The security half is the heavier half: org-level controls such as the Setup Audit Trail, session settings, login hours and identity verification, then the sharing model itself — org-wide defaults, the role hierarchy, sharing rules, public groups, teams and report/dashboard folder access — and finally the profile-versus-permission-set judgement call, including permission set groups and muting.

≈ 9 h
Object Manager and Lightning App Builder15%

The data model as an administrator builds it. Standard objects and the relationship types between them — lookup, master-detail and the junction object that turns two master-details into a many-to-many — plus record types and Schema Builder. Then page layouts and fields, on custom objects as much as standard ones, and, in the part candidates most often under-read, the consequences of deleting a field that a roll-up summary, a cross-object formula, a picklist dependency or a relationship still depends on. It closes on assigning layouts, Lightning page visibility, business processes and record types.

≈ 9 h
Sales and Marketing Applications10%

Sales Cloud from the administrator's side. The sales process end to end — leads, opportunities and path — and the productivity layer around opportunities: forecasting, territory management, opportunity scoring and grading, lead scoring, the home-page assistant and the Einstein features for sales. The marketing half is lead automation and campaign management: lead assignment rules, lead conversion and the mapping it performs, campaigns and campaign members.

≈ 6 h
Service and Support Applications10%

Service Cloud at administrator depth rather than agent depth. What case management can do — the case object, queues and case assignment rules — and how to automate it: support processes, auto-response rules, escalation rules and the Einstein features for service. Small in weight, but it shares its machinery with the Automation section, and the same assignment-rule engine drives both leads and cases.

≈ 6 h
Productivity and Collaboration10%

The features end users touch every day and administrators configure. Activity management (tasks and events); Chatter, including groups, who may access them and how internal and external users differ; the Salesforce mobile app, from the Lightning pages it renders through the app menu, visibility and branding to building a launchpad; and AppExchange, at awareness level — managed versus unmanaged packages, who may publish, and what appears on AgentExchange.

≈ 6 h
Data and Analytics Management17%

The largest section on the exam. First, moving data: importing and updating, transferring and mass-deleting, exporting, archiving and backing up, and knowing when the Import Wizard is the right tool and when Data Loader is. Then keeping it clean, with duplicate and matching rules and validation rules. Then reporting: report and report-type options, joined objects, records with and without a matching related record, formulas, buckets, grouping and chart settings — followed by the point that separates administrators from report builders, namely how the org's sharing model and folder structure decide what a report actually shows. Dashboards close it out, including dynamic dashboards, running-user settings, subscriptions, refresh schedules and per-edition limits.

≈ 10 h
Automation15%

Choosing the automation tool and then configuring it. The choice comes first — escalation rules, case and lead assignment rules, the default automation user, and the AI options — and only then Flow itself — record-triggered flows, screen flows and autolaunched flows — plus the order of execution that decides when each one runs relative to validation rules, triggers and roll-up summaries. Approval processes finish the section: approver criteria, approvals and rejections.

≈ 9 h
Agentforce8%

The newest section of the blueprint and the reason the credential was rebuilt. What Agentforce is and when an agent is the right answer at all, plus the security and permission questions an administrator has to answer before one runs — including how to troubleshoot an agent that cannot see what it needs. The second objective is Agent Builder as a maintenance surface: installing, updating and maintaining prompts and instructions, light testing, and the conversation preview.

≈ 5 h

Exam format and question types

Sixty multiple-choice questions in 105 minutes — a shade under two minutes each, which is comfortable until the scenario questions start, and most of this exam is scenario questions. The pass mark is 68 % on the English version; Salesforce sets 65 % for the Japanese version. Up to five extra unscored questions may be mixed in to gather performance data, and Salesforce states they have no effect on the result, so a question that looks unlike anything on the blueprint is more likely a trial item than a trap. It is closed book: no hard-copy or online material may be referenced during the exam. Salesforce publishes no scaled score for this credential, so 68 % means what it says.

Question types: SFDC-ADM

Multiple Choice100%

Select the single answer that best meets the question’s requirements.

See Salesforce for official question-format information. The shares shown describe the Pass-IT practice pool; they do not establish the proportions on the official exam.

Preparing for SFDC-ADM

Booked through Salesforce's certification scheduling flow and sat either at a testing centre or online with a remote proctor. No prerequisite exam, no mandatory course, and no certification below it to earn first. Salesforce recommends its own preparation stack — the “Prepare for Your Salesforce Platform Administrator Certification” trailmix, the Object Relationships and Flow Administration superbadges, and the instructor-led courses CRT101 and ADX201 — but requires none of them. Afterwards the credential is kept alive by an annual maintenance badge on Trailhead: complete it each year and the certification stays current, miss the due date and it expires. Salesforce's detailed certification policy articles sit behind a Trailhead sign-in, so a candidate should read the retake and rescheduling terms in their own certification account rather than expecting to find them on the public exam guide.

Preparation and logistics: SFDC-ADM

Preparation

Illustrative study time35–90 h

illustrative planning range: 35 h with relevant experience to 90 h when starting out; your needs may fall outside this range

LevelAssociate
Recommended backgroundNone. The exam guide states “Prerequisite: None” outright. Salesforce recommends, but does not require, six or more months of hands-on experience as a Platform Administrator, and recommends a combination of on-the-job experience and self-study rather than any mandatory course. No other certification, no Trailhead badge and no training purchase is a condition of sitting the exam.

Taking and maintaining the certification

DeliveryProctored, in one of two ways: onsite at a testing centre, or online in a remotely proctored environment. Salesforce publishes both options on the exam guide and links out to its scheduling page. It is a closed-book exam — “No hard-copy or online materials may be referenced during the exam” — and the paper may carry up to five additional unscored questions, randomly integrated, which Salesforce states have no impact on the final result. Salesforce publishes an English and a Japanese version of this exam with different passing scores.
Retake policySalesforce publishes a retake fee for this exam but does not publish a waiting period, an attempt limit or a retake procedure on the exam guide, and its certification-policy articles sit behind the Trailhead help console, which requires a sign-in. Treat the waiting period as unpublished rather than as “none”: it is not stated on any page readable without an account, and no number should be quoted to a candidate until a signed-in source is captured.
Certification validitySalesforce does not run this credential on a fixed validity clock; it runs it on an annual maintenance module. The exam guide states that a holder is “required to complete the Salesforce Platform Administrator certification maintenance badge on Trailhead once a year”, and that “if you don’t complete all maintenance requirements by the due date, your certification will expire”. Salesforce frames that as a benefit rather than a chore — the maintenance badge is how a holder stays current with each product release. There is no continuing-education credit scheme, no re-sit of the full exam on a schedule, and no published number of years after which the credential lapses on its own.

Common pitfalls

Topics to review: SFDC-ADM

  1. 01Org-wide defaults are the floor, not the answer

    Access in Salesforce is cumulative and starts at the org-wide default for the object. Sharing rules, the role hierarchy, manual shares, teams and public groups can only widen it. A scenario that asks why a user cannot see a record is usually answered by the OWD, not by the profile; a scenario that asks how to give one team extra access is answered by a sharing mechanism, not by lowering the OWD.

  2. 02Profile versus permission set

    Every user has exactly one profile and any number of permission sets. The exam's preferred shape is a lean profile plus permission sets — and now permission set groups, with muting — for anything additive. Answers that solve a one-user problem by cloning a profile are usually the distractor.

  3. 03Deactivate, never delete, a user

    Salesforce does not let you delete a user, and the exam knows it. Deactivation frees the licence and preserves the audit trail and record ownership. Anything in an answer that reads 'delete the user' is almost always wrong; the real follow-up question is what happens to that user's records, queue memberships and running-user dashboards.

  4. 04Deleting a field has consequences elsewhere

    The blueprint names this explicitly. A field may still be referenced by a roll-up summary, by a cross-object formula, by a dependent picklist or by a relationship, and removing it breaks those first. A question that asks what happens when a field goes away wants the dependency, not the click path.

  5. 05Master-detail is not lookup

    Master-detail cascades delete, forces the child's ownership and sharing to follow the parent, and is what makes a roll-up summary possible; lookup does none of that. A junction object is two master-details on one custom object. Nearly every relationship question turns on one of these three facts.

  6. 06Which automation, not how to build it

    The Automation section opens by asking which tool fits a scenario, judged on what each tool can actually do. Assignment rules, escalation rules, approval processes and the three Flow types overlap enough that several options in a question will work; the exam wants the one that fits the trigger and the maintenance cost. Order of execution is the tie-breaker when timing is part of the scenario.

  7. 07Reports show what the running user can see

    Report and dashboard results are filtered by folder access and by whatever the sharing model already allows, and a dynamic dashboard shows each viewer only their own data. A question about 'why does my manager see different numbers' is a sharing question wearing a reporting costume.

  8. 08Import Wizard versus Data Loader

    The blueprint names both. Import Wizard runs in the browser, covers the common objects and brings duplicate matching with it; Data Loader handles the larger jobs, more objects, deletes and exports, and can be scripted from the command line. Choosing between them on volume alone misses the object-support and delete/export differences the exam tests.

  9. 09Agentforce questions are administrator questions

    The Agentforce section asks when an agent is appropriate at all, how it is secured, why an agent cannot do something it should be able to do — a permissions problem — and how prompts and instructions are maintained and previewed in Agent Builder. It does not ask you to build an AI model, and it is not a developer topic.

  10. 10The exam is pinned to a release, your org is not

    Salesforce states the questions align to Summer ’25 and ships three releases a year. Setup labels, menu positions and newly renamed features in a current org can differ from what the exam expects. Trust the blueprint's own vocabulary over what a fresh trial org calls something today.

Frequently asked questions

How long is the Salesforce Certified Platform Administrator exam?

The Salesforce Certified Platform Administrator exam has 60 questions and a 105-minute time limit.

What is the passing score for Salesforce Certified Platform Administrator?

The passing score for the Salesforce Certified Platform Administrator exam is 68 / 100.

Which pitfalls should I review when preparing for Salesforce Certified Platform Administrator?

Topics to review include Org-wide defaults are the floor, not the answer, Profile versus permission set, Deactivate, never delete, a user, Deleting a field has consequences elsewhere, Master-detail is not lookup, Which automation, not how to build it, Reports show what the running user can see, Import Wizard versus Data Loader, Agentforce questions are administrator questions, The exam is pinned to a release, your org is not. Work through examples to check that you understand the distinctions and can explain your answer.

What are the prerequisites for Salesforce Certified Platform Administrator?

None. The exam guide sets no prerequisite, so you can sit it without another certification, without a Trailhead badge and without a mandatory course. Salesforce recommends about six months of hands-on work as a Platform Administrator, combining the job itself with self-study. Neither of those is enforced when you book.

Does the Salesforce Certified Platform Administrator credential expire?

It has no fixed validity clock. You keep it by completing the Salesforce Platform Administrator maintenance badge on Trailhead once a year, which is how Salesforce keeps holders current with each release. If you miss the due date, the certification expires. There is no continuing-education credit scheme and no scheduled re-sit of the full exam.

How soon can you retake Salesforce Certified Platform Administrator after a fail?

The exam guide names no waiting period, no attempt limit and no retake procedure. Salesforce keeps its certification-policy articles in the Trailhead help console, which asks for a sign-in, so nothing on the open pages answers this. Treat the wait as unpublished rather than as none, and confirm the current rule from your signed-in account before you book again.

How is the Salesforce Certified Platform Administrator exam delivered?

It is proctored, either onsite at a testing centre or online with a remote proctor, and Salesforce links both scheduling paths from the exam guide. The sitting is closed book, so no printed or on-screen material may be used while you work. Up to five extra unscored items can be mixed in at random, and Salesforce states they carry no weight in your result. An English and a Japanese version exist, with different pass marks.

Which Salesforce Certified Platform Administrator domains carry the most weight?

Data and Analytics Management is the largest single section at 17%. Configuration and Setup, Object Manager and Lightning App Builder, and Automation account for 15% each. Sales and Marketing Applications, Service and Support Applications, and Productivity and Collaboration sit at 10% each, and Agentforce at 8%. Plan your revision against that spread rather than against the topics you already enjoy.

One certification, 12 months

Practice for SFDC-ADM

Focus your practice on one certification, or choose Pro to practice across all certifications.

Start a free practice sessionTry the first 20 questions without a card to see whether the practice suits you.

For eligible purchases: money-back guarantee if you fail your exam.

View guarantee terms →