Salesforce Certified Data Cloud Consultant — Question 37

A consultant is planning the ingestion of a data stream that has profile information including a mobile phone number.

To ensure that the phone number can be used for future SMS campaigns, they need to confirm the phone number field is in the proper E164 Phone Number format. However, the phone numbers in the file appear to be in varying formats.

What is the most efficient way to guarantee that the various phone number formats are standardized?

Answer options

Correct answer: D

Explanation

The correct answer is D because assigning the PhoneNumber field type ensures that the data is validated and formatted correctly into E164 format during the ingestion process. Options A and B do not address the issue at the point of data ingestion, and option C would require additional work before the data is sent, which is less efficient.