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
Describe 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
Sandbox types for development and release
Learn this conceptEnvironments for authoring versus deploying Apex
Learn this conceptProduction requirements for deploying Apex
Learn this conceptChange sets and deployment connections
Learn this conceptMetadata API manifest deployments and promotion
Learn this conceptValidate-only deployments and Quick Deploy
Learn this conceptDeploying Apex with associated configuration
Learn this conceptChange sets versus Metadata API versus DevOps Center
Learn this conceptPrepare for the Exam
Study Community
Ask questions and get the latest info from other Platform Developer studiers.
A validate-only deployment runs the same success and failure checks as a real deploy, including Apex tests in the target org, without committing the components. Quick Deploy then deploys that recently validated package to the same target without running those tests again, which shortens production deployment time. You use it after a validation has already proved the package meets test and coverage requirements.