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
- A. Include the Process Builder calling the Flow in the deployment
- B. Verify there is a static resource that provides test coverage for the Flow
- C. Verify there is an Apex test that provides test coverage for the Flow
- D. Include the profiles that access the flow in the deployment
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.