SALESFORCE CERTIFICATION

Certified Platform Administrator Practice Exam

Exam Number: 3701 | Last updated 14-Apr-26 | 2459+ questions across 7 vendor-aligned objectives

The Salesforce Certified Platform Administrator credential is built for professionals who manage and configure Salesforce environments on a daily basis. It covers user setup, security controls, data management, and automation tools like Flow Builder and approval processes. Candidates should be comfortable navigating Setup, building reports and dashboards, and troubleshooting common platform issues.

The largest portion of the exam — 20% — focuses on Configuration and Setup, covering company settings, user interface features, search settings, list views, and Lightning App Builder. Roughly 20% of the questions address Object Manager and Lightning App Builder, covering object relationships, field types, page layouts, record types, and custom apps. Workflow/Process Automation carries the heaviest weight at 16%, covering Flow Builder, approval processes, and automation best practices. Combined, these sections account for the lion’s share of the exam and reflect the skills employers value most.

Additional sections test your breadth across the platform. Data and Analytics Management commands 14% of the blueprint, which spans data import, export, backup strategies, reports, and dashboards. Nearly 12% of questions test Sales and Marketing Applications, which spans lead management, campaigns, opportunity products, and email templates. The Service and Support Applications domain weighs in at 11%, which spans case management, queues, assignment rules, and escalation rules. With 7% of the exam, Productivity and Collaboration demands serious preparation, which spans Chatter, email integration, and activity management. Do not overlook these sections — the exam regularly weaves them into multi-concept scenarios.

 Pay close attention to scenario questions about sharing rules versus role hierarchy — the exam frequently tests edge cases where both interact. Practice building record-triggered flows from scratch, since Process Builder questions have been replaced entirely with Flow-based scenarios.

Every answer links to the source. Each explanation below includes a hyperlink to the exact Salesforce documentation page the question was derived from. PowerKram is the only practice platform with source-verified explanations. Learn about our methodology →

1200

practice exam users

89.3%

satisfied users

92%

passed the exam

4.6/5

quality rating

Test your Certified Platform Admin knowledge

10 of 2459+ questions

Question #1 - Craft and refine object relationships, field types, and page layouts to deliver intuitive, responsive interfaces that drive user adoption and productivity

A sales manager at a manufacturing company reports that her team cannot see the ‘Annual Revenue’ field on Account records, even though other teams can.

What should the administrator check first to resolve this visibility issue?

A) Field-level security settings for the Annual Revenue field on the sales team’s profile
B) Page layout assignments for the sales team’s profile
C) The role hierarchy position of the sales manager
D) Organization-wide default sharing settings for the Account object

 

Correct answers: A – Explanation:
Field-level security (FLS) controls whether a field is visible or editable for a given profile, regardless of page layout. If FLS is set to hidden, the field will not appear anywhere for that profile. Page layouts control field arrangement but cannot override FLS restrictions. OWD and role hierarchy govern record-level access, not field visibility. Source: Trailhead: Data Security

A nonprofit organization wants to automatically assign incoming cases to different support queues based on the case origin — email cases go to Tier 1 and phone cases go to Tier 2.

Which feature should the administrator configure to meet this requirement?

A) Case assignment rules with multiple rule entries
B) A record-triggered flow that updates the owner field
C) A workflow rule with a field update action
D) Escalation rules with time-based criteria

 

Correct answers: A – Explanation:
Case assignment rules evaluate criteria on new cases and assign them to the appropriate queue or user. Multiple rule entries can route based on different field values like Case Origin. While a record-triggered flow could work, assignment rules are the standard, purpose-built feature for this use case. Escalation rules are for time-based re-routing, and workflow rules cannot change record ownership directly. Source: Trailhead: Service Cloud Essentials

A company has enabled multiple business hours and wants to ensure that cases created outside of standard hours are still visible in the support team’s list view but flagged for next-day follow-up.

How should the administrator configure list views to help the support team identify after-hours cases?

A) Create a list view filter using the Created Date field and business hours settings
B) Configure a dashboard component that shows cases by creation time
C) Use an escalation rule to mark after-hours cases and filter the list view by escalation status
D) Add a formula field that checks business hours and flags after-hours cases, then filter the list view on that field

 

