Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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

A.

Create Branch

B.

Apply Remote Changes

C.

Stash Local Changes

D.

Edit Repository Configurations

Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?

A.

Conditions, Roles, Script

B.

Conditions, Script, Roles

C.

Roles, Conditions, Script

D.

Script, Conditions, Roles

Which table in ServiceNow stores the details of customizations included in an update set?

A.

System Properties [sys_properties]

B.

Update Set [sys_update_set]

C.

Application Registry [sys_app]

D.

Customer Update [sys_update_xml]

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

Which script types execute on the server? (Choose three.)

A.

Business Rule

B.

Client Scripts

C.

UI Policies

D.

Script Actions

E.

Scheduled Jobs

When crafting a scoped application that contains flow actions, what is the application called?

A.

Spoke

B.

Flow

C.

Bundle

D.

Action

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

(Which method can be used in a Business Rule to get the sys_id of the currently logged in user?)

A.

g_form.getUserSysID()

B.

gs.getUserSysID()

C.

g_form.getUserID()

D.

gs.getUserID()

(Which methods are used to activate application restricted caller access? Choose 2 options.)

A.

Block all access requests to cross-scope resources

B.

Request the HR Service Delivery or Security Incident Response applications

C.

Activate the Scoped Application Restricted Caller Access plugin

D.

Enable the Cross-Scope Access Override feature in the application settings

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

< blank > .

A.

Branch

B.

Tag

C.

Stash

D.

Update set