CSA User Interface & Navigation 3 — Questions and Answers
Question 1: Which ServiceNow feature lets administrators define which fields appear on a form for a specific view, without affecting other views of the same table?
- Form Layout (Correct answer)
- View Rule
- UI Policy
- Field Configuration
Correct answer: Form Layout
Form Layout in the Form Designer or Studio lets admins configure which fields appear and their arrangement for a named view of a form.
Question 2: A ServiceNow user notices that certain fields on a form turn mandatory (red asterisk) based on the value selected in another field. What is most likely controlling this behavior?
- Business Rule
- UI Policy (Correct answer)
- ACL Rule
- Client Script
Correct answer: UI Policy
UI Policies can dynamically make fields mandatory, visible, or read-only based on conditions evaluated when field values change on the form.
Question 3: In ServiceNow, what is a 'Formatter' on a form used for?
- Applying text formatting like bold and italics to journal fields
- Adding non-field UI elements such as section separators or related list formatters (Correct answer)
- Converting field data types on the fly
- Enforcing date format consistency
Correct answer: Adding non-field UI elements such as section separators or related list formatters
Formatters are special form elements that render UI components (like a CI relationships formatter or section separator) rather than data fields.
Question 4: Which of the following best describes the function of 'View Rules' in ServiceNow?
- They restrict which users can see a specific table
- They automatically switch the form view displayed based on conditions like role or device (Correct answer)
- They define the order in which views are listed in the View menu
- They set default column widths for list views
Correct answer: They automatically switch the form view displayed based on conditions like role or device
View Rules evaluate conditions (such as a user's role or the device type) and automatically redirect the user to a specific form view.
Question 5: What is the keyboard shortcut used in the ServiceNow classic UI to open the Global Search bar?
- Ctrl+F
- Alt+G
- Ctrl+Shift+G
- / (forward slash) (Correct answer)
Correct answer: / (forward slash)
Pressing the forward slash key (/) focuses the Global Search bar, allowing the user to type a search query without using the mouse.
Question 6: A user wants to add a module from the application menu to their Favorites in the ServiceNow classic UI. What is the correct action?
- Right-click the module and select 'Add to Favorites'
- Click the star icon that appears next to the module name on hover (Correct answer)
- Drag the module to the Favorites section
- Navigate to the module and click the bookmark icon in the banner
Correct answer: Click the star icon that appears next to the module name on hover
Hovering over a module in the application navigator reveals a star icon; clicking it adds that module to the user's Favorites list.
Question 7: In ServiceNow, which tag in a URL indicates that the platform is rendering a record form for a specific sys_id?
- sys_record.do (Correct answer)
- form.do
- record.do
- nav_to.do
Correct answer: sys_record.do
The URL pattern `<table_name>.do?sys_id=<id>` (where sys_record.do is a variant) renders a specific record's form in ServiceNow.
Which ServiceNow feature lets administrators define which fields appear on a form for a specific view, without affecting other views of the same table?