Salesforce Certified Platform Administrator Flashcards
Browse all 26 cards
How many questions are on the Salesforce Certified Platform Administrator exam, and how many of those are scored?
There are 60 multiple-choice/multiple-select questions, plus up to five additional unscored questions used for research purposes, so a candidate may see up to 65 questions total.
What is the passing score for the Salesforce Administrator exam?
68% for the English version and 65% for the Japanese version.
How is the Salesforce Administrator exam delivered?
It is a proctored exam that can be taken onsite at a testing center or through an online proctored environment.
Name the eight content domains of the Salesforce Administrator exam.
Configuration and Setup, Object Manager and Lightning App Builder, Sales and Marketing Applications, Service and Support Applications, Productivity and Collaboration, Data and Analytics Management, Automation, and Agentforce.
What experience level does Salesforce recommend before attempting the Administrator exam?
Six or more months of hands-on experience as a Salesforce Administrator.
How often must a Salesforce Administrator certification holder complete maintenance requirements?
Once per year, by completing one maintenance badge (Trailhead module) tied to a release.
What happens if a maintenance badge is not completed by its deadline?
The certification expires, since each maintenance badge is due one year from when it becomes available.
How many Salesforce release cycles occur per year, and what are they called?
Three: Spring, Summer, and Winter, and maintenance badges are aligned to these release cycles.
What is a Permission Set in Salesforce and why is it preferred over changing Profiles?
A Permission Set is a collection of settings and permissions that extends a user's access without changing their Profile, allowing admins to grant additional access to specific users flexibly and in combination with multiple permission sets.
What is the difference between a Role Hierarchy and Sharing Rules?
The Role Hierarchy automatically grants record access upward to a user's managers, while Sharing Rules extend record access to users based on criteria or public groups, independent of role.
What are the four main record-level (data) security mechanisms in Salesforce, from most to least restrictive baseline?
Organization-Wide Defaults (baseline), Role Hierarchy, Sharing Rules, and Manual Sharing, layered with Permission Sets/Profiles for object and field-level access.
What is the difference between a Profile and a Permission Set Group?
A Profile is a single, required baseline of permissions assigned to each user, while a Permission Set Group bundles multiple Permission Sets together so they can be assigned to a user as one unit.
What is Field-Level Security used for?
It controls whether a field is visible, editable, or read-only for users based on their Profile or Permission Set, independent of object- or record-level access.
What is the difference between a Role and a Profile in Salesforce?
A Profile controls what a user can do (object, field, and system permissions), while a Role primarily controls what data a user can see via the role hierarchy and reporting structure.
What tool is used to build automation without code that reacts to record changes, screen input, or schedules?
Flow Builder, Salesforce's point-and-click automation tool that replaced Workflow Rules and Process Builder as the recommended automation tool.
What are the main types of Flows in Salesforce?
Screen Flows (user-driven, interactive), Record-Triggered Flows (fire on record create/update/delete), Schedule-Triggered Flows (run at a specified time), and Platform Event-Triggered Flows/Autolaunched Flows (invoked by other processes).
What is a Validation Rule?
A declarative rule that evaluates data as it's saved and displays a custom error message and blocks the save if the specified formula logic evaluates to true.
What is the Object Manager used for?
It's the setup interface for creating and managing custom and standard objects, fields, relationships, page layouts, and other object-level configuration.
What is the difference between a Lookup Relationship and a Master-Detail Relationship?
A Lookup Relationship loosely links two objects without affecting record deletion or security, while a Master-Detail Relationship tightly links records so the detail record inherits the master's sharing/security and is deleted when the master is deleted.
What is a Report Type in Salesforce?
A template that defines which objects and fields are available when building a report, determining the set of records and related data a report can pull from.
What is the difference between a Dashboard and a Report?
A Report returns a detailed, filterable list or summary of records, while a Dashboard visually presents data from one or more reports as charts, gauges, or tables for at-a-glance insight.
What is the purpose of a Queue in Salesforce?
A Queue lets a group of users share ownership of records (like cases or leads) so any member can claim and work on unassigned records.
What are Assignment Rules used for?
They automatically route new Leads or Cases to the appropriate user or queue based on defined criteria such as territory, product, or case type.
What is the AppExchange?
Salesforce's online marketplace for third-party apps, components, and consulting services that extend and integrate with the Salesforce platform.
What is a Sandbox used for in Salesforce administration?
A Sandbox is a copy of a production org used for development, testing, and training without affecting live data or configuration.
What is the purpose of Change Sets?
Change Sets allow admins to migrate configuration changes (metadata) between related Salesforce orgs, such as from a sandbox to production, without using code deployment tools.