Salesforce Certified Platform App Builder — Question 112

An app builder wants to deploy a new version of an auto launched flow to production in an active state so that the new functionality is immediately available to users.
What should the app builder take into consideration when planning the deployment?

Answer options

Correct answer: C

Explanation

The correct answer is C because Apex tests are required to ensure proper functionality and coverage before deploying to production. While including the Process Builder (A), static resources (B), and profiles (D) may be important, they do not directly ensure that the Flow itself is properly tested and functional in the new deployment.