When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
A. REST messages
B. Table
C. Script Include
D. Workflow
Which actions can a Business Rule take without scripting?
A. Set field values and write to the system log
B. Set field values and generate an event
C. Set field values and add message
D. Set field values and query the database
Which server-side API debug log method is available for scoped applications?
A. gs.log()
B. gs.info()
C. gs.debuglog()
D. gs.print()
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 plugin enables the Guided Application Creator?
A. com.glide.sn-guided-app-creator
B. com.glide.service_creator
C. com.glide.snc.apps_creator
D. com.snc.apps_creator_template
Which of the following can be an external data source for a ServiceNow application?
A. Microsoft Excel File
B. Data provided by a public web service using SOAP or REST
C. CSV file
D. All of the above
What are the benefits of storing the majority of an Application's server-side script logic in a Script Include?
A)This makes execution faster.
B)Only run when called from a script
C)The script logic can be hidden when the Application is installed from the ServiceNow Store.
D)For some changes to application logic there is only one place to make edits.
A. a, b, and d
B. .a, b, c, and d
C. b, c, and d
D. a, b, and c
Which of the following is NOT a way to install an application on a ServiceNow instance?
A. Install an application from the Application Repository
B. Select the Copy button on the application record
C. Download and install an application from the ServiceNow Share web site
D. Download and install a third-party application from the ServiceNow Store
Using Custom UI test step in Automated Test Framework, which of the following is NOT a testable page component?
A. Buttons
B. UI controls
C. UI pages
D. Form field values
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
A. Data Sources
B. Schema Map Relationship Builder
C. Business Service Management Map
D. Transform Map