Which of the following are configured in an Email Notification?
a) Who will receive the notification. b) What content will be in the notification. c) When to send the notification. d) How to send the notification.
A. a, b and c
B. a, b, and d
C. b, c and d
D. a, c and d
When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?
A. base table
B. child table
C. parent table
D. all tables
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
A. Identify the table
B. Script the function(s)
C. Create a class
D. Create a prototype object from the new class
What is a Module?
A. The functionality within an application menu such as opening a page in the content frame or a separate tab or window
B. A group of menus, or pages, providing related information and functionality to end-users
C. A way of helping users quickly access information and services by filtering the items in the Application Navigator
D. A web-based way of providing software to end-users
Which one of the following is NOT a method used for logging messages in a server-side script for a privately-scoped application?
A. gs.log()
B. gs.error()
C. gs.warn()
D. gs.debug()
What are Application Files in a ServiceNow application?
A. An XML export of an application's table records
B. CSV files containing data imported into an application
C. ServiceNow artifacts comprising an application
D. XML exports of an application's Update Set
Which of the following methods is NOT part of the ServiceNow REST API?
A. COPY
B. GET
C. DELETE
D. POST
What is the ServiceNow store?
A. Downloadable content ServiceNow script archive
B. Alternate name for the ServiceNow Developer Share site
C. The source for ServiceNow Community created developer content
D. Marketplace for free and paid certified ServiceNow applications and integrations
What are some benefits of developing private, scoped applications? (Choose two.)
A. To avoid using a code repository like GitHub or GitLab
B. To reduce risk at code collisions
C. To enable installation and uninstallation of an application
D. To replicate ServiceNow functions a private scope
Which of the following is NOT a Flow Designer feature?
A. Run a flow from a Catalog item
B. Call a flow from another flow or subflow
C. Add stages to a flow
D. Test a flow using the "Run as" feature