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

CAD Certified Application Developer - ServiceNow Questions and Answers

Questions 4

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 5

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 6

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?

Options:

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

Buy Now
Questions 7

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 8

When evaluating Access Controls, ServiceNow searches and evaluates:

Options:

A.

Only for matches on the current table

B.

Only for matches on the current field

C.

From the most specific match to the most generic match

D.

From the most generic match to the most specific match

Buy Now
Questions 9

While on an Incident record, how would you add a Tag for "Special Handling" to the record?

Options:

A.

Click on the More options (...) icon, click Add Tag, type Special Handling, press enter

B.

On the Tag field, select Special Handling from the choice list

C.

On the Special Handling field check the box

D.

Click on the Context menu, select Add Tact, type Special Handling. press enter

Buy Now
Questions 10

Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?

Options:

A.

All access to this table via web services

B.

Can create, Can update, and Can delete

C.

Can read does not affect the availability of other Application Access fields

D.

Allow configuration

Buy Now
Questions 11

Which of the following methods prints a message on a blue background to the top of the current form by default?

Options:

A.

g_form.addInfoMsg()

B.

g_form.addInfoMessage()

C.

g_form.showFieldMessage()

D.

g_form.showFieldMsg()

Buy Now
Questions 12

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 13

What are the three key tables in an enterprise CMDB?

Choose 3 answers

Options:

A.

sn_cmdb_ci

B.

cmdb

C.

cmdb_bak

D.

sn_cmdb

E.

cmdb_rel_ci

F.

cmdb_ci

G.

sn_cmdb_bak

Buy Now
Questions 14

Which of the following is true for the Application Picker and Application Scope?

Options:

A.

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

B.

Selecting Global in the Application Picker sets the Application Scope to incident

C.

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

D.

Selecting an application from the Application Picker sets the Application Scope

Buy Now
Questions 15

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?

Options:

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

Buy Now
Questions 16

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 17

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

Options:

A.

base table

B.

child table

C.

parent table

D.

all tables

Buy Now
Questions 18

Which one of the following is NOT a debugging strategy for client-side scripts?

Options:

A.

g_form.addInfoMessage()

B.

Field Watcher

C.

jslog()

D.

gs.log()

Buy Now
Questions 19

What is required to link a ServiceNow application to a Git repository?

Choose 3 answers

Options:

A.

URI

B.

ACL

C.

User name

D.

URL

E.

Application name

F.

Password

Buy Now
Questions 20

Tables that extend a table do what?

Options:

A.

Sometimes inherit the parent's fields

B.

Automatically update the application scope

C.

Do not inherit the parent's fields

D.

Inherit the parent's fields

Buy Now
Questions 21

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

Options:

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

Buy Now
Questions 22

Which statement correctly describes the differences between a Client Script and a Business Rule?

Options:

A.

A Client Scrip! executes on the client and a Business Rule executes on the server

B.

A Client Script executes before a record is loaded and a Business Rule executes after a record is updated

C.

A Client Script executes on the server and a Business Rule executes on the client

D.

A Client Script executes before a record is loaded and a Business Rule executes after a record is loaded

Buy Now
Questions 23

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

Options:

A.

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

B.

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

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.

Buy Now
Questions 24

When creating an application through the Guided Application Creator, which of the following is a user experience option?

Options:

A.

Portal

B.

Mobile

C.

Self-service

D.

Workspace

Questions 25

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 26

Which framework can automatically populate values for the Priority and Category fields based on the Short description field value?

Options:

A.

Action

B.

Assignment Rule

C.

Predictive Intelligence

D.

CSDM

E.

Ul Policy

Buy Now
Questions 27

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

Options:

A.

Business Rule

B.

Client Scripts

C.

UI Policies

D.

Script Actions

E.

Scheduled Jobs

Questions 28

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.

Options:

A.

a, b and c

B.

a, b, and d

C.

b, c and d

D.

a, c and d

Buy Now
Questions 29

Which objects can be used in Inbound Action scripts?

Options:

A.

current and previous

B.

current and email

C.

current and event

D.

current and producer

Buy Now
Questions 30

Application developers configure ServiceNow using industry standard JavaScript to…

Options:

A.

Enable the right-click to edit the context menus on applications in the navigator

B.

Extend and add functionality

C.

Customize the organization’s company logo and banner text

D.

Configure the outgoing email display name

Buy Now
Questions 31

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 32

What is the best practice related to using the Default Update Set for moving customizations between instances?

Options:

A.