Correct answers: D – Explanation:
A formula field can reference the BusinessHoursID and creation time to flag cases created outside standard business hours. This field can then be used as a list view filter for easy identification. List views cannot directly filter by business hours settings. Escalation rules serve a different purpose, and dashboards do not replace list view functionality. Source: Trailhead: Formulas & Validations

An administrator needs to track which values were previously entered in a custom picklist field on the Opportunity object over the last 12 months for compliance auditing.

Which feature should the administrator enable to meet this requirement?

A) Field audit trail with a retention policy
B) Field history tracking on the custom picklist field
C) Setup audit trail for the Opportunity object
D) Einstein Activity Capture for opportunity data

 

Correct answers: B – Explanation:
Field history tracking records changes to specific fields, capturing old and new values with timestamps and the user who made the change. It retains data for up to 18-24 months by default. Field audit trail extends retention but requires additional licensing. Setup audit trail logs metadata changes, not field data changes. Einstein Activity Capture handles email and calendar data. Source: Trailhead: Field History

A company is rolling out Salesforce to a new division and needs 200 users created with the same profile and role. The administrator wants the most efficient method.

What approach should the administrator take to create these users?

A) Use the Data Loader to insert user records from a CSV file
B) Import users through the AppExchange Data Import Wizard
C) Manually create each user through Setup to ensure accuracy
D) Use a record-triggered flow to auto-generate users from a custom object

 

Correct answers: A – Explanation:
Data Loader supports insert operations on the User object, allowing bulk creation of user records from a prepared CSV file with fields like Username, Email, Profile, and Role. This is the most efficient approach for 200 users. Manual creation is not scalable. Flows cannot create User records directly, and the Data Import Wizard does not support the User object. Source: Trailhead: Data Management

A retail company wants to send an automated email notification to the account owner whenever a high-value opportunity (amount over $100,000) is created under their account.

What is the recommended solution the administrator should implement?

A) An approval process with an initial email notification
B) A report subscription filtered for high-value opportunities
C) A record-triggered flow with an email alert action
D) A validation rule that triggers an email on save

 

Correct answers: C – Explanation:
A record-triggered flow can evaluate the Opportunity Amount on creation, check if it exceeds $100,000, and fire an email alert to the Account Owner. This is the recommended automation tool since Salesforce has retired Process Builder and Workflow Rules in favor of Flow. Approval processes require user action to submit. Validation rules cannot send emails. Report subscriptions run on a schedule, not in real time. Source: Trailhead: Flow Builder

A company has just switched from Salesforce Classic to Lightning Experience. Users report that they cannot find their frequently used items and bookmarks from Classic.

What should the administrator do to help users access their commonly used items in Lightning Experience?

A) Recreate the Classic sidebar favorites as a Lightning utility bar component
B) Guide users to pin list views and use the favorites feature in the Lightning navigation bar
C) Enable the Classic sidebar in Lightning Experience settings
D) Export Classic bookmarks and import them into Lightning using Data Loader

 

Correct answers: B – Explanation:
Lightning Experience provides a built-in favorites feature (star icon) in the navigation bar that replaces Classic sidebar shortcuts. Users can also pin frequently used list views for quick access. There is no bookmark import/export tool, and the Classic sidebar cannot be enabled in Lightning Experience. The utility bar serves a different purpose. Source: Trailhead: LEX Migration Rollout

An administrator at a healthcare company needs to ensure that only users in the Compliance department can delete records on a custom ‘Audit Log’ object, while all other users should only have read and create access.

What combination of settings should the administrator configure?

A) Set OWD to Public Read Only, grant create via permission set to all users, and grant delete via the Compliance profile or permission set
B) Set OWD to Public Read/Write and remove delete permission from all profiles except Compliance
C) Create a validation rule that prevents deletion for non-Compliance users
D) Use a record-triggered flow to undelete records deleted by non-Compliance users

 

Correct answers: A – Explanation:
Setting OWD to Public Read Only ensures baseline read access. A permission set can grant create access to all users who need it, while delete permission is only granted to the Compliance profile or a Compliance-specific permission set. Validation rules fire on edit/create, not delete. Flows cannot prevent deletion. Source: Trailhead: Data Security

