In ServiceNow,Data Policiesare rules thatenforce data consistencyby ensuring that specific fields meet certain conditionsbefore being saved to the database. They apply toall data operations, including form submissions, web services, and data imports. Work at the server-side level, ensuring data integrity before it is stored. Canmake fields mandatoryorread-onlyacross different interfaces (e.g., forms, API calls, imports). UnlikeUI Policies, which apply only toforms, Data Policies apply to alldata transactions, including integrations and imports. Help maintaindata quality and consistencyacross the system. Making a Field Mandatory: Ensure that the"Short Description"field is always filled before saving anIncident. Enforcing a Read-Only Field: Prevent users from modifying the"Created Date"field. Standardizing Data on Import: When importing employee data, ensure that the"Department"field is always set and not left blank. Data Policies ensuredata accuracy and integritybefore it is stored. They apply toforms, web services, import sets, and background processes. They help organizationsmaintain standardized and structured data. A). Data Policies enforce security - Incorrect Security is enforced usingAccess Control Lists (ACLs), not Data Policies. B). Data Policies standardize data in Update Sets - Incorrect Update Sets trackconfiguration changes, not data validation. D). Data Policies apply to lists to standard data - Incorrect Data Policies do not specifically target lists; they enforce rules at thedatabase level. ServiceNow Docs: Data Policies Overview ServiceNow CSA Study Guide - Data Policies vs. UI Policies ServiceNow Product Documentation: Enforcing Data Consistency with Data Policies Key Features of Data Policies:Example Use Cases of Data Policies:Why "C. Data Policies enforce data consistency" is the Correct Answer?Explanation of Incorrect Options:References from Certified System Administrator (CSA) Documentation:
CSA Exam Question 62
An application called My App has a table. MyAppTable, with this Application Access configuration: Accessible from: All application scopes Can read: Selected Can delete: Not selected Allow configuration: Selected Which of the following is true based on this configuration?
Correct Answer: D
CSA Exam Question 63
Here is an example of the criteria set for a knowledge base: * Companies: ACME North America * Department: HR * Groups: ACME Manager * Match All: Yes In this example, what users would have access to this knowledge base?
Correct Answer: A
InServiceNow Knowledge Management,User Criteriais used to control access toknowledge bases (KBs) andarticlesbased on user attributes such ascompany, department, group, and roles. Understanding the Given Criteria:Criteria Value Companies ACME North America Department HR Groups ACME Manager Match All Yes TheMatch All: Yessetting means thatonly users who meet ALL the specified criteriawill have access. Who Gets Access?Users must be: Amember of the ACME Manager group Part of the HR department An employee of ACME North America B). Employees of ACME North America, who are members of HR Department or the ACME Manager group #Incorrect The"OR" conditionis incorrect becauseMatch All: Yesrequires users to meetALL conditions. C). Users which are members of either ACME North America, or HR Department, or ACME Manager Group #Incorrect Again,Match All: Yesmeans usersmust meet all criteria, not just one. D). Member of the ACME Manager group, and HR department, regardless of geography #Incorrect Company (ACME North America) is part of the criteria, so itcannot be ignored. Why Other Options Are Incorrect? User Criteria for Knowledge Bases Managing Knowledge Base Access Official ServiceNow Documentation Reference:
CSA Exam Question 64
Identify the incorrect statement about Delegated Development in ServiceNow.
Correct Answer: B
CSA Exam Question 65
A colleague wants to rearrange the columns on their My Work list. Once the user has navigated to the list where should they navigate to select and arrange the columns?
Correct Answer: B
In ServiceNow, users cancustomizetheir list views byrearranging, adding, or removing columns. This is done through theList Layout Configuration. B: Right-click on any column header. Context Menu > Configure > List Layout Thequickestway to modify columns in a list view. Steps: Right-click on any column headerin the list. SelectConfigure > List Layoutfrom the context menu. Add, remove, or rearrange columns as needed. ClickSave. A: Click Personalize List Incorrect terminology-there is no "Personalize List" option for configuring list columns. "Personalize" is used for settingpersonal preferences, not list layouts. C: Click List Context Menu > Personalize List TheList Context Menudoes not have a "Personalize List" option for column arrangement. D: Click List Content Menu > Configure > List Layout Typo in "List Content Menu"-the correct term is"List Context Menu". However,right-clicking on the column header(Answer B) is the recommended method. References:ServiceNow Documentation:Configuring List Layouts ServiceNow User Guide:Modifying List Columns