You are on page 1of 28

Tools Topics

1. Servicenow Application Developer Exam New-Practice


Test Set 8

Servicenow Application Developer Exam New-


Practice Test Set 8
Which one of the following is the baseline behaviour of a table in a privately-scoped
application?

Options are :

Any Business Rule can read, write, delete, and update from the table

Only artefacts in the table's application can read from the table
(Correct)

The table and its data are not accessible using web services

All application scopes can read from the table

Answer :Only artefacts in the table's application can read from the table

It is best practice to define the business requirements and the process(s) 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 are :

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

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


(Correct)

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

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

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

Take Quiz :
x
Also Read : ServiceNow Certified System Administrator CSA Practice Test Set 16
Tools Topicsx

All client-side script methods such as g_form.flash(), work on both desktop and mobile
applications.

Options are :

TRUE

FALSE
(Correct)

Answer :FALSE

Which one of the following is true?

Options are :

A UI Policy's Actions and scripts execute at the same time

A UI Policy's scripts execute before the UI Policy's Actions

The execution order for a UI Policy's Scripts and Actions is determined at runtime

A UI Policy's Actions execute before the UI Policy's Scripts


(Correct)

Answer :A UI Policy's Actions execute before the UI Policy's Scripts

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

Options are :

jslog()

gs.log()
(Correct) x

g_form.addInfoMessage()
ToolsField Watcher Topicsx
Answer :gs.log()

Take Quiz :

Also Read : ServiceNow Certified System Administrator Practice Exam 2019 Set 7

Which utility can be used to match fields between the Import Set table and the Target table
when importing data into ServiceNow?

Options are :

Business Service Management Map

Auto Map matching Fields

Transform Maps
(Correct)

CI Relationship Builder

Answer :Transform Maps

What is the path an Administrator could take to view the fulfilment stage list for an order
placed by a user?

Options are :

FULFILLMENT(Number)>RITM(Number)>TASK(Number) x
REQ(Number)>RITM(Number)>TASK(Number)
(Correct)
ToolsREQ(Number)>RITM(Number)>PROCUREMENTNumber) Topicsx
REQ(Number)>REQ(Number)>PROCUREMENTNumber)

Answer :REQ(Number)>RITM(Number)>TASK(Number)

What information does the System Dictionary contain?

Options are :

The information on how tables relate each other

The definition for each table and column


(Correct)

The language dictionary used for spell checking

The human-readable labels and language settings

Answer :The definition for each table and column

Take Quiz :

Also Read : ServiceNow - Certified System Administrator CSA - Exam

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

Options are :

Branch
x

Tag
ToolsStash
(Correct) Topicsx
Update set

Answer :Stash

Which method is used to retrieve Application Property values in a script?

Options are :

g_from.getProperty()

g_form.getAppProperty()

gs.getProperty()
(Correct)

gs.getAppProperty()

Answer :gs.getProperty()

Which one of the following is a benefit of creating an Application Properties page for each
application you develop?

Options are :

An application Properties page is a good landing page for an application

Application Properties allow a developer or admin to make changes to an application's behaviour


without modifying application artifacts
(Correct)

Application Properties allow a developer to override the application properties inherited from
ServiceNow

Application users know to go to the Application Properties page to change the appearance of an
application

Answer :Application Properties allow a developer or admin to make changes to an application's


behaviour without modifying application artifacts

Take Quiz :

Also Read : Servicenow Application Developer Exam New-Practice Test Set 6

x
Tools Topicsx

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

Options are :

You can repurpose existing fields by simply changing the label

Use existing fields with no modifications.

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

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

Answer :Existing logic from the parent table will be automatically applied to the new table.

A graphical view of relationships among tables is a <blank>

Options are :

Map source report

Schema map
(Correct)

Graphical User Interface

Dependency view

Answer :Schema map

Which one of the following is NOT an option when creating a new custom application?

Options are :

Copy an existing application


(Correct)

Create custom application

Start from a template

Start from scratch

Answer :Copy an existing application


x
Take Quiz :
Tools x
Also Read : ServiceNow Certified System Administrator CSA Practice Test SetTopics
17

Application developers can change a ServiceNow instance's scope at any time.

Options are :

TRUE
(Correct)

FALSE

Answer :TRUE

Application developers configure ServiceNow using industry standard JavaScript to

Options are :

Extend and add functionality


(Correct)

Configure the outgoing email display name

Customize the organization's company logo and banner text

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

Answer :Extend and add functionality

