Your customer wants to update a notification so it is sent to the Caller's Manager. Which action supports this requirement?
Correct Answer: D
In ServiceNow Notification Configuration, dot-walking allows administrators to reference related records dynamically. # To send a notification to the Caller's Manager, you need to: * Open the Notification record. * Navigate to the 'Send to' tab. * Add the Caller field. * Use dot-walking to select the Caller's Manager field (e.g., caller_id.manager). * Option A is incorrect because dot-walking is configured under the 'Send to' tab, not the 'Who will receive' tab. * Option B is incorrect because while Flow Designer can trigger notifications, it does not specifically configure recipients based on dot-walking. * Option C is incorrect because setting "Who will receive" to Subscribable is used for opt-in notifications, not direct notifications to the Caller's Manager. # Reference: ServiceNow Administration - Notification Configuration & Dot-Walking
CSA Exam Question 112
What displays a set of records from a table?
Correct Answer: D
InServiceNow, aListis a visual representation ofmultiple records from a table. Lists allow users to view, filter, sort, and interact with records in a structured tabular format. Displays multiple recordsfrom a table. Columns represent fieldsof the table. Users can personalize the list(e.g., adjust columns, apply filters, and sort). Common Actions: Inline editing Searching Exporting data Grouping and filtering A). View AViewdefines how data is displayed, but it is not a list itself. Example: Differentform viewscan be created for the same table. B). Dashboard ADashboardis a visual representation of reports and performance analytics. It doesnot display raw table recordsdirectly. C). Panel No such term as "Panel" exists in ServiceNow for displaying records from a table. Key Features of Lists:Why Other Options Are Incorrect? Lists Overview ServiceNow Lists Documentation Personalizing Lists List Personalization Guide References from ServiceNow CSA Documentation:Final Verification:Answer is 100% correct and aligned with official ServiceNow Certified System Administrator (CSA) documentation.
CSA Exam Question 113
After you create a new table, what is the best practice regarding the navigation pane? Choose 2 answers
Correct Answer: C,E
When you create a new table in ServiceNow,best practices for the navigation paneensure that the table is properlyorganized, accessible, and followsrole-based visibility standards. Modulesallow users tonavigate directly to the tablefrom the left navigation pane. Settingrole-based accessensures that only authorized users can view or use the table. Navigate toSystem Definition > Modules, and definewho can accessthe module usingroles. This ensuresconsistencyin navigation and makes it easier for users to locate the table. Example:If you create a table"Project Tasks", theApplication Menushould also be named"Project Tasks". This followsServiceNow UI best practicesfor organization. 1. Specify which Roles can see the Module (Correct - C)2. Create an Application Menu with the Same Name as the Table Label (Correct - E) A). Set the filter condition on the Application Menu #Incorrect Application Menus do not requirefilter conditions; they are forgrouping related modulesunder a category. B). Set the font style on both the Application Menu and the Module #Incorrect Font stylesare not customizable in the navigation pane. D). Specify which Roles can see the Application Menu #Incorrect TheApplication Menuitself is usually visible to all users unless restricted bymodule-level roles. The best practice is torestrict roles at the module level(Correct answer: C). F). Create a Module with the Plural of the Table Label #Incorrect While it isa common practice, it isnot a strict best practice. Example: If your table is"Incident", the module is typically named"Incidents", but it's not a mandatory rule. Why Other Options Are Incorrect? Managing Application Menus and Modules Creating Tables and Modules Official ServiceNow Documentation Reference:
CSA Exam Question 114
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
Correct Answer: D
CSA Exam Question 115
A Role is defined as what?
Correct Answer: A
In ServiceNow,a role is a collection of permissionsthat control what actions a user can perform and what data they can access within the system. Roles are used togrant access to applications, modules, and records, and they are assigned to users based on their job functions. Users can have multiple roles, which collectively define their permissions. For example: Theadminrole provides full system access. Theitilrole allows access to Incident and Change Management. Thecatalog_adminrole grants permissions to manage Service Catalog items. B). A set of user access policies# Incorrect, because user access policies are more granular security rules, whereas a role is a broader concept grouping multiple permissions. C). A Persona in a workflow# Incorrect, because a role is not the same as a persona in a workflow; personas are more conceptual. D). A set of access control rules# Incorrect, becauseroles do not define access control rules directly; they are usedwithin ACLs (Access Control Lists)to determine access permissions. Reference: ServiceNow Roles Documentation ServiceNow CSA Training Material