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

Exact2Pass Menu

Question # 4

Which one of the following is NOT a purpose of application scoping?

A.

Provide a relationship between application artifacts

B.

Provide a way of tracking the user who developed an application

C.

Provide a namespace (prefix and scope name) to prevent cross application name collisions

D.

Provide controls for how scripts from another scope can alter tables in a scoped application

Full Access
Question # 5

What Module Link type is used to access an Application Properties page?

A.

URL (from Arguments)

B.

HTML (from Arguments)

C.

Script (from Arguments)

D.

Single Record

Full Access
Question # 6

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 # 7

What is a workflow context?

A.

It is a checked out workflow which is being edited

B.

It is generated from a workflow version, executes activities, and follows transitions

C.

The table for which a workflow is defined plus any conditions such as "Active is true"

D.

The business reason or process for which a workflow is designed

Full Access
Question # 8

Which testing framework is used to test ServiceNow Applications?

A.

Automated Test Framework (ATF)

B.

Selenium

C.

Test Driven Framework (TDF)

D.

Junit

Full Access
Question # 9

Which of the following statements must evaluate to true for a user to pass an Access Control?

Choose 3 answers

A.

Other matching Access Controls for the records evaluate to true.

B.

Conditions configured in the Access Control must evaluate to true.

C.

The user must be granted access through a business rule.

D.

The user has one of the roles specified in the Required roles related list.

E.

Scripts configured in the Access Control must evaluate to true.

Full Access
Question # 10

Which path would you take to access the table configuration page from a form?

A.

The Form Context menu > Configure > Dictionary

B.

The Form Context menu > View > Table

C.

The Form Context menu > Configure > Table

D.

The Form Context menu > View > Show Table

Full Access
Question # 11

What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?

A.

Restricted caller access records

B.

Caller tracking records

C.

Access control level records

D.

Cross-scope access records

Full Access
Question # 12

What module do you use to access the reports that are available to you?

A.

Reports > Overview

B.

Reports > View / Run

C.

Self-Service > My Dashboards

D.

Reports > Homepage

E.

Self-Service > My Reports

Full Access
Question # 13

When creating an application through the Guided Application Creator, what are the options for creating a table?

Choose 3 answers

A.

Extend a table

B.

Link to external tables

C.

Upload a spreadsheet

D.

Create a table from a template

E.

Use APIs

F.

Run import jobs

G.

Create a table from scratch

Full Access
Question # 14

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 # 15

When creating an application through the Guided Application Creator, what are the options for creating a table?

Choose 3 answers

A.

Extend a table

B.

Create a table from scratch

C.

Link to external tables

D.

Run import jobs

E.

Create a table from a template

F.

Use API calls

G.

Upload a spreadsheet

Full Access
Question # 16

A customer requests the following data quality measures be added:

1. Incident numbers should be read-only on all lists and forms, for all users.

2. Short Description field should be mandatory, on all records, across all applications, on Insert.

Which type of policy would you use to meet this requirement?

A.

Dictionary Design Policy

B.

Field Criteria Policy

C.

Data Quality Policy

D.

Data Policy

Full Access
Question # 17

Client-side scripts manage what?

A.

Forms and Forms Fields

B.

Playbook access

C.

Database and backend

D.

User access

Full Access
Question # 18

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

Full Access
Question # 19

Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?

A.

Select Data Source, Schedule Transform

B.

Load Data, Create Transform Map, Run Transform Most Voted

C.

Define Data Source, Select Transform Map, Run Transform

D.

Select Import Set, Select Transform Map, Run Transform

Full Access
Question # 20

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

.

A.

Branch

B.

Tag

C.

Stash

D.

Update set

Full Access
Question # 21

How can an application link to a repository behind a firewall?

A.

This option is not supported.

B.

Link an application to source control through a MID Server.

C.

Link an application to source control through an access token.

D.

Link an application to source control with multi-factor authentication.

Full Access
Question # 22

Which are valid caller access field options? (Choose 3 answers)

A.

Allow Configuration

B.

None

C.

