What icon do you use to change the icon and color on a Favorite'?
Correct Answer: C
InServiceNow, theFavoritesfeature allows users to quickly access frequently used modules, applications, or records. Users can customizeFavoritesby changing theicon and color. To edit a favorite, you need to: Open theApplication Navigator. Locate yourFavoriteslist. Click thePencil (#) iconnext to the favorite you want to edit. Choose a newicon and color. Save the changes. A: Star TheStar iconis used toaddorremovea favorite butnotfor editing. B: Triangle NoTriangle iconis used for Favorites customization. D: Clock TheClock iconrepresentsrecently viewed items, not Favorite customization. Reference:ServiceNow CSA Documentation - Customizing Favorites ServiceNow Product Documentation - Personalizing the Application Navigator(https://docs.servicenow.com)
CSA Exam Question 102
What is the result of the order in which access controls are evaluated?
Correct Answer: D
In ServiceNow,Access Control Rules (ACLs)determine user permissions for accessing tables, records, and fields. The evaluation order follows a structured hierarchy to ensure security and proper access control enforcement. Table-Level Access Control- The system first checks if the user has access to the table. If the user does not have access at the table level, field-level ACLs are not evaluated. Field-Level Access Control- If table access is granted, the system evaluates field-level access. A user must pass both the table-level and field-level conditions to access specific fields. Row-Level Access- If there are row-level ACLs (e.g., access based on record ownership), they are also evaluated. A). Ensures user has access to the fields in a table, before considering their access to the table- Incorrect because table access is evaluated first, not field access. B). Ensures user can get to work as quickly as possible- Access controls prioritize security over speed, so this is not the primary result of ACL order evaluation. C). Ensures user has access to the application, before evaluating access to a module within the application- Application access is controlled separately from ACLs and does not follow the same hierarchy. Reference:ServiceNow KB0541355 - Access Control Evaluation Order
CSA Exam Question 103
Which actions would you take to edit the title on an application menu? (Choose 2 answers)
Correct Answer: C,D
Detailed Explanation: To edit the title of an application menu in ServiceNow: Option C:Using the Navigator, selecting the application name, and clicking the pencil icon allows quick title adjustments. Option D:Going toSystem Definitions > Application Menusand selecting the application provides comprehensive options for editing the application menu title and related settings. These approaches streamline menu customization and improve navigation. (Reference: ServiceNow Documentation - Application Menu Customization)
CSA Exam Question 104
Which access control rule applies to every field in the incident table?
Correct Answer: D
In ServiceNow Access Control Lists (ACLs), the wildcards used to define rules follow a specific syntax: table_name.field_name. 1. The Wildcard (*): The asterisk * represents " all " or " the rest. " * incident.* : This is a field-level ACL. It applies to every field on the incident table that does not have a specific ACL defined for it. For example, if you have an ACL for incident.short_description and an ACL for incident.* , the .* rule covers everything else (Priority, State, Caller, etc.). 2. The Record Level (None): * incident.None (often displayed just as incident ): This is a record-level ACL. It grants access to the row (the record itself). A user needs access to the record ( incident.None ) and the field ( incident.* ) to view or edit data. 3. Why other options are incorrect: * A & B: These use invalid syntax ( < == > , .all ) that does not exist in the ServiceNow ACL definitions. * C: This appears to be a syntactical error or a distractor. The pipe symbols ( | ) are not used in ACL name definitions. Reference: ServiceNow Access Control List (ACL) Rules documentation explains the wildcard syntax, stating that table. * applies to all fields on the table that do not have their own specific field-level rule.
CSA Exam Question 105
The customer has asked that your change the default layout of the task list. * Number * Task Type * Parent * Short Description * Assignment Group * Assignment * Updated After navigation to the list, where would you click, to meet this requirement?
Correct Answer: A
Tochange the default layout of a task listin ServiceNow, you shouldright-click on any column headerand selectConfigure > List Layout. Navigate to the Task list view(e.g., Incident, Change, or another task-based list). Right-click on any column header(e.g., "Number" or "Short Description"). SelectConfigure > List Layout. Add, remove, or reordercolumns as required. ClickSaveto apply changes. B). Right-click List Gear icon > Configure > Columns TheGear icon(#) allowspersonalizing columns for an individual user, butdoes not change the default list layout for all users. C). Click List Context Menu > Personalize List Personalization only affects the user's view, not theglobal list layout. D). Click List Context Menu > Configure Columns There isno "Configure Columns" optionin the list context menu; the correct path is"Configure > List Layout". ServiceNow List Layout Configuration ServiceNow CSA Training Module:"Working with Lists and Configuring Layouts" Steps to Modify the Task List Layout:Why Other Answers Are Incorrect:References from Certified System Administrator (CSA) Official Documentation: