Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Which objects can be used in Inbound Action scripts?

A.

current and previous

B.

current and email

C.

current and event

D.

current and producer

Full Access
Question # 5

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

Full Access
Question # 6

What are the features of Flow Designer?

Choose 3 answers

A.

Add stages to a flow

B.

Call a flow from another flow or subflow

C.

Test a flow using the "Run as" feature

D.

Support Java Scripting code to test conditions that trigger the flow. Eg Run a flow from a Catalog item

E.

Perform form field data validation at client side

Full Access
Question # 7

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

Full Access
Question # 8

Which one of the following is true for GlideUser (g_user) methods?

A.

Can be used in Client Scripts and UI Policies only

B.

Can be used in Business Rules only

C.

Can be used in Client Scripts, UI Policies, and UI Actions

D.

Can be used in Business Rules, and Scripts Includes

Full Access
Question # 9

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

Full Access
Question # 10

What are web services?

A.

They provide a customer-facing view of available service and product offerings provided by departments within the organization

B.

Methods used to allow applications to connect to other software applications over a network

C.

Methods used to create and maintain Ul Pages

D.

Methods used to discover a wide variety of systems and applications

Full Access
Question # 11

Which server-side API debug log method is available for scoped applications?

A.

gs.print()

B.

gs.log()

C.

gs.debuglog()

D.

gs.info()

Full Access
Question # 12

How many applications menus can an application have?

A.

3, one for an application’s user modules, one for an application’s administrator modules, and one for the ServiceNow administrator’s modules

B.

As many as the application design requires

C.

2, one for an application’s user modules and one for an application’s administrator modules

D.

1, which is used for all application modules

Full Access
Question # 13

Which one of the following is NOT required to link a ServiceNow application to a Git repository?

A.

Password

B.

URL

C.

User name

D.

Application name

Full Access
Question # 14

Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?

A.

Conditions, Script, Roles

B.

Script, Conditions, Roles

C.

Conditions, Roles, Script

D.

Roles, Conditions, Script

Full Access
Question # 15

When evaluating Access Controls, ServiceNow searches and evaluates:

A.

Only for matches on the current table

B.

Only for matches on the current field

C.

From the most specific match to the most generic match

D.

From the most generic match to the most specific match

Full Access
Question # 16

Which of the following methods prints a message on a blue background to the top of the current form by default?

A.

g_form.addInfoMsg()

B.

g_form.addInfoMessage()

C.

g_form.showFieldMessage()

D.

g_form.showFieldMsg()

Full Access
Question # 17

Why create Applications in ServiceNow?

A) To replace outdated inadequate custom business applications and processes

B) To extend service delivery and management to all enterprise departments

C) To allow users full access to all ServiceNow tables, records and fields

D) To extend the value of ServiceNow

A.

a b and c

B.

a b c and d

C.

b c and d

D.

a b and d

Full Access
Question # 18

Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)

A.

source_control

B.

source_control_admin

C.

admin

D.

git_admin

Full Access
Question # 19

Which of the following is NOT a caller access field option?

A.

Caller Tracking

B.

Caller Restriction

C.

None

D.

Caller Permission

Full Access
Question # 20

When debugging Email Notifications, what must you check on a user record?

Choose 2 answers

A.

The user must not be locked out.

B.

Delegation must be enabled.

C.

Active must be true.

D.

The First name and Last name fields must have values.

E.

The Email field must have a valid value.

Full Access
Question # 21

Which one of the following is the baseline behavior of a table in a privately-scoped application?

A.

The table and its data are not accessible using web services

B.

Any Business Rule can read, write, delete, and update from the table

C.

Only artifacts in the table’s application can read from the table

D.

All application scopes can read from the table

Full Access
Question # 22

When writing a Client Script to provide feedback targeted at a specific field, which method should be used?

A.

g_form.showInfoMessage()

B.

g_form.showFieldMsg()

C.

g_form.addInfoMessage()

D.

g_form.addFieldMsg()

Full Access
Question # 23

What is the best UX format to use for lists and forms?

A.

Forms

B.

Lists

C.

Standard

D.

Classic

Full Access
Question # 24

Which of the following CANNOT be debugged using the Field Watcher?

A.

Business Rules

B.

Script Includes

C.

Client Scripts

D.

Access Controls

Full Access
Question # 25

Assume a table called table exists and contains 3 fields: field1, field2, field3. Examine the Access Control list for table:

Which field or fields can a user with the itil role read?

A.

field3 only

B.

filed1 and field3

C.

All fields

D.

All fields except field3

Full Access
Question # 26

When creating an application through the Guided Application Creator, which of the following is a user experience option?

A.

Portal

B.

Mobile

C.

Self-service

D.

Workspace

Full Access
Question # 27

Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?

A.

g_user.hasRole(‘catalog_admin’)

B.

g_user.hasRoleExactly(‘catalog_admin’)

C.

g_user.hasRoleOnly(‘catalog_admin’)

D.

g_user.hasRoleFromList(‘catalog_admin’)

Full Access
Question # 28

Which of the following methods are useful in Access Control scripts?

A.

g_user.hasRole() and current.isNewRecord()

B.

gs.hasRole() and current.isNewRecord()

C.

g_user.hasRole() and current.isNew()

D.

gs.hasRole() and current.isNew()

Full Access
Question # 29

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

Full Access
Question # 30

Which one of the following is true?

A.

A UI Policy’s Actions execute before the UI Policy’s Scripts

B.

The execution order for a UI Policy’s Scripts and Actions is determined at runtime

C.

A UI Policy’s Scripts execute before the UI Policy’s Actions

D.

A UI Policy’s Actions and Scripts execute at the same time

Full Access
Question # 31

Which method is used to retrieve Application Property values in a script?

A.

gs.getProperty()

B.

g_form.getAppProperty()

C.

g_form.getProperty()

D.

gs.getAppProperty()

Full Access
Question # 32

In an Email Notification, which one of the following is NOT true for the Weight field?

A.

Only Notifications with the highest weight for the same record and recipients are sent

B.

A Weight value of zero means that no email should be sent

C.

The Weight value defaults to zero

D.

A Weight value of zero means the Notification is always sent when the Notification’s When to send criteria is met

Full Access
Question # 33

Client-side scripts manage what?

A.

Forms and Forms Fields

B.

Playbook access

C.

Database and backend

D.

User access

Full Access
Question # 34

Which one of the following is NOT true for Modules?

A.

Access to Modules is controlled with roles

B.

Modules open content pages

C.

Every Module must be associated with a table

D.

Every Module must be part of an Application Menu

Full Access
Question # 35

Here is the Business Rule script template:

This type of JavaScript function is known as:

A.

Constructor

B.

Scoped

C.

Anonymous

D.

Self-invoking

Full Access
Question # 36

If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?

A.

current.variable_name

B.

S{variable_name}

C.

< variable_name >

D.

< variable_name >.do?WSDL

Full Access
Question # 37

Which of the following statements is true about Guided Application Creator?

A.

The global scope option is turned on by default

B.

A scope application user role is automatically created

C.

Default access controls are automatically created

D.

The welcome screen appears every time a new application is created

Full Access
Question # 38

Which of the following are true for reports in ServiceNow? (Choose three.)

A.

Any user can see any report shared with them.

B.

Can be a graphical representation of data.

C.

All users can generate reports on any table.

D.

Can be run on demand by authorized users.

E.

Can be scheduled to be run and distributed by email.

Full Access
Question # 39

What is the ServiceNow store?

A.

The source for ServiceNow Community created developer content

B.

Marketplace for free and paid certified ServiceNow applications and integrations

C.

Downloadable content ServiceNow script archive

D.

Alternate name for the ServiceNow Developer Share site

Full Access
Question # 40

Tables that extend a table do what?

A.

Sometimes inherit the parent's fields

B.

Automatically update the application scope

C.

Do not inherit the parent's fields

D.

Inherit the parent's fields

Full Access