Caller Restriction

D.

Accessible from

E.

Caller Permission

F.

Caller Tracking

Full Access
Question # 23

You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?

A.

On State column title, right-click select Filter Out > Resolved

B.

On the list of records, locate and right-click on the Resolved value, select Exclude

C.

Click Funnel icon, click AND. Select Resolved. Is Not, State, click Run

D.

On the list of records, locate and right-click on the Resolved value, select Filter Out

E.

On Search, select State, type not Resolved, press enter

Full Access
Question # 24

Which items are valid UI Action types in ServiceNow? (Choose 3 answers)

A.

List banner button

B.

Workflow action

C.

Form button

D.

List choice

E.

Form choice

F.

Record navigation button

Full Access
Question # 25

Identify characteristic(s) of a Record Producer.

Choose 3 answers

A.

Graphics can be included on the user interface.

B.

All records created using this strategy are inserted into the Requested Item [sc_req_item] table.

C.

You can script behaviors of fields in the user interface.

D.

They must be scripted.

E.

Each field prompts the user with a question rather than a field label.

Full Access
Question # 26

Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)

A.

Publish to a spreadsheet

B.

Publish to an application repository

C.

Publish to the ServiceNow Store

D.

Publish to a local USB device

E.

Publish to an update set

F.

Publish to a local drive

Full Access
Question # 27

Which one of the following database operations cannot be controlled with Application Access?

A.

Update

B.

Delete

C.

Create

D.

Query

Full Access
Question # 28

Which one of the following is true for the Application Picker?

A.

All custom application scope and the Global scope appear in the Application Picker

B.

All applications in ServiceNow, including baseline applications like Incident, appear in the Application Picker

C.

Only custom applications appear in the Application Picker

D.

Only downloaded applications appear in the Application Picker

Full Access
Question # 29

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 # 30

What are Application Files in a ServiceNow application?

A.

XML exports of an application's Update Set.

B.

CSV files containing data imported into an application.

C.

ServiceNow artifacts comprising an application.

D.

An XML export of an application's table records.

Full Access
Question # 31

Which business requirements and process(es) should be documented as part of the application development plan?

Choose 4 answers

A.

Data input/output

B.

Business problem

C.

Project schedule

D.

Process steps

E.

Database capacity

F.

Users/stakeholders

G.

Available licenses

Full Access
Question # 32

How does the Application Picker interact with Application Scope in ServiceNow?

A.

Selecting Global in the Application Picker sets the Application Scope to Incident.

B.

Global is a reserved application that does not appear in the Application Picker.

C.

Selecting an application from the Application Picker sets the Application Scope.

D.

Selecting an application from the Application Picker does not set the Application Scope.

Full Access
Question # 33

Which options are strategies for debugging client-side scripts?

Choose 2 answers

A.

gs.addErrorMessage()

B.

g_form.addInfoMessage()

C.

gs.log()

D.

jslog()

Full Access
Question # 34

Which one of the following is true regarding Application Scope?

A.

All applications are automatically part of the Global scope

B.

Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts

C.

Any developer can edit any application

D.

Developers can choose the prefix for a scope’s namespace

Full Access
Question # 35

In a Business Rule, which one of the following returns the sys_id of the currently logged in user?

A.

g_form getUserID()

B.

g_form getUserSysy

C.

gs.getUserSysID()

D.

gs.getUserID()

Full Access
Question # 36

What is a characteristic of Modules?

A.

Every Module must be part of an Application Menu

B.

Modules cannot open forms or lists

C.

Every Module must be associated with a table

D.

Access to Modules is not controlled with roles

Full Access
Question # 37

Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)

A.

The user must be granted access through a business rule.

B.

Conditions configured in the Access Control must evaluate to true.

C.

The user has one of the roles specified in the Required roles related list.

D.

Other matching Access Controls for the record evaluate to true.

E.

Scripts configured in the Access Control must evaluate to true.

Full Access
Question # 38

Which are valid caller access field options?

Choose 3 answers

A.

Caller Tracking

B.

Accessible from

