Salesforce Certified Platform App Builder — Question 106

ABC Company want to store an area code and wants to be able to search for it in applications (apex).
Which are possible fields to store the data? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answers are C and E because the area code can be stored as a text string or as a numeric value. Options A and B are not suitable since Email and Phone fields are meant for different types of data, while D (Multi Picklist) is not appropriate for singular values like an area code.