Salesforce Certified Advanced Administrator — Question 134
Which three statements are correct about change sets? (Choose three.)
Answer options
- A. When a change set is deployed to production, by default, all unmanaged Apex tests will automatically be run.
- B. There is a feature that allows the user to validate a change set before deploying it.
- C. When a component is added to a change set, all dependent components automatically get added.
- D. When custom fields are added to a change set, field-level security is automatically included.
- E. To use change sets, at least one inbound and one outbound connection must exist
Correct answer: A, B, E
Explanation
Option A is correct because unmanaged Apex tests are indeed run by default when a change set is deployed to production. Option B is correct as there is a validation feature available. Option E is accurate since change sets require both inbound and outbound connections to function. Options C and D are incorrect because adding a component does not automatically include its dependencies, nor does adding custom fields automatically include field-level security.