Salesforce Certified Service Cloud Consultant — Question 89
What are three best practices that should be used when deploying Salesforce functionality to production? (Choose three.)
Answer options
- A. Ensure all users refrain from logging into production for an entire day to deployment.
- B. Ensure that at least 60% of the code is covered by unit tests before deploying to production.
- C. Plan and communicate the deployment to all users of the organization in advance.
- D. Select a window of time when users will NOT be making changes to the organization.
- E. Migrate a test deployment to a staging environment for a smother real-life experience.
Correct answer: C, D, E
Explanation
The correct answers are C, D, and E because they focus on planning and communication, which are essential for a smooth deployment. Answer A is incorrect as it is impractical to restrict all user access for an entire day, and answer B, while important for code quality, does not directly relate to deployment best practices.