ServiceNow Certified Application Developer — Question 66
When selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
Answer options
- A. Use the String data type tor a free-form text field
- B. Use the Phone Number data type to automate phone number data validation
- C. Use the Choice data type to limit options in a field
- D. Use the Date data type to enter the date and time of day
Correct answer: D
Explanation
The correct answer is D because the Date data type is typically used for dates only, not for time. Options A, B, and C are accurate as they correctly describe the appropriate uses of the String, Phone Number, and Choice data types.