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

CAD Certified Application Developer - ServiceNow Questions and Answers

Questions 4

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:

Options:

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

Buy Now
Questions 5

Identify the incorrect statement about Delegated Development in ServiceNow.

Options:

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.

Buy Now
Questions 6

What is the REST API Explorer used to do?

Options:

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

Buy Now
Questions 7

The customer has asked that you change the default layout of the Task list. They would like these columns, in this order:

• Number

• Task Type

• Parent

• Short Description

• Assignment Group

• Assignee

• Updated

After navigating to the list, where would you click, to meet this requirement?

Options:

A.

Right click List Gear icon > Configure > Columns

B.

Click List Context Menu > Configure > Columns

C.

Right click on any column header Context Menu > Configure > List Layout

D.

Click List Context Menu > Personalize List

Buy Now
Questions 8

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

Options:

A.

Publisher

B.

Specialist

C.

Provider

D.

Consumer

Buy Now
Questions 9

Which Report Type(s) can be created by right-clicking on a column header in a table’s list?

Options:

A.

Bar Chart, Pie Chart, Histogram, and Line

B.

Bar Chart

C.

Bar Chart, Pie Chart, and Histogram

D.

Bar Chart and Pie Chart

Buy Now
Questions 10

Why would you build a custom app?

Options:

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

Buy Now
Questions 11

When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?

Options:

A.

Application Manager

B.

Application Fulfiller

C.

Application Super User

D.

Application Admin

Buy Now
Questions 12

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

Options:

A.

Field Transformer

B.

Schema Map

C.

Transform Schema

D.

Transform Map

Buy Now
Questions 13

What syntax is used in a Record Producer script to access values from Record Producer form fields?

Options:

A.

producer.field_name

B.

producer.variablename

C.

current.variable_name

D.

current.field_name

Buy Now
Questions 14

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

Options:

A.

Task Escalation Clock

B.

Business Time Remaining

C.

Inactivity Monitor

D.

Service Level Agreements

E.

Response Time Clock

Buy Now
Questions 15

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

Options:

A.

Ul Settings

B.

UI Actions

C.

Ul Policies

D.

Ul Config

Buy Now
Questions 16

What plugin enables the Guided Application Creator?

Options:

A.

com.glide.sn-guided-app-creator

B.

com.glide.service_creator

C.

com.glide.snc.apps_creator

D.

com.snc.apps_creator_template

Buy Now
Questions 17

There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.

Options:

A.

Identify the table

B.

Script the function(s)

C.

Create a class

D.

Create a prototype object from the new class

Buy Now
Questions 18

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

Options:

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.

Buy Now
Questions 19

To see what scripts, reports, and other application artifacts will be in a published application:

Options:

A.

Enter the name of the Application in the Global search field

B.

Open the list of Update Sets for the instance

C.

Examine the Application Files Related List in the application to be published

D.

Open the artifact records individually to verify the value in the Application field

Buy Now
Questions 20

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

CAD Question 20

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

Options:

A.

field3 only

B.

filed1 and field3

C.

All fields

D.

All fields except field3

Buy Now
Questions 21

How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?

Options:

A.

You must create Access Controls to prevent all other application scopes from creating configuration records on an application’s data tables rather than using Application Access

B.

Set the Accessible from field value to All application scopes and de-select the Can create option

C.

Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option

D.

Set the Accessible from field value to This application scope only

Buy Now
Questions 22

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.

Options:

A.

a, b, c, and d

B.

a and b

C.

b and c

D.

a, b, and c

Buy Now
Questions 23

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

Options:

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

Buy Now
Questions 24

When a custom table is created, which access control rules are automatically created?

Choose 4 answers

Options:

A.

update

B.

read

C.

execute

D.

create

E.

delete

F.

write

Buy Now
Questions 25

What are web services?

Options:

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

Buy Now
Questions 26

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

Options:

A.

Execute

B.

Preview

C.

Run

D.

Test

E.

Try it

Buy Now
Questions 27

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

Options:

A.

g_form.showInfoMessage()

B.

g_form.showFieldMsg()

C.

g_form.addInfoMessage()

D.

g_form.addFieldMsg()

Buy Now
Questions 28

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

Options:

A.

Spoke

B.

Flow

C.

Bundle

D.

Action

Buy Now
Questions 29

When configuring a module, what does the Override application menu roles configuration option do?

Options:

A.

Users with the module role but without access to the application menu access the module

B.

Self-Service users can access the module even though they do not have roles

C.

Admin is given access to the module even if Access Controls would ordinarily prevent access

D.

Users with access to the application menu can see the module even if they don’t have the module role

Buy Now
Questions 30

What is the Event Registry?

Options:

A.

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

B.

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

C.

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

D.

The Event Log which lists all Events that have been generated

Buy Now
Questions 31

Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?

Options:

A.

The application needs to send weekly email reminders to requestors for all records on a table

B.

