Application Flashcards

1
Q

Identify one reason an application might NOT be a good fit with ServiceNow.

A

Requires “as-is” use of low-level programming libraries.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which objects can be used in Inbound Action scripts?

A

Event, current and email

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

One of the uses of the ServiceNow REST API Explorer is:

A

Create sample code for sending REST requests to ServiceNow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The source control operation used to store local changes on an instance for later application is called a(n).

A

Stash

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which source control operation is available from BOTH Studio and the Git Repository?

A

Create Branch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are some of the considerations to document as part of the business process?

A

Business problem, data input/output, users/stakeholders, and process steps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the name of the intuitive development interface for building applications?

A

Guided Application Creator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following modules enables security rule debugging?

A

System Security > Debugging > Debug Security Rules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following API methods are used when working with datetime in a privately scoped application?

A

GlideDateTime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which method is used in emulating mobile for testing?

A

$m.do

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which role is required to access Guide Application Creator?

A

sn_g_app_creator.app_creator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which of the following can be used to place a report on a Homepage?

A

Gauge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How does ServiceNow match inbound email to existing records?

A

Watermark

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following scripts do not always run on the server side?

A

UI Action

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which system property must be set to true to enable log points?

A

glide.debug.log_point

17
Q

Identify the way(s) an application can respond to an Event:

A

Email Notification, Script Action