Salesforce Platform Developer I (legacy) — Question 4

Using the Schema Builder, a developer tries to change the API name of a field that is referenced in an Apex test class.
What is the end result?

Answer options

Correct answer: A

Explanation

The correct answer is A because changing the API name of a field using Schema Builder does not affect the existing references in Apex test classes; thus, the API name remains unchanged. Options B, C, and D are incorrect since they imply that changes would be automatically reflected in the test class, which is not the case.