A logistics company uses a custom object called ‘Shipment’ that has a master-detail relationship to the Account object. The operations team wants a report showing total shipment costs per account grouped by quarter.

What type of report should the administrator create?

A) A summary report grouped by Account Name and Close Date quarter
B) A joined report combining Account and Shipment report types
C) A matrix report with Account Name as rows and fiscal quarter as columns summarizing shipment cost
D) A tabular report filtered by the Shipment object

 

Correct answers: C – Explanation:
A matrix report allows grouping by both rows and columns simultaneously, making it ideal for showing total shipment costs per account (rows) across quarters (columns). Summary reports only group in one dimension. Tabular reports have no grouping. Joined reports are useful for comparing different report types side by side, which is unnecessary here. Source: Trailhead: Reports & Dashboards

A university using Salesforce wants to prevent student records from being saved unless both the ‘Program’ and ‘Enrollment Date’ fields are filled in, but only when the record type is ‘Active Student’.

Which solution should the administrator implement?

A) Set both fields as universally required in the field definition
B) Create a validation rule that checks the record type and enforces both fields are populated
C) Use a before-save flow to check the record type and block the save
D) Make both fields required on the page layout for the Active Student record type

 

Correct answers: B – Explanation:
A validation rule can use the RecordType.DeveloperName in its criteria to enforce that Program and Enrollment Date are populated only for the Active Student record type. Page layout required fields are not truly enforced via API. Making fields universally required would apply to all record types. Before-save flows can set values but are not the standard tool for conditional field requirements. Source: Trailhead: Business Logic & Validation

Get 2459+ more questions with source-linked explanations

Every answer traces to the exact Salesforce documentation page — so you learn from the source, not just memorize answers.

Exam mode & learn mode · Score by objective · Updated 14-Apr-26

Learn more...

What the Certified Platform Admin exam measures

  • Set up and customize company settings, user interface features, and search settings to support daily platform operations and evolving business requirements
  • Craft and refine object relationships, field types, and page layouts to deliver intuitive, responsive interfaces that drive user adoption and productivity
  • Streamline and forecast lead management, campaigns, and opportunity products to shorten sales cycles, improve forecast accuracy, and maximize revenue capture
  • Triage and resolve case management, queues, and assignment rules to reduce resolution times, improve customer satisfaction, and balance agent workloads
  • Organize and price Chatter, email integration, and activity management to enable accurate quoting, dynamic pricing, and complex product configurations at scale
  • Track and visualize data import, export, and backup strategies to give stakeholders timely, actionable insights that inform strategic decisions
  • Automate and orchestrate Flow Builder, approval processes, and automation best practices to eliminate repetitive manual work and enforce consistent business logic across teams

  • Review the official exam guide the week before your test date to confirm full coverage
  • Start with Salesforce’s free Trailhead modules — complete the Admin Beginner and Admin Intermediate trails to build a solid foundation
  • Set up a free Developer Edition org and practice building custom objects, page layouts, validation rules, and record-triggered flows from scratch
  • Identify two to three real-world projects at your workplace or through volunteer organizations where you can apply platform configuration skills hands-on
  • Focus on one exam objective at a time — master each area before moving to the next, starting with the highest-weighted topics
  • Use PowerKram’s learn mode to study by objective and reinforce concepts with source-verified explanations
  • Switch to PowerKram’s exam mode to simulate the actual test experience and identify remaining weak areas

Salesforce Administrators are in high demand across industries, with roles spanning from entry-level admin positions to senior platform specialists. Here are popular career paths:

  • Salesforce Administrator — $75,000–$105,000 per year, managing day-to-day platform operations (Glassdoor salary data)
  • Senior Salesforce Administrator — $100,000–$135,000 per year, leading complex configurations and cross-functional projects (Indeed salary data)
  • Salesforce Business Analyst — $90,000–$125,000 per year, bridging business requirements with platform capabilities (Glassdoor salary data)

Follow the official Salesforce Administrator Learning Path on Trailhead, which covers every exam objective through hands-on modules and projects. Review the official exam guide for the complete blueprint.

Related certifications to explore

Related reading from our Learning Hub