Checklist progress
0/194Learned
Platform Developer
Study Checklist
Checklist progress
0/194Learned
Write and execute tests for triggers, controllers, classes, and flows using various sources of test data.
0/14
Given a scenario, know how and when to use the Salesforce Developer tools such as Salesforce DX, Salesforce CLI, and Developer Console.
0/5
Salesforce DX versus Developer Console
Learn this conceptDeveloper Console Query Editor
Learn this conceptExecute Anonymous Apex in Developer Console
Learn this conceptScratch orgs and Developer Hub
Learn this conceptSalesforce CLI retrieve, deploy, and org authorization
Learn this conceptDescribe how to approach debugging system issues and monitoring flows, performance, asynchronous, and batch jobs.
0/14
Describe the environments, requirements, and process for deploying code and associated configurations.
0/8
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Platform Developer studiers.
An anonymous block is Apex you compile and execute without storing it in metadata. The Developer Console Execute Anonymous tool runs that code using ExecuteAnonymous so you can generate a debug log that covers specific application logic. Every run compiles the code and its references, so for repetitive calls Salesforce recommends compiled classes such as Apex REST endpoints.