CSA User Interface and Navigation 2 — Questions and Answers
Question 1: Which ServiceNow UI feature allows users to save a specific set of filters, columns, and sort order for a list view?
- Saved Filter (Correct answer)
- List Personalization
- View Rule
- List Layout
Correct answer: Saved Filter
Saved Filters let users store a combination of filter conditions, column choices, and sort order to quickly re-apply them later.
Question 2: In ServiceNow, what is the purpose of the 'sys_id' field visible in a record's URL?
- It is a unique identifier for every record in the database (Correct answer)
- It represents the table name of the record
- It stores the creation timestamp of the record
- It indicates the record's workflow state
Correct answer: It is a unique identifier for every record in the database
The sys_id is a 32-character GUID that uniquely identifies every record across all ServiceNow tables.
Question 3: How can a user quickly navigate to a specific table's list view by typing in the ServiceNow navigator?
- Type the table name followed by '.list' in the filter navigator (Correct answer)
- Use the Go To field and enter the table label
- Click System Definition > Tables and search
- Open the URL bar and append /list to the instance URL
Correct answer: Type the table name followed by '.list' in the filter navigator
Typing a table name followed by '.list' (e.g., 'incident.list') in the filter navigator directly opens that table's list view.
Question 4: What does the star icon next to a module in the ServiceNow navigation menu indicate?
- The module has been marked as a favorite (Correct answer)
- The module requires administrator access
- The module has unseen notifications
- The module is currently active
Correct answer: The module has been marked as a favorite
Clicking the star icon marks a module as a favorite, making it appear in the Favorites section for quick access.
Question 5: Which ServiceNow feature allows an administrator to define which fields appear on a form for a specific role without affecting other roles?
- View Rules (Correct answer)
- Form Layout
- Field Permissions
- UI Policies
Correct answer: View Rules
View Rules control which form view is displayed based on conditions such as a user's role, allowing role-specific field visibility.
Question 6: In a ServiceNow list view, what happens when you right-click on a column header?
- A context menu appears with options to sort, group, or pin the column (Correct answer)
- The column is immediately removed from the view
- A filter is automatically applied for that column
- The column's field dictionary entry opens
Correct answer: A context menu appears with options to sort, group, or pin the column
Right-clicking a column header in a list reveals a context menu with sorting, grouping, pinning, and other column-level options.
Question 7: What is the function of the 'Compact List' option in ServiceNow list views?
- It reduces row height to display more records on screen without scrolling (Correct answer)
- It hides all columns except the primary display value
- It merges duplicate records into a single row
- It collapses grouped records into a summary row
Correct answer: It reduces row height to display more records on screen without scrolling
Compact List reduces the row height in list views, allowing more records to be visible on screen simultaneously.
Which ServiceNow UI feature allows users to save a specific set of filters, columns, and sort order for a list view?