ServiceNow Certified System Administrator — Question 372
What is the difference between a UI Policy and Data Policy?
Answer options
- A. Data Policies run when data is entered through the form, by an Import Set, or by web services, while UI Policies are set only by web services
- B. Data Policies can be converted into UI Policies, but UI Policies cannot be converted into Data Policies
- C. Data Policies run regardless of how data is entered into ServiceNow, while UI Policies are used for form interactions
- D. Data Policies run only after UI Policies run successfully
Correct answer: C
Explanation
The correct answer is C because Data Policies apply to all data entry methods in ServiceNow, ensuring data integrity, whereas UI Policies specifically manage the user interface aspects during form interactions. Options A and D are incorrect as they misrepresent the execution conditions of Data and UI Policies, and B is incorrect because Data Policies cannot be directly converted into UI Policies.