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.
A Metadata API manifest deploy sends a zip of selected metadata, listed in a package.xml file, from your project into a Salesforce org. Promotion is that same set of changed metadata moving through sandboxes and then into production so code and configuration arrive together. Until the deploy runs, files in your project are not live in the target org.