Salesforce Certified Platform App Builder — Question 348
Universal Containers is adding drone delivery to service offerings, and the developer has written and tested code prior to deployment to production, and the change set is ready to go. The deployment window will occur when the developer is on vacation.
What can the app builder do to ensure a smooth deployment to production?
Answer options
- A. Validate the outbound change set.
- B. Validate the inbound change set.
- C. Use a metadata package set.
- D. Remove Apex classes from inbound change set.
Correct answer: B
Explanation
Validating the inbound change set ensures that all components are ready for deployment and that there are no issues that could arise when applying the changes to the production environment. The other options, such as validating the outbound change set, using a metadata package set, or removing Apex classes, do not directly ensure the readiness of the inbound change set for production, which is critical in this scenario.