C.

None

D.

Allow Configuration

E.

Caller Restriction

F.

Caller Permission

Full Access
Question # 39

Which items are valid UI Action types in ServiceNow?

Choose 3 answers

A.

Workflow action

B.

List choice

C.

List banner button

D.

Form choice

E.

Form button

F.

Record navigation button

Full Access
Question # 40

What are examples of Ul Actions relating to forms?

Choose 3 answers

A.

Form Buttons

B.

Form Context Menu

C.

Form Columns

D.

Form View

E.

Form Links

Full Access
Question # 41

Which feature helps to automatically allocate a critical, high-priority, service request to the appropriate assignment group or team member?

A.

User Policy

B.

Predictive Intelligence

C.

Assignment Rule

D.

UI Policy

Full Access
Question # 42

What is the name of the string that displays filter criteria?

A.

Breadcrumb

B.

Choice

C.

Menu

D.

Topic

Full Access
Question # 43

What do you install when you want to add applications or functionality within your development instance?

A.

Patch

B.

Updated Pack

C.

App Package

D.

Plugin

E.

App Updated Set

Full Access
Question # 44

Which set of steps is used to import spreadsheet data into a ServiceNow table?

A.

Define Data Source, Select Transform Map, Run Transform Load Data.

B.

Create Transform Map.

C.

Run Transform Select Import Set, Select Transform Map.

D.

Run Transform Select Data Source. Schedule Transform

Full Access
Question # 45

What is the Endpoint when configuring a REST Message?

A.

The URI of the data to be accessed, queried, or modified

B.

The provider response indicates there is no data to send back

C.

The URI of the Webserver

D.

The command to the REST script to stop execution

Full Access
Question # 46

Which ATF Test step allows you to create a user with specified roles and groups for the test?

A.

Create a user

B.

Create a role

C.

Create a group

D.

Impersonation

Full Access
Question # 47

Which server-side object provides methods for working with dates when writing a script in a privately scoped application?

A.

GlideDate Time

B.

current

C.

GlideRecord

D.

GlideSystem

Full Access
Question # 48

Which of the following features are available to Global applications? (Choose two.)

A.

Automated Test Framework

B.

Source Control

C.

Delegated Development

D.

Flow Designer

Full Access
Question # 49

How would you describe the relationship between the Incident and Task table? I Incident table is extended from Task table

A.

Incident table has a one to many relationship with the Task table

B.

Incident table has a many to many relationship with the Task table

C.

Incident table is related to the Task table via the INC number

D.

Incident table is a database view of the Task table

Full Access
Question # 50

Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer UI for a user rather than the ServiceNow form UI?

A.

Content Page

B.

Script (from Arguments)

C.

URL (from Arguments)

D.

HTML (from Arguments)

Full Access
Question # 51

What do you click when you have made modifications to your report, and you want to see the results without saving?

A.

Execute

B.

Preview

C.

Run

D.

Test

E.

Try it

Full Access
Question # 52

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 # 53

Which methods can be used to install an application on a ServiceNow instance?

Choose 3 answers

A.

Import an application from an XML file

B.

Use the 'Install' button on the application record

C.

Install from the Google Play Store

D.

Download from Stack Overflow

E.

Install an application from the Application Repository

F.

Download and install a third-party application from the ServiceNow Store

Full Access
Question # 54

In a privately-scoped application, which methods are used for logging messages in server-side scripts?

Choose 2 answers

A.

gs.debug()

B.

gs.logError()

C.

gs.error()

D.

gs.warn()

E.

gs.log()

Full Access
Question # 55

Why would you build a custom app?

A.

To fulfill is specific use case on internal processes.

B.

To avoid using a code repository like GiotHub or GitLab

C.

To create a custom integration for a 3rd party system

D.

To replace servieNow base tables

Full Access
Question # 56

When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?

A.

base table

B.

child table

C.

parent table

D.

all tables

Full Access
Question # 57

How is access to Application Menus and Modules controlled?

A.

Access Controls

B.

Application Rules

C.

Client Scripts

D.

