Which term refers to application menus and modules which you may want to access quickly and often?
A. Breadcrumb
B. Favorite
C. Tag
D. Bookmark
Which one of the following statements is a recommendation from ServiceNow about Update Sets?
A. Avoid using the Default Update set as an Update Set for moving customizations from instance to instance
B. Before moving customizations from instance to instance with Update Sets, ensure that both instances are different versions
C. Use the Baseline Update Set to store the contents of items after they are changed the first time
D. Once an Update Set is closed as "Complete", change it back to "In Progress" until it is applied to another instance
Which statement is true about business rules?
A. A business rule must run before a database action occurs
B. A business rule can be a piece of Javascript
C. A business rule must not run before a database action occurs
D. A business rule monitors fields on a form
Which type of tables may be extended by other tables, but do not extend another table?
A. Base Tables
B. Core Tables
C. Extended Tables
D. Custom Tables
Which tool is used to have conversations with logged-in users in real-time?
A. Connect Chat
B. Now Messenger
C. User Presence
D. Comments
Which technique is used to get information from a series of referenced fields from different tables?
A. Table-Walking
B. Sys_ID Pulling
C. Dot-Walking
D. Record-Hopping
When working on a form, what is the difference between Insert and Update operations?
A. Insert creates a new record and Update saves changes, both remain on the form
B. Insert creates a new record and Update saves changes, both exit the form
C. Insert saves changes and exits the form, Update saves changes and remains on the form
D. Insert saves changes and remains on the form, Update saves changes and exits the form
What module in the Service Catalog application does an Administrator access to begin creating a new item?
A. Maintain Categories
B. Maintain Items
C. Content Items
D. Items
Which three Variable Types can be added to a Service Catalog Item?
A. True/False, Multiple Choice, and Ordered
B. True/False, Checkbox, and Number List
C. Number List, Single Line Text, and Reference
D. Multiple Choice, Select Box, and Checkbox
What is the purpose of a Related List?
A. To create a one-to-many relationship
B. To dot-walk to a core table
C. To present related fields
D. To present related records