Salesforce Certified Platform App Builder — Question 417
Universal Containers deployed an app in a large change set from a Developer Sandbox to a Developer Pro Sandbox used for testing. After testing, changes had to be made to several of the components in the change set.
How should an app builder move the new changes to the Developer Pro Sandbox?
Answer options
- A. Refresh the test sandbox and re-deploy the change set.
- B. Clone the change set and re-deploy.
- C. Rename the change set, add the changes and re-deploy.
- D. Update the change set and re-deploy.
Correct answer: B
Explanation
The correct answer is B, as cloning the change set allows the app builder to start with a copy of the original components and make necessary updates without altering the original change set. Answers A, C, and D are not suitable because refreshing the sandbox does not apply changes, renaming does not create a new instance for deployment, and simply updating the existing change set may not ensure all modifications are captured properly.