Salesforce Certified Platform App Builder — Question 375
An app builder has deployed a change set from a sandbox to production. There is a long delay in the deployment.
What can be causing the delay?
Answer options
- A. Dependent fields are included in the change set.
- B. Roles are included in the change set.
- C. A field type change is included in the change set.
- D. Profiles are included in the change set.
Correct answer: C
Explanation
The correct answer is C because changing a field type often requires extensive processing and validation during deployment, leading to delays. Options A, B, and D may also contribute to deployment times but typically do not cause as significant a delay as a field type change.