Salesforce Certified Advanced Administrator — Question 148
Which three capabilities should an administrator consider about change sets? (Choose three.)
Answer options
- A. When a component is added to a change set, all dependent components automatically get added.
- B. When custom fields are added to a change set, field-level security is automatically included.
- C. When a change set is deployed to production, by default, all unmanaged Apex tests will automatically be run.
- D. There is a feature that allows the user to validate a change set before deploying it.
- E. To use change sets, at least one inbound and one outbound connection must exist.
Correct answer: A, D, E
Explanation
Option A is correct because adding a component to a change set includes all its dependencies. Option D is accurate as change sets can be validated before deployment to ensure everything is correct. Option E is also true since change sets require at least one inbound and one outbound connection. Option B is incorrect because field-level security does not automatically get included with custom fields, and Option C is false as not all unmanaged Apex tests are run by default during deployment.