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

CAD Questions and Answers

Question # 6

Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer Ul. How is the page specified?

A.

Write an after Business Rule script for the Record Producer's table: window.redirect = "";

B.

Create an application property to store the URL

C.

Write a script in the Record Producer's Script field: producer.redirect = "";

D.

Configure the page in the Module that opens the Record Producer Ul

Full Access
Question # 7

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

From the list below, identify one reason an application might NOT be a good fit with ServiceNow.

The application:

A.

Needs workflow to manage processes

B.

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

C.

Requires reporting capabilities

D.

Uses forms extensively to interact with data

Full Access
Question # 9

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

What happens to the List view when a new field is added to an existing table?

A.

The new field is added at the end of the List

B.

A new List View is created with the new field

C.

The new field is added at the start of the List

D.

The new field is not added to the List view

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

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

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

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

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

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

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

Which allows the creation of a task-based record from Service Catalog?

A.

UI Builder

B.

Flow Designer

C.

Assignment Rule

D.

Record Producers

E.

Ul Actions

Full Access
Question # 19

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

Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?

A.

ServiceNow Messenger

B.

Knowledge Chat

C.

Virtual Agent

D.

Now Support

E.

Agent Workspace

Full Access
Question # 21

What ServiceNow feature allows you to include data from a secondary related table on a report?

A.

Outer Join

B.

SQL

C.

Dot Walking

D.

Joins

Full Access
Question # 22

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

Which actions can a Business Rule take without scripting?

A.

Set field values and query the database

B.

Set field values and add message

C.

Set field values and write to the system log

D.

Set field values and generate an event

Full Access
Question # 24

Here is an example of the criteria set for a knowledge base:

• Companies: ACME North America

• Departments: HR

• Groups: ACME Managers

• Match All: Yes

In this example, what users would have access to this knowledge base?

A.

Employees of ACME North America, who are members of HR Department or the ACME Managers group

B.

Members of the ACME Manager group, who are also members of HR Department and part of ACME North America

C.

Members of the ACME Managers group, and HR department, regardless of geography

D.

Users which are members of either ACME North America, or HR Department or ACME Managers group

Full Access
Question # 25

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

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

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

As an IT employee what interface would you use, if you wanted to browse internal IT documentation, like troubleshooting scripts and FAQs?

A.

Knowledge

B.

SharePoml

C.

Stack Overflow

D.

ServiceNow Wiki

E.

Knowledge NoW

Full Access
Question # 29

Which of the following are configured in an Email Notification?

a)Who will receive the notification.

b)What content will be in the notification.

c)When to send the notification.

d)How to send the notification.

A.

a, b and c

B.

a, b, and d

C.

b, c and d

D.

a, c and d

Full Access
Question # 30

What setting allows users to view a Knowledge Base article even if they are not logged in?

A.

The ESS role

B.

The Allow All role

C.

The Public setting

D.

The View All setting

Full Access
Question # 31

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

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

What are the ways to designate data tables when Guided Application Creator (GAC)?

Choose 3 answers

A.

Upload an existing PDF

B.

Create a new table on the platform

C.

Use an existing table on the platform

D.

Upload an existing spreadsheet

E.

Upload an existing word processing document.

F.

Use a freeform database

Full Access
Question # 34

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

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

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

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

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

What field type would you select if you want to query records from another table on a form?

A.

Use the Date field type.

B.

Use the Phone Number field type.

C.

Use the String field type.

D.

Use the Reference field type.

Full Access
Question # 40

Which one of the following is the fastest way to create and configure a Record Producer?

A.

Create a Catalog Category, open the category, and select the Add New Record Producer button

B.

Use the Record Producer module then add and configure all variables manually

C.

Open the table in the Table records and select the Add to Service Catalog Related Link

D.

Open the table’s form, right-click on the form header, and select the Create Record Producer menu item

Full Access
Question # 41

Which one of the following is part of the client-side scripting API?

A.

workflow.scratchpad

B.

GlideUser object (g_user)

C.

current and previous objects

D.

GlideSystem object (gs)

Full Access
Question # 42

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

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

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

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

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

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

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

What is the ServiceNow App Repository?

A.

A Request table

B.

Another name for update sets

C.

A database containing ServiceNow apps

D.

A collection of files in a Git database

Full Access
Question # 50

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

When troubleshooting and debugging notifications, where do you navigate to see if an email was sent in response to an event?

A.

System Logs > Push Notifications

B.

System Logs > ICE Logs

C.

System Logs > Emails

D.

System Logs > Events

Full Access
Question # 52

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

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

Which of the following statements does NOT apply when extending an existing table?

A.

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

B.

The new table inherits the functionality built into the parent table

C.

The new table inherits all of the fields from the parent table

D.

You must script and configure all required behaviors

Full Access
Question # 55

When building an extended table from a base table, which fields do you need to create?

Choose 2 answers

A.

The reference fields for the base table.

B.

The fields that are not in the base table

C.

The mandatory fields for the base table

D.

The fields that are specific to the extended table

Full Access
Question # 56

On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?

A.

Before, After Async, Display

B.

Insert, Update, Delete, Query

C.

Before, Synchronous, Scheduled Job, View

D.

Prior to, Synchronous on Update

Full Access
Question # 57

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

What feature allows you to limit who is able to contribute or read knowledge within a knowledge base?

A.

Roles

B.

Groups

C.

Categories

D.

User Criteria

Full Access
Question # 59

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

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

Choose 2 answers

A.

The Email field must have a valid value.

B.

The user must not be locked out.

C.

The First name and Last name fields must have values.

D.

Active must be true.

E.

Delegation must be enabled.

Full Access
Question # 61

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

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

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

What intuitive development interface guides users through the initial application development process?

A.

ServiceNow Studio

B.

Guided Application Creator

C.

Flow Designer

D.

Guided Tour Designer

Full Access
Question # 65

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

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

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

How does ServiceNow match inbound email to existing records?

A.

Watermark

B.

Record link

C.

Subject line

D.

sys_id

Full Access
Question # 69

What are some of the benefits of extending an existing table such as the Task table when creating a new application?

a)You can repurpose existing fields by simply changing the label.

b)Use existing fields with no modifications.

c)Existing logic from the parent table will be automatically applied to the new table.

d)All of the parent table records are copied to the new table.

A.

a, b, c, and d

B.

a and b

C.

b and c

D.

a, b, and c

Full Access
Question # 70

What tool is used to import data from various data sources, and map that data into ServiceNow tables?

A.

Transform Set

B.

Import Set

C.

Data Pack

D.

Update Set

Full Access
Question # 71

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

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

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

A.

Update

B.

Delete

C.

Create

D.

Query

Full Access
Question # 74

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