Application Flashcards
Identify one reason an application might NOT be a good fit with ServiceNow.
Requires “as-is” use of low-level programming libraries.
Which one of the following is NOT a method used for logging messages in a server-side script for a privately-scoped application?
gs.log()
Which objects can be used in Inbound Action scripts?
Event, current and email
One of the uses of the ServiceNow REST API Explorer is:
Create sample code for sending REST requests to ServiceNow
The source control operation used to store local changes on an instance for later application is called a(n).
Stash
Which source control operation is available from BOTH Studio and the Git Repository?
Create Branch
What are some of the considerations to document as part of the business process?
Business problem, data input/output, users/stakeholders, and process steps
What is the name of the intuitive development interface for building applications?
Guided Application Creator
Which of the following modules enables security rule debugging?
System Security > Debugging > Debug Security Rules
Which of the following API methods are used when working with datetime in a privately scoped application?
GlideDateTime
Which method is used in emulating mobile for testing?
$m.do
Which role is required to access Guide Application Creator?
sn_g_app_creator.app_creator
Which of the following can be used to place a report on a Homepage?
Gauge
How does ServiceNow match inbound email to existing records?
Watermark
Which of the following scripts do not always run on the server side?
UI Action
Which system property must be set to true to enable log points?
glide.debug.log_point
Identify the way(s) an application can respond to an Event:
Email Notification, Script Action