Labour Day Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Certified Application Developer - ServiceNow Question and Answers

Certified Application Developer - ServiceNow

Last Update May 6, 2024
Total Questions : 135

We are offering FREE CAD ServiceNow exam questions. All you do is to just go and sign up. Give your details, prepare CAD free exam questions and then go for complete pool of Certified Application Developer - ServiceNow test questions that will help you more.

CAD pdf

CAD PDF

$35  $99.99
CAD Engine

CAD Testing Engine

$42  $119.99
CAD PDF + Engine

CAD PDF + Testing Engine

$56  $159.99
Questions 1

In a Business Rule, which one of the following returns the sys_id of the currently logged in user?

Options:

A.  

g_form getUserID()

B.  

g_form getUserSysy

C.  

gs.getUserSysID()

D.  

gs.getUserID()

Discussion 0
Questions 2

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

Options:

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

Discussion 0
Questions 3

What is a Module?

Options:

A.  

The functionality within an application menu such as opening a page in the content frame or a separate tab or window

B.  

A group of menus, or pages, providing related information and functionality to end-users

C.  

A way of helping users quickly access information and services by filtering the items in the Application Navigator

D.  

A web-based way of providing software to end-users

Discussion 0
Questions 4

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?

Options:

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

Discussion 0
Questions 5

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

Discussion 0
Questions 6

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

Discussion 0
Questions 7

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

Discussion 0
Questions 8

Which one of the following is true for a table with the “Allow configuration” Application Access option selected?

Options:

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

Discussion 0
Questions 9

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

Discussion 0
Questions 10

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?

Options:

A.  

Conditions, Roles, Script

B.  

Conditions, Script, Roles

C.  

Roles, Conditions, Script

D.  

Script, Conditions, Roles

Discussion 0
Questions 11

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

Options:

A.  

Bundle

B.  

Row

C.  

Action

D.  

Spoke

Discussion 0
Questions 12

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

Discussion 0
Questions 13

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

Discussion 0
Questions 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:

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

Discussion 0
Questions 15

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

Discussion 0
Questions 16

Which one of the following client-side scripts apply to Record Producers?

Options:

A.  

Catalog Client Scripts and Catalog UI Policies

B.  

UI Scripts and UI Actions

C.  

UI Scripts and Record Producer Scripts

D.  

Client Scripts and UI Policies

Discussion 0
Questions 17

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

Options:

A.  

Upload spreadsheet

B.  

Create table from template

C.  

Extend a table

D.  

Create table from scratch

Discussion 0
Questions 18

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

Options:

A.  

Spoke

B.  

Bundle

C.  

Action

D.  

Flow

Discussion 0
Questions 19

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.

Discussion 0
Questions 20

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

Discussion 0
Questions 21

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

g_user.hasRole(,x_my_app_user');

Options:

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

Discussion 0
Questions 22

Why create Applications in ServiceNow?

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

Options:

A.  

a b and c

B.  

a b c and d

C.  

b c and d

D.  

a b and d

Discussion 0
Questions 23

Which of the following statements is true about Guided Application Creator?

Options:

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

Discussion 0
Questions 24

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

Options:

A.  

Business Service Management Map

B.  

Data Sources

C.  

Transform Map

D.  

Cl Relationship Builder

Discussion 0
Questions 25

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

Options:

A.  

a, b, and c

B.  

a, b, c, and d

C.  

b, c, and d

D.  

a, b, and d

Discussion 0
Questions 26

Which of the following steps can be used to import new data into ServiceNow from a spreadsheet?

Options:

A.  

Select Data Source, Schedule Transform

B.  

Load Data, Create Transform Map, Run Transform Most Voted

C.  

Define Data Source, Select Transform Map, Run Transform

D.  

Select Import Set, Select Transform Map, Run Transform

Discussion 0
Questions 27

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

Discussion 0
Questions 28

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

Options:

A.  

Data Sources

B.  

Schema Map Relationship Builder

C.  

Business Service Management Map

D.  

Transform Map

Discussion 0
Questions 29

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

Options:

A.  

previous

B.  

GlideRecord

C.  

event

D.  

current

Discussion 0
Questions 30

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

Discussion 0
Questions 31

One of the uses of the ServiceNow REST API Explorer is:

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

Discussion 0
Questions 32

Which of the following are true for reports in ServiceNow? (Choose three.)

Options:

A.  

Any user can see any report shared with them.

B.  

Can be a graphical representation of data.

C.  

All users can generate reports on any table.

D.  

Can be run on demand by authorized users.

E.  

Can be scheduled to be run and distributed by email.

Discussion 0
Questions 33

The source control operation used to store local changes on an instance for later application is called a(n)

.

Options:

A.  

Branch

B.  

Tag

C.  

Stash

D.  

Update set

Discussion 0
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

Discussion 0
Questions 35

If you create a SOAP Message, what syntax indicates a variable to pass when the function is called?

Options:

A.  

current.variable_name

B.  

S{variable_name}

C.  

< variable_name >

D.  

< variable_name >.do?WSDL

Discussion 0
Questions 36

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

Discussion 0
Questions 37

Which of the following CANNOT be debugged using the Field Watcher?

Options:

A.  

Business Rules

B.  

Script Includes

C.  

Client Scripts

D.  

Access Controls

Discussion 0
Questions 38

A graphical view of relationships among tables is a .

Options:

A.  

Schema map

B.  

Dependency view

C.  

Graphical User Interface

D.  

Map source report

Discussion 0
Questions 39

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

Discussion 0
Questions 40

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

Discussion 0