Salesforce Platform Developer I (legacy) — Question 108

Which two events need to happen when deploying to a production org? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Option B is correct because Salesforce requires that all Apex code must have at least 75% test coverage before it can be deployed to production. Option C is also correct as all triggers must have a minimum of 1% test coverage. Options A and D are incorrect because there is no requirement for Process Builder Processes or Visual Flows to have a specific percentage of test coverage for deployment.