Submit Default update set to application repository

B.

You should not use the Default Update sets for moving between instances

C.

Keep Default update set to maximum of 20 records, for troubleshooting purposes

D.

Merge Default update sets before moving between instances

Buy Now
Questions 33

Which of the following GuideRecord methods run a query against a database table?

Choose 3 answers

Options:

A.

-query( )

B.

runQuery()

C.

query()

D.

-get()

E.

get(

Questions 34

Client-side scripts manage what?

Options:

A.

Forms and Forms Fields

B.

Playbook access

C.

Database and backend

D.

User access

Questions 35

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

Options:

A.

Allow Configuration

B.

Caller Permission

C.

Accessible from

D.

None

E.

Caller Restriction

F.

Caller Tracking

Buy Now
Questions 36

A new employee joins the IT department and needs to perform work assigned to Network and Hardware groups. How would you set up their access?

Choose 3 answers

Options:

A.

Add User Account to Network group

B.

Add User Account to Hardware group

C.

Add User Account to IT Knowledgebase

D.

Create User Account

E.

Add User Account to ACL

F.

Add User Account to itil group

Buy Now
Questions 37

How is access to Application Menus and Modules controlled?

Options:

A.

Access Controls

B.

Application Rules

C.

Client Scripts

D.

Roles

Buy Now
Questions 38

What section on the Notes tab, shows the history of the work documented on the record?

Options:

A.

Journal

B.

Activity Stream

C.

Diary

D.

Timeline

E.

Audit Log

Buy Now
Questions 39

Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?

Options:

A.

Process Automation > Workflow Editor

B.

Process Automation > Active Flows

C.

Process Automation > Process Flow

D.

Process Automation > Flow Designer

E.

Process Automation > Flow Administration

Buy Now
Questions 40

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 41

What are examples of Ul Actions, relating to Lists?

Choose 4 answers

List Control

Options:

A.

List Buttons

B.

List Choices

C.

List Override

D.

List Links

E.

List Context Menu

Buy Now
Questions 42

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

Options:

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

Buy Now
Questions 43

Which one of the following is NOT true for Modules?

Options:

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

Buy Now
Questions 44

Which testing framework is used to test ServiceNow Applications?

Options:

A.

Automated Test Framework (ATF)

B.

Selenium

C.

Test Driven Framework (TDF)

D.

Junit

Buy Now
Questions 45

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 46

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

Options:

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

Questions 47

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

Choose 2 answers

Options:

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

Buy Now
Questions 48

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 49

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 50

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

Options:

A.

Patch

B.

Updated Pack

C.

App Package

D.

Plugin

E.

App Updated Set

Buy Now
Questions 51

Can inherited fields be deleted from a table?

Options:

A.

Yes, select the red X in the left-most column in the table definition.

B.

Yes, but only if they are text fields.

C.

No, inherited fields cannot be deleted from a child table.

D.

Yes, but only if there has never been any saved field data.

Buy Now
Questions 52

What occurs when an existing table is extended in ServiceNow?

Options:

A.

The new table inherits the functionality built into the parent table.

B.

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

C.

You must script and configure all required behaviors.

D.

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

Buy Now
Questions 53

The task table is an example of which of the following?

Choose 2 answers

Options:

A.

Legacy class

B.

Child class

C.

Base class

D.

Parent class

Buy Now
Questions 54

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

Choose 3 answers

Options:

A.

Label data type

B.

Integer

C.

Array. Reference

D.

Choice

E.

String

Buy Now
Questions 55

Which one of the following is true for GlideUser (g_user) methods?

Options:

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

Buy Now
Questions 56

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 57

It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?

Options:

A.

Business problem, data input/output, users/stakeholders, and process steps

B.

Business problem, data input/output, project schedule, and process steps

C.

Business problem, data input/output, users/stakeholders, and database capacity

D.

Business problem, users/stakeholders, available licenses, and database capacity

Buy Now
Questions 58

How does ServiceNow match inbound email to existing records?

Options:

A.

Watermark

B.

Record link

C.

Subject line

D.

sys_id

Questions 59

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?

Options:

A.

Content Page

B.

Script (from Arguments)

C.

URL (from Arguments)

D.

HTML (from Arguments)

Buy Now
Questions 60

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 61

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 62

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

Choose 3 answers

Options:

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

Buy Now
Questions 63

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
Exam Code: CAD
Exam Name: Certified Application Developer - ServiceNow
Last Update: Feb 18, 2025
Questions: 254

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99