CSA User Interface and Navigation 3 — Questions and Answers
Question 1: Which element of the ServiceNow UI contains the global search bar, user profile menu, and help options?
- Banner Frame (Correct answer)
- Application Navigator
- Content Frame
- System Toolbar
Correct answer: Banner Frame
The Banner Frame is the top horizontal bar in ServiceNow that houses global search, the user menu, notifications, and help.
Question 2: When a ServiceNow administrator configures a 'UI Action' with the 'Client' checkbox checked, where does the action's script execute?
- In the user's browser using JavaScript (Correct answer)
- On the ServiceNow server using Rhino engine
- In a MID Server process
- Inside a Flow Designer subflow
Correct answer: In the user's browser using JavaScript
Checking the 'Client' checkbox on a UI Action makes its script run as client-side JavaScript in the user's browser.
Question 3: What is the purpose of the 'Related Lists' section at the bottom of a ServiceNow form?
- To display records from other tables that reference the current record (Correct answer)
- To show audit history of changes made to the current record
- To list all attachments associated with the current record
- To display child records created by the current workflow
Correct answer: To display records from other tables that reference the current record
Related Lists show records from other tables that have a reference field pointing to the current record, providing contextual relationship data.
Question 4: Which ServiceNow keyboard shortcut opens the global text search?
- Ctrl + Alt + G (Correct answer)
- Ctrl + F
- Alt + S
- Ctrl + Shift + S
Correct answer: Ctrl + Alt + G
Pressing Ctrl + Alt + G focuses the global text search field in the ServiceNow banner.
Question 5: In ServiceNow, what is a 'Homepage' as opposed to a 'Dashboard'?
- Homepages use gauges and report widgets on a portal-style page, while Dashboards are the newer responsive canvas-based interface (Correct answer)
- Homepages are role-specific landing pages, while Dashboards are shared across all users
- Homepages display only KPI metrics, while Dashboards show full reports
- Homepages are static HTML pages, while Dashboards use dynamic widgets
Correct answer: Homepages use gauges and report widgets on a portal-style page, while Dashboards are the newer responsive canvas-based interface
Homepages are the older portal-style pages with gauge widgets, while Dashboards are the newer, responsive, drag-and-drop canvas interface introduced in later ServiceNow versions.
Question 6: What does the 'Personalize' option on a ServiceNow list allow a user to change?
- The columns displayed and their order in the list view (Correct answer)
- The color theme of the list rows
- The maximum number of records returned per page
- The default sort field for the entire table
Correct answer: The columns displayed and their order in the list view
List Personalization lets individual users choose which columns appear and in what order for their personal view of a list.
Question 7: Which ServiceNow feature provides a split-screen view showing a list on the left and record details on the right?
- Split View / Preview Pane (Correct answer)
- Dual Frame Mode
- List-Form Bridge
- Inline Edit Panel
Correct answer: Split View / Preview Pane
The Split View (Preview Pane) in ServiceNow shows the list on one side and a preview of the selected record on the other side simultaneously.
Which element of the ServiceNow UI contains the global search bar, user profile menu, and help options?