A free Salesforce Platform Developer I cheat sheet: the four exam sections, Apex and trigger essentials, SOQL vs SOSL, LWC, testing rules and exam facts.
By The Exam Atlas Editorial Team · Verified 2026-08-05
A final-revision summary for the Salesforce Platform Developer I (PD1) exam. Study aid only - no reference materials are allowed in the proctored exam.
The four sections (official weights, Summer ‘25 outline)
Commonly tested values; always confirm current figures in the official Apex Developer Guide, as limits can change.
Limit
Common value
SOQL queries
100
DML statements
150
Rows retrieved by SOQL
50,000
Rows processed by DML
10,000
User interface
Term
Idea
Lightning Web Components
Modern default; built on web standards
@AuraEnabled
Exposes a static Apex method to components
@wire
Reactive data provisioning in LWC
Custom event
Child-to-parent communication in LWC
Lightning Message Service
Messaging across the page, beyond one hierarchy
Lightning Data Service
Record access with caching, no Apex needed
UI security
Enforce CRUD/FLS in Apex (WITH SECURITY_ENFORCED, Security.stripInaccessible)
Agentforce
AI agents whose actions can invoke developer-built logic such as Apex
Testing and deployment
Term
Idea
@isTest
Marks test code; org data not visible by default
Test.startTest/stopTest
Fresh governor limits; async jobs complete at stopTest
Coverage rule
75% overall required for production deployment; assertions prove behaviour
System.runAs
Simulates a user’s record-sharing context in tests
Sandbox / scratch org
Copy of production vs short-lived source-driven org
Deployment paths
Change sets (point-and-click) or Salesforce DX / CLI (source-driven)
Exam facts at a glance
Item
Value
Questions
60 scored multiple-choice + up to 5 unscored
Duration
105 minutes
Passing score
68% (about 41 of 60 scored)
Fee
US$200 registration, US$100 retake, plus applicable taxes (USD/JPY pricing)
Delivery
Proctored, onsite or online; booked through your Trailhead account
Version
Questions align to the Summer ‘25 Release, including Agentforce topics
Validity
No fixed expiry; free annual maintenance badge on Trailhead is mandatory
Prerequisite
None; PD1 is itself the prerequisite for Platform Developer II
A naming note
The official exam guide now titles the credential “Salesforce Certified Platform Developer” without the “I”. It is the same certification - the industry still says Platform Developer I or PD1, and it remains the prerequisite for Platform Developer II. Confirm all details on the official Salesforce exam guide before booking.
FAQ
Can I use notes in the Platform Developer I exam?
No. The official guide states that no hard-copy or online materials may be referenced during the proctored exam, whether you sit it at a testing center or online. Use this sheet for final revision before exam day only.