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

CAD Questions and Answers

Question # 6

Which of the following objects does a Before Business Rule have access to in a script?

A.

current

B.

previous

C.

GlideRecord

D.

All of the above

Full Access
Question # 7

Modules must have a Link type. Which one of the following is a list of Link types?

A.

List of Records, Separator, Catalog Type, Roles

B.

Assessment, List of Records, Separator, Timeline Page

C.

List of Records, Content Page, Order, URL (from arguments:)

D.

Assessment, List of Records, Content Page, Roles

Full Access
Question # 8

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

How can administrators expand the list of supported file types for code search in ServiceNow Studio?

A.

By creating a new code search group

B.

By modifying the default code search table

C.

By adding new file types to a custom search group

D.

By configuring metadata synchronization settings

Full Access
Question # 10

Which one of the following is true about client-side scripted security?

A.

Client-side scripts have access to both the GlideSystem (gs) and GlideUser (g_user) methods

B.

Client-side scripts have access to the GlideUser (g_user) methods

C.

Client-side scripts have no access to user methods

D.

Client-side scripts have access to the GlideSystem (gs) user methods

Full Access
Question # 11

What occurs when an existing table is extended in ServiceNow?

A.

The new table inherits the functionality built into the parent table

B.

The parent table ' s Access Controls are ignored when determining access to the new table ' s records and fields

C.

The new table does not inherit any of the fields from the parent table

D.

You must script and configure all required behaviors

Full Access
Question # 12

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

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

A.

Forms

B.

Lists

C.

Standard

D.

Classic

Full Access
Question # 14

You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A ' s records to be installed as part of the application.

Table A ' s records will be installed when:

A.

Table A is active and extends the Task table

B.

Table A ' s records are added to the application record using the Create Application Files context menu item

C.

Table A has an automatic number counter for new records

D.

Table A is not included in the System Clone > Exclude Tables list

Full Access
Question # 15

Which tables are available by default in a ServiceNow instance?

Choose 3 answers

A.

Task

B.

Item

C.

User

D.

Incident

E.

Issue

F.

Project

Full Access
Question # 16

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

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

In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?

A.

Data Pill

B.

Field Icon

C.

Field Value

D.

Data Trigger

E.

Data Element

Full Access
Question # 19

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

table.None read Access Control for users with the admin and itil roles

table. * read Access Control for users with the admin role

table. field3 read Access Control for users with the itil role

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

A.

field1, field2. andfield3

B.

field3 only

C.

field 1 andfield3

D.

All fields except field3

Full Access
Question # 20

Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

A.

GlideRecord and current

B.

GlideUser and GlideRecord

C.

GlideSystem and GlideRecord

D.

GlideSystem and current

Full Access
Question # 21

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

A scoped application containing Flow Designer content dedicated to a particular application is called a(n):

A.

Spoke

B.

Bundle

C.

Action

D.

Flow

Full Access
Question # 23

Which one of the following is true for a Script Include with a Protection Policy value of Protected?

A.

Any user with the protected_edit role can see and edit the Script Include

B.

The Protection policy option can only be enabled by a user with the admin role

C.

The Protection Policy is applied only if the glide.app.apply_protection system property value is true

D.

The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store

Full Access
Question # 24

(What provides a graphical view of the relationships among tables in ServiceNow?)

A.

Map source report

B.

Schema map

C.

Graphical User Interface

D.

Dependency view

Full Access
Question # 25

Which one of the following is NOT a UI Action type?

A.

List choice

B.

Form button

C.

List banner button

D.

Form choice

Full Access
Question # 26

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

Which ATF test step is used to set up a specific user profile for testing purposes?

A.

Impersonation

B.

Create a role

C.

Create a user

D.

Create a group

Full Access
Question # 28

(What feature can a developer use to organize fields when designing and creating a form?)

A.

Button

B.

Section

C.

Related list

D.

Formatters

Full Access
Question # 29

Which one of the following is NOT part of the Form Designer?

A.

Form layout

B.

Page header

C.

Schema map

D.

Field navigator

Full Access
Question # 30

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

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

A.

Bundle

B.

Row

C.

Action

D.

Spoke

Full Access
Question # 32

Which of the following is true about deleting fields from a table?

A.

Any field on a table can be deleted

B.

User-defined non-inherited fields can be detected

C.

Inherited fields can be detected

D.

Table records are deleted when a field is detected

Full Access
Question # 33

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

A.

Update

B.

Delete

C.

Create

D.

Query

Full Access
Question # 34

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

If the Create module field is selected when creating a table, what is the new module’s default behavior?

A.

Open an empty form so new records can be created

B.

Open a link to a wiki article with instructions on how to customize the behavior of the new module

C.

Display an empty homepage for the application

D.

Display a list of all records from the table

Full Access
Question # 36

What are three ServiceNow table creation methods? (Choose three.)

A.

Using legacy Workflows

B.

Upload and turn a spreadsheet into a custom table

C.

Using Flow Designer

D.

Use the Now Experience Table Creator

E.

Extend a table

F.

Create a custom table

Full Access
Question # 37

What data types of Flow Variables are supported to store record data?

Choose 3 answers

A.

Array

B.

Choice

C.

Integer

D.

String

E.

Date

Full Access
Question # 38

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

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

A.

Spoke

B.

Flow

C.

Bundle

D.

Action

Full Access
Question # 40

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

Which one of the following objects CANNOT be used in a Script Action script?

A.

previous

B.

GlideRecord

C.

event

D.

current

Full Access
Question # 42

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 which does not appear in the Application Picker.

C.

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

D.

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

Full Access
Question # 43

Which of the following methods is NOT part of the ServiceNow REST API?

A.

COPY

B.

POST

C.

GET

D.

DELETE

Full Access
Question # 44

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

You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on another instance, you want Table A ' s records to be installed as part of the application. Table A ' s records will be installed when:

A.

Table A is active and extends the Task table.

B.

Table A has an automatic number counter for new records and the table property " Include data " is set to true.

C.

Table A ' s records are added to the application record using the " Create Application Files " feature.

D.

Table A is not included in the System Clone > Exclude Tables list.

Full Access
Question # 46

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

What is a function of an update set in ServiceNow Studio?

A.

To group configuration changes for transfer between instances

B.

To track and monitor system performance metrics

C.

To create new custom applications

D.

To manage configurations directly in a production environment

Full Access
Question # 48

Which role(s) are required to impersonate a user?

Choose 2 answers

A.

security_admin

B.

sys_admin

C.

admin

D.

sys_user

E.

impersonator

Full Access
Question # 49

For your implementation the following tables are extended from each other:

• Incident table is extended from Task table

• Super Incident table is extended from Incident table

In this situation, which table(s) are Parent. Child and Base tables?

Choose 5 answers

A.

Incident table is a Child table

B.

Incident table is a Parent table

C.

Task table is a Child table

D.

Super Incident table is a Child table

E.

Super Incident table is a Parent table

F.

Task table is a Base table

G.

Task table is a Parent table

Full Access
Question # 50

What records are used to track cross-scope applications that request access to an application?

A.

Caller tracking records

B.

Restricted caller access records

C.

Cross-scope access records

D.

Access control level records

Full Access
Question # 51

Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?

A.

Class Map

B.

Flow Design

C.

Dependency View

D.

Business Service Map

Full Access
Question # 52

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

Identify the ways an application can respond to an Event generated by the gs.eventQueue() method. (Choose 2 answers)

A.

UI Policy

B.

Email Notification

C.

Client Script

D.

Scheduled Script Execution (Scheduled Job)

E.

Script Action

Full Access
Question # 54

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

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

A.

Workflow action

B.

Record navigation button

C.

Form choice

D.

Form button

E.

List banner button

Full Access
Question # 56

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

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

A.

gs.log()

B.

gs.print()

C.

gs.info()

D.

gs.debugLog()

Full Access
Question # 58

For Application Access there is a configuration option called Allow access to this table via web services. Which one of the following statements is true when this option is selected?

A.

This option restricts the ability to delete records via web services but records can always be read

B.

The user performing the query via web services must have the correct permissions to access the table ' s records

C.

Even when not selected, users with the correct permissions can use web services to access the table ' s records

D.

This option restricts access only to SOAP web services but does not apply to REST

Full Access
Question # 59

What is the REST API Explorer used to do?

A.

Practice using REST to interact with public data providers

B.

Find resources on the web for learning about REST

C.

Convert SOAP Message functions to REST methods

D.

Create sample code for sending REST requests to ServiceNow

Full Access
Question # 60

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

Full Access
Question # 61

Which of the following is a good practice for adding instructions to a form?

A.

Annotations

B.

Related links to wiki pages

C.

A context Menu UI Action

D.

A population read-only field

Full Access
Question # 62

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

On what part of the ServiceNow instance, would you find the option to Impersonate User?

A.

User Menu

B.

Content Frame

C.

Application Navigator

D.

Module

Full Access
Question # 64

Where can GlideUser (g_user) methods be utilized within ServiceNow?

A.

Client Scripts and UI Policies only

B.

Business Rules only

C.

Business Rules, and Script Includes

D.

Client Scripts, UI Policies, and UI Actions

Full Access
Question # 65

Many actions are included with flow designer what are some frequently used core actions?

Choose 4 answers

A.

Look Up Record

B.

Ask for Approval

C.

Create Record

D.

Look for Update

E.

Wait for Condition

F.

Wart for Match

Full Access
Question # 66

What data types of Flow Designer variables are supported to store record data and complex data?

Choose 3 answers

A.

Label data type

B.

Integer

C.

Array. Reference

D.

Choice

E.

String

Full Access
Question # 67

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

Full Access
Question # 68

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

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

(What is the primary purpose of an application scope?)

A.

To manage the data storage and backup for applications

B.

To define the boundary that isolates an application ' s resources from others

C.

To allow one application to automatically update another ' s resources without restrictions

D.

To control the user interface design for an application

Full Access
Question # 71

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

What contains the configuration changes made in an instance (i.e. changes in a form) and helps to implement the changes from the Dev environment to another environment?

A.

Import sets

B.

Update sets

C.

Transform maps

D.

System dictionaries

Full Access
Question # 73

(How does the weight field value affect sending multiple notifications for the same record and recipients?)

A.

Notifications with the lowest weight value are sent.

B.

Notifications with a weight value of zero are skipped.

C.

Notifications with the highest weight value are always skipped.

D.

Notifications with the highest weight value are sent.

Full Access
Question # 74

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

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

What function do you use to add buttons, links, and context menu items on forms and lists?

A.

Ul Settings

B.

UI Actions

C.

Ul Policies

D.

Ul Config

Full Access
Question # 77

Which are reasons an application could be developed on the ServiceNow platform?

Choose 3 answers

A.

It uses forms extensively to interact with data.

B.

It needs workflow to manage processes.

C.

It requires reporting capabilities.

D.

It requires low-level programming libraries.

E.

It uses multimedia features.

Full Access
Question # 78

Which of the following is an available feature in Studio?

Choose 2 answers

A.

Push to external source control

B.

Search branch

C.

Merge branches

D.

Push to update set

Full Access
Question # 79

When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?

A.

Upload spreadsheet

B.

Create table from template

C.

Extend a table

D.

Create table from scratch

Full Access
Question # 80

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

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

(What is the order of evaluation for elements in Access Control Lists?)

A.

Roles → Conditions → Script

B.

Conditions → Script → Roles

C.

Script → Conditions → Roles

D.

Conditions → Roles → Script

Full Access
Question # 83

What does the " Enforcing " option in Runtime Access Tracking settings do?

A.

Logs and authorizes all access requests to cross-scope resources automatically

B.

Logs access requests to cross scope resources and requires an administrator to authorize each request

C.

Authorizes all access requests to cross-scope resources without logging them

D.

Blocks all access requests to cross-scope resources

Full Access
Question # 84

Which client-side scripts apply to Record Producers? (Choose 2 answers)

A.

Fix Scripts

B.

Catalog Client Scripts

C.

Catalog UI Policies

D.

Record Producer Policies

E.

UI Scripts

Full Access
Question # 85

Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?

A.

Data Sources

B.

Schema Map Relationship Builder

C.

Business Service Management Map

D.

Transform Map

Full Access
Question # 86

(Where can a developer find business logic for recurring checks to identify unassigned task records? Choose 2 options.)

A.

Scheduled Flows

B.

Discovery Schedules

C.

Scheduled Script Execution

D.

System Schedules

Full Access
Question # 87

What feature can track the amount of time that a task has been open, to ensure that tasks are completed within an allotted time?

A.

Task Escalation Clock

B.

Business Time Remaining

C.

Inactivity Monitor

D.

Service Level Agreements

E.

Response Time Clock

Full Access