If the System Administrator sets the glide.login.home system property, all ServiceNow
users land on the same page when they log in. The page could be a homepage, welcome
page, or any other page of their choice.
x
Options are :

TRUE
(Correct)
Tools Topicsx
FALSE

Answer :TRUE

Take Quiz :

Also Read : ServiceNow Certified System Administrator CSA Practice Test Set 15

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

Options are :

Bar Chart and Pie Chart


(Correct)

Bar Chart, Pie Chart and Histogram

Bar Chart, Pie Chart, Histogram, and Line

Bar Chart

Answer :Bar Chart and Pie Chart

Which of the following are features of the ServiceNow integration with a Git repository?
Choose 3 answers

Options are :

Pull or commit individual application files


(Correct)
x
Create tags to permanently link to a version of an application

Commit all local changes for an application to the Git repository


(Correct)
Tools Topicsx
Import application files from a Git repository
(Correct)

Answer :Pull or commit individual application files


Commit all local changes for an application to the
Git repository
Import application files from a Git repository

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

Options are :

Form choice
(Correct)

Form button

List choice

List banner button

Answer :Form choice

Take Quiz :

Also Read : ServiceNow Certified System Administrator CSA Practice Test Set 15

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

Options are :
x
gs.warn()

gs.log()
(Correct)
Toolsgs.error() Topicsx

gs.debug()

Answer :gs.log()

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

Options are :

g_scratchpad

GlideSystem

current

previous
(Correct)

Answer :previous

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

Options are :

Client Scripts and UI Policies

UI Scripts and UI Actions

UI Scripts and Record Producer Scripts

Catalog Client Scripts and Catalog UI Policies


(Correct)

Answer :Catalog Client Scripts and Catalog UI Policies

Take Quiz :

Also Read : Servicenow Application Developer Exam New-Practice Test Set 4

x
Tools Topicsx

Which one of the following is a Recent Producer feature for helping users understand what
information needs to be entered in a Record Producer field?

Options are :

Wild link

Help link

Tool tip
(Correct)

Annotation

Answer :Tool tip

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

Options are :

Field navigator

Form layout

Page header

Schema map
(Correct)

Answer :Schema map

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

Options are :

base table

parent table

all tables

child table
(Correct)

Answer :child table

Take Quiz :

x
Also Read : ServiceNow Certified System Administrator CSA Practice Test Set 6
Tools Topicsx

When a new field is added to a form, it is also automatically added to the Default list view for
the table.

Options are :

TRUE

FALSE
(Correct)

Answer :FALSE

You are accessing a web service that requires authentication. After connecting to the web
service and successfully authenticating. You are automatically authorized for every
interaction with the web service. No further authentication is ever required.

Options are :

TRUE

FALSE
(Correct)

Answer :FALSE

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

Options are :

Specialist

Consumer
(Correct) x

Provider
Publisher
Tools Topicsx
Answer :Consumer

Take Quiz :

Also Read : ServiceNow Certified System Administrator CSA Practice Test Set 1

Creating a stash takes ALL local changes.

Options are :

TRUE
(Correct)

FALSE

Answer :TRUE

x
Tools Topicsx

Recommended Reading

☯ Service Now Certified System Administrator Practice Exams Set 4

☯ ServiceNow Certified System Administrator CSA Practice Test Set 17

☯ ServiceNow Certified System Administrator CSA Practice Test Set 15

☯ ServiceNow Certified System Administrator CSA Practice Test Set 13

☯ Servicenow Application Developer Exam New-Practice Test Set 1

☯ ServiceNow Certified CIS CSM Test Exams (New York Release) Set 8

☯ ServiceNow Certified System Administrator CSA Practice Test Set 5

☯ Servicenow Application Developer Exam New-Practice Test Set 4

☯ ServiceNow Certified System Administrator CSA Practice Test Set 9

☯ ServiceNow Certified System Administrator CSA Practice Test Set 8

☯ ServiceNow Certified System Administrator CSA Practice Test Set 11

☯ ServiceNow Certified System Administrator CSA Practice Test Set 12

Comment / Suggestion Section

Enter Name

Enter email ( Optional for updates )

Comment

Suggest Us

Point our Mistakes and Post Your Suggestions

x
Tools Topicsx

report this ad

x
Tools Topicsx

x
Tools Topicsx

x
Tools Topicsx

x
Tools Topicsx

x
Tools Topicsx

x
Tools Topicsx

x
Tools Topicsx

x
Tools Topicsx

x
Tools Topicsx

x
Tools Topicsx

x
Tools Topicsx

x
Tools Topicsx

x
Tools Topicsx

You might also like