Certified Platform App Builder Exam QuestionsBrowse all questions from this exam

Certified Platform App Builder Exam - Question 469


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?

Show Answer
Correct Answer: B

To move new changes to the Developer Pro Sandbox, the best approach is to clone the change set and re-deploy it. Cloning the change set includes the latest changes to its components' sources, and you can add or remove components as required. This ensures that the most recent updates are included in the deployment process.

Discussion

6 comments
Sign in to comment
SanjeevOnForce
Oct 6, 2024

Answer is B. To redeploy the same set of components, clone the change set. The cloned change set includes the latest changes to its components source. You can add and remove components in the cloned change set. Cloning change sets is helpful during the iterative phases of a project. https://help.salesforce.com/s/articleView?id=sf.changesets_about_outbound.htm&type=5

Zahral
Oct 29, 2024

Update a chage set Right answer is : B

Zahral
Oct 29, 2024

Clone a chage set not Update Right answer is : B

DanielebOption: B
Oct 30, 2024

Answer is B.

Danieleb
Oct 30, 2024

After a change set has been uploaded, its components aren't refreshed and you can't add or remove components. To refresh the source of components and modify the component list, clone the change set.

Yacek84Option: D
Jan 13, 2025

D - update (the cloned) change set and re deploy

92b6348Option: B
Apr 28, 2025

In Salesforce, once a change set has been deployed, you cannot modify it. To make new changes, you need to clone the original change set, add the new or modified components, and then redeploy it to the sandbox.