Roles

Full Access
Question # 58

On the knowledge base record, which tab would you use to define which users are able to write articles to the knowledge base?

A.

Can Contribute

B.

Cannot Author

C.

Can Write

D.

Can Read

E.

Can Author

Full Access
Question # 59

Which one of the following is true for a table with the “Allow configuration” Application Access option selected?

A.

Only the in scope application’s scripts can create Business Rules for the table

B.

Any user with the application’s user role can modify the application’s scripts

C.

Out of scope applications can create Business Rules for the table

D.

Out of scope applications can add new tables to the scoped application

Full Access
Question # 60

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 # 61

What are advantages of using Flow Designer? Choose 3 answers

A.

Smooth integration with 3rd party systems

B.

Less manual scripting

C.

Reduces technical debt

D.

Supports advanced developers

E.

Enables complicated scripting

Full Access
Question # 62

Identify the incorrect statement about Delegated Development in ServiceNow.

A.

Administrators can grant non-admin users the ability to develop global applications.

B.

Administrators can specify which application file types the developer can access.

C.

Administrators can grant the developer access to script fields.

D.

Administrators can grant the developer access to security records.

Full Access
Question # 63

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 # 64

When a ServiceNow instance requests information from a web service, ServiceNow is the web service:

A.

Publisher

B.

Specialist

C.

Provider

D.

Consumer

Full Access
Question # 65

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 # 66

Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer for a user rather than the ServiceNow form?

A.

HTML (from Arguments)

B.

URL (from Arguments)

C.

Content Page

D.

Script (from Arguments)

Full Access
Question # 67

Which of the following objects does a Display Business Rule NOT have access to?

A.

previous

B.

GlideSystem

C.

g_scratchpad

D.

current

Full Access
Question # 68

While showing a customer their Incident form, they ask to change the Priority field title to display their internal terminology Value. How would you do that?

Choose 2 answers

A.

Right click on Priority and select Configure Dictionary

B.

Right click on Priority and select Configure Display Settings

C.

Right click on Priority and select Configure Column

D.

Right click on Priority and select Configure Label

Full Access
Question # 69

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

Full Access
Question # 70

Is it possible to change an application's scope?

A.

Yes, but only from global scope to private scope

B.

Yes it's possible.

C.

No, it's not possible.

D.

Yes. but only from private scope to global scope

Full Access
Question # 71

When selecting the Target table for an import which tables can you select?

Choose 3 answers

A.

Tables outside of ServiceNow

B.

Related tables, using Dot Walk

C.

Tables which allow write access to other applications

D.

Tables within the global scope

E.

Tables within the existing application scope

Full Access
Question # 72

Which tool is used to define relationships between fields in an import set table and a target table?

A.

Field Transformer

B.

Schema Map

C.

Transform Schema

D.

Transform Map

Full Access
Question # 73

As administrator, what must you do to access features of High Security Settings?

A.

Add security_admin role to your user account

B.

Use System Administration > Elevate Roles module

C.

Select Elevate Roles

D.

Impersonate Security Admin

Full Access
Question # 74

What is the Event Registry?

A.

A table containing a record for every Event known to the ServiceNow system which allows ServiceNow to react when Events are generated

B.

The Event Log which lists all Events that have been generated

C.

A Workflow which is launched every time an Event is generated; used to debug Events

D.

The method used in server-side scripts to generate Events and pass parameters

Full Access
Question # 75

Which one of the following is a benefit of creating an Application Properties page for each application you develop?

A.

An Application Properties page is a common landing page for an application.

B.

Application users know to go to the Application Properties page to change the appearance of an application.

C.

Application Properties allow a developer to override the application properties inherited from ServiceNow.

D.

Application Properties allow a developer or admin to make changes to an application's behavior without modifying application artifacts.

Full Access
Question # 76

When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose 3 answers)

A.

Link to external tables

B.

Create a table from scratch

C.

Create a table from a template

D.

Run import jobs

E.

Upload a spreadsheet

F.

Use API calls

G.

Extend a table

Full Access