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. 593 members and growing.
Apex is written in a development org such as a sandbox, then moved to production together with the Setup customizations it needs to run. A change set is the Setup tool that sends those classes, triggers, related objects, and access settings from one affiliated org to another. You include every dependent component that is not already in the destination, because a missing reference fails the deploy and missing access settings leave users unable to use the new code.