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

Home > ServiceNow > Certified Application Developer > CAD

CAD Certified Application Developer - ServiceNow Question and Answers

Question # 4

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

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

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

What is a limitation when using record producers in ServiceNow?

A.

Record producers should not be used to create requested item records

B.

Record producers cannot be used for tables in the same scope

C.

Record producers cannot redirect users after record creation

D.

Record producers must always call the update method on the current record

Full Access
Question # 8

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

Which of the following methods are useful in Access Control scripts?

A.

g_user.hasRole() and current.isNewRecord()

B.

gs.hasRole() and current.isNewRecord()

C.

g_user.hasRole() and current.isNew()

D.

gs.hasRole() and current.isNew()

Full Access
Question # 10

What occurs when an existing table is extended in ServiceNow?

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.

Full Access
Question # 11

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

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

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

What is a 'workflow context'?

A.

The business reason or process for which a workflow is designed

B.

A checked-out workflow that is being edited

C.

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

D.

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

Full Access
Question # 15

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

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

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

Which of the following is true about g_scratchpad?

Choose 2 answers

A.

Has default properties passed by client-side scripts

B.

Does not exist on the mobile platform

C.

Used to push information from the server to the client

D.

Has constructors and methods

Full Access
Question # 19

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

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

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

When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?

A.

REST messages

B.

Table

C.

Script Include

D.

Workflow

Full Access
Question # 23

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

How can an application respond to an Event triggered by the gs.eventQueueO method?

Choose 2 answers

A.

Ul Policy

B.

Scheduled Script Execution (Scheduled Job)

C.

Email Notification

D.

Script Action

E.

 Client Script

Full Access
Question # 25

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

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?

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

Full Access
Question # 27

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

An app developer enables the "Allow access to this table via web services" option in Application Access. What is the result of this configuration?

A.

Users querying via web services can access table records, regardless of permissions

B.

Developers from other application scope can write scripts for this table

C.

A user having correct permissions, querying via web services can access table records

D.

Users are allowed to write table records but restricts delete via web services

Full Access
Question # 29

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

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

(How does a user make additional changes to the update set once the update set has been marked complete?)

A.

Create a new update set for the additional changes

B.

Delete the completed update set and start over

C.

Modify the completed update set directly

D.

Revert the update set to “In progress” and add the changes

Full Access
Question # 32

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

Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.

a) Script Action

b) Scheduled Script Execution (Scheduled Job)

c) UI Policy

d) Email Notification

A.

b and c

B.

c

C.

a and d

D.

a and c

Full Access
Question # 34

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

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

Full Access
Question # 35

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

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

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

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

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

Full Access
Question # 39

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

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

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

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

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

Can inherited fields be deleted from a table?

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.

Full Access
Question # 45

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

Exportitem table is extended from Item table with the additional column of ItemCountry added. The Item table contains the columns ItemName and ItemQty.

Which fields are available in the Exportitem table?

A.

ItemCountry, Number

B.

Only ItemName, ItemQty

C.

ItemName, ItemQty, and ItemCountry

D.

Only ItemCountry

Full Access
Question # 47

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

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

Which one of the following is true for this script fragment?

g_user.hasRole(,x_my_app_user');

A.

The method returns true if the currently logged in user has the x_my_app_user role or the admin role

B.

The method returns false only if the currently logged in user has the x_my_app_user role

C.

There is no g_user.hasRole() method

D.

The method returns true only if the currently logged in user has the x_my_app_user role

Full Access
Question # 50

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

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

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

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

Full Access
Question # 53

(What are valid reasons to develop an application on the ServiceNow platform? Choose 2 options.)

A.

It uses multimedia features.

B.

It requires low-level programming libraries.

C.

It uses forms to interact with data.

D.

It needs workflows to manage processes.

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

B.

gs.error()

C.

gs.debug()

D.

gs.logError()

E.

gs.info()

Full Access
Question # 55

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

Choose 4 answers

A.

update

B.

read

C.

execute

D.

create

E.

delete

F.

write

Full Access
Question # 56

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

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

What are the three key tables in an enterprise CMDB?

Choose 3 answers

A.

sn_cmdb_ci

B.

cmdb

C.

cmdb_bak

D.

sn_cmdb

E.

cmdb_rel_ci

F.

cmdb_ci

G.

sn_cmdb_bak

Full Access
Question # 59

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

Which items are valid UI Action types in ServiceNow?

Choose 3 answers

A.

List Banner Button

B.

Form Button

C.

Form Choice

D.

Record Navigation Button

E.

List Choice

F.

Workflow Action

Full Access
Question # 61

Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?

A.

Business Service Management Map

B.

Data Sources

C.

Transform Map

D.

Cl Relationship Builder

Full Access
Question # 62

Application developers configure ServiceNow using industry standard JavaScript to…

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

Full Access
Question # 63

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.

URL (from Arguments:)

B.

HTML (from Arguments:)

C.

Script (from Arguments:)

D.

Content Page

Full Access
Question # 64

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

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

Full Access
Question # 65

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

Which of the following statements is true for the Form Designer?

a)To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.

b)To create a new field on a form’s table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.

c)To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.

d)To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.

A.

a, b, c, and d

B.

b, c, and d

C.

a, b, and d

D.

a, b, and c

Full Access
Question # 67

Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?

A.

Conditions, Roles, Script

B.

Conditions, Script, Roles

C.

Roles, Conditions, Script

D.

Script, Conditions, Roles

Full Access
Question # 68

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

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

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

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

Which database operations can be controlled with Application Access? (Choose 2 answers)

A.

Query

B.

Create

C.

Execute

D.

Update

Full Access
Question # 73

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

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

Full Access
Question # 74

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

A.

g_form.showInfoMessage()

B.

g_form.showFieldMsg()

C.

g_form.addInfoMessage()

D.

g_form.addFieldMsg()

Full Access
Question # 75

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

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

Full Access
Question # 76

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

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

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

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

Choose 3 answers

A.

-query( )

B.

runQuery()

C.

query()

D.

-get()

E.

get(

Full Access
Question # 81

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

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

Full Access
Question # 82

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

Access Control rules are applied to a specific table, like the Incident table. What is the object name for a rule that applies to the entire Incident table (all rows and fields)?

A.

incident.all

B.

incident!

C.

incidentNone

D.

incident'

Full Access
Question # 84

(What is the GlideForm client-side scripting object?)

A.

gs_form

B.

sn.form

C.

gs.form

D.

g_form

Full Access
Question # 85

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