The application needs to run a clean up script on the last day of every month

C.

The application needs to query the database every day to look for unassigned records

D.

The application needs to run a client-side script at the same time every day

Buy Now
Questions 32

Which of the following is NOT a way to install an application on a ServiceNow instance?

Options:

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

Buy Now
Questions 33

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

Options:

A.

Roles

B.

Groups

C.

Categories

D.

User Criteria

Buy Now
Questions 34

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

Options:

A.

Password

B.

URL

C.

User name

D.

Application name

Buy Now
Questions 35

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

Options:

A.

ServiceNow Messenger

B.

Knowledge Chat

C.

Virtual Agent

D.

Now Support

E.

Agent Workspace

Buy Now
Questions 36

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

Options:

A.

GlideDate Time

B.

current

C.

GlideRecord

D.

GlideSystem

Buy Now
Questions 37

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

Options:

A.

Update

B.

Delete

C.

Create

D.

Query

Buy Now
Questions 38

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

Options:

A.

Form layout

B.

Page header

C.

Schema map

D.

Field navigator

Buy Now
Questions 39

Here is the Business Rule script template:

CAD Question 39

This type of JavaScript function is known as:

Options:

A.

Constructor

B.

Scoped

C.

Anonymous

D.

Self-invoking

Buy Now
Questions 40

Which one of the following is true regarding Application Scope?

Options:

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

Buy Now
Questions 41

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?

Options:

A.

table.*will grant access to every field in a record

B.

table.None will grant access to every record on the table

C.

table.field will grant access to a specific field in a record

D.

table.id will grant access to a specific record on the table

Buy Now
Questions 42

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

Choose 2 answers

Options:

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.

Buy Now
Questions 43

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

Options:

A.

COPY

B.

POST

C.

GET

D.

DELETE

Buy Now
Questions 44

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

Options:

A.

Before, After Async, Display

B.

Insert, Update, Delete, Query

C.

Before, Synchronous, Scheduled Job, View

D.

Prior to, Synchronous on Update

Buy Now
Questions 45

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

Options:

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

Buy Now
Questions 46

Identify characteristic(s) of a Record Producer.

Choose 3 answers

Options:

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.

Buy Now
Questions 47

Which of the following is NOT a trigger type in Flow Designer?

Options:

A.

Outbound Email

B.

Application

C.

Record

D.

Schedule

Buy Now
Questions 48

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

Options:

A.

Create Branch

B.

Apply Remote Changes

C.

Stash Local Changes

D.

Edit Repository Configurations

Buy Now
Questions 49

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

Options:

A.

User Menu

B.

Content Frame

C.

Application Navigator

D.

Module

Buy Now
Questions 50

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

Options:

A.

Transform Set

B.

Import Set

C.

Data Pack

D.

Update Set

Buy Now
Questions 51

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

Choose 4 answers

Options:

A.

Data input/output

B.

Business problem

C.

Project schedule

D.

Process steps

E.

Database capacity

F.

Users/stakeholders

G.

Available licenses

Buy Now
Questions 52

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

Options:

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

Buy Now
Questions 53

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

Options:

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

Buy Now
Questions 54

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.

Options:

A.

a, b, and d

B.

a, b, c, and d

C.

b, c, and d

D.

a, b, and c

Buy Now
Questions 55

Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow?

Choose 3 answers

Options:

A.

Publish to an application repository

B.

Publish to a spreadsheet

C.

Publish to a local USB device

D.

Publish to a local drive

E.

Publish to an Update Set

F.

Publish to the ServiceNow Store

Buy Now
Questions 56

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

Options:

A.

The ESS role

B.

The Allow All role

C.

The Public setting

D.

The View All setting

Buy Now
Questions 57

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

Options:

A.

List choice

B.

Form button

C.

List banner button

D.

Form choice

Buy Now
Questions 58

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

Options:

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

Buy Now
Questions 59

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

Options:

A.

previous

B.

GlideSystem

C.

g_scratchpad

D.

current

Buy Now
Questions 60

On a form, which type of field has this icon which can be clicked, to see a preview of the associated record?

Options:

A.

Reference

B.

Lookup

C.

Preview

D.

Quickview

E.

Drilldown

F.

Snapshot

Buy Now
Questions 61

Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?

Options:

A.

gs.log()

B.

gs.error()

C.

gs.warn()

D.

gs.debug()

Buy Now
Questions 62

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

Options:

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

Buy Now
Questions 63

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

Options:

A.

Restricted caller access records

B.

Caller tracking records

C.

Access control level records

D.

Cross-scope access records

Buy Now
Exam Code: CAD
Exam Name: Certified Application Developer - ServiceNow
Last Update: Feb 17, 2025
Questions: 254

PDF + Testing Engine

$57.75  $164.99

Testing Engine

$43.75  $124.99
buy now CAD testing engine

PDF (Q&A)

$36.75  $104.99
buy now CAD pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 18 Feb 2025