0% found this document useful (0 votes)
172 views29 pages

Servicenow Application Developer Exam New-Practice Test Set 5

The document provides a practice test for the ServiceNow Application Developer Exam, with multiple choice questions and answers about ServiceNow features and configuration. Some key points covered include: - Methods for logging messages in server-side scripts - Features of integrating ServiceNow with a Git repository - Objects that display business rules can access - Order that access control elements are evaluated - How ServiceNow matches inbound emails to records

Uploaded by

Apoorv Diwan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
172 views29 pages

Servicenow Application Developer Exam New-Practice Test Set 5

The document provides a practice test for the ServiceNow Application Developer Exam, with multiple choice questions and answers about ServiceNow features and configuration. Some key points covered include: - Methods for logging messages in server-side scripts - Features of integrating ServiceNow with a Git repository - Objects that display business rules can access - Order that access control elements are evaluated - How ServiceNow matches inbound emails to records

Uploaded by

Apoorv Diwan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 29

Tools Topics

1. Servicenow Application Developer Exam New-Practice


Test Set 5

Servicenow Application Developer Exam New-


Practice Test Set 5
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 :

gs.warn()

gs.debug()

gs.error()

gs.log()
(Correct) x
Answer :gs.log()

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

Options are :

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

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

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


(Correct)

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

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


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

Options are :

Auto Map matching Fields

CI Relationship Builder

Business Service Management Map

Transform Maps
(Correct)

Answer :Transform Maps

Take Quiz :

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

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

Options are :

Create tags to permanently link to a version of an application

Import application files from a Git repository


(Correct)

Pull or commit individual application files


(Correct)

Commit all local changes for an application to the Git repository


(Correct)
Answer Topicsx
Tools :Import application files from a Git repository
Pull or commit individual application files
Commit all local changes for an application to the Git repository

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

Options are :

g_scratchpad

current

GlideSystem

previous
(Correct)

Answer :previous

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

Options are :

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

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

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

The application needs to send weekly email reminders to requesters for all records on a table
(Correct)

Answer :The application needs to query the database every day to look for unassigned records
The
application needs to run a clean up script on the last day of every month
The application needs to
send weekly email reminders to requesters for all records on a table

Take Quiz : x

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


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 :

Help link

Wild link

Tool tip
(Correct)

Annotation

Answer :Tool tip

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 are :

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

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

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


(Correct)

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

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

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

Options are :

DELETE

COPY
(Correct)

POST

GET

Answer :COPY

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

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 are :

Conditions, Roles, Script

Script, Conditions, Roles

Roles, Conditions, Script


(Correct)

Conditions, Script, Roles x


Answer :Roles, Conditions, Script

When selecting a data type for a field that will be displayed on a form, which of the following
statements is not correct?

Options are :

Use the Phone Number data type to automate phone number data validation

Use the data type to enter the data and time of day
(Correct)

Use the Choice data type to limit options in a field

Use the String data type for a free-form field

Answer :Use the data type to enter the data and time of day
Tools Topicsx
How does ServiceNow match inbound email to existing records?

Options are :

sys-id

Record link

Subject line

Watermark
(Correct)

Answer :Watermark

Take Quiz :

Also Read : ServiceNow Certified CIS CSM Test Exams (New York Release) Set 2

Identify the way(s) an application can respond to an Event generated by the


gs.eventQueue() method.

Options are :

Email Notification
(Correct)

UI Policy

Script Action
(Correct)

Scheduled Script Execution(Scheduled Job)


(Correct)

Answer :Email Notification


Script Action
Scheduled Script Execution(Scheduled Job)
Tools Topicsx

Creating a stash takes ALL local changes.

Options are :

TRUE
(Correct)

FALSE

Answer :TRUE

Which one of the following is true for a Script Include with a Protection Policy value of
Protected?

Options are :

The Protection Policy is applied only if the glide.app.apply_protection system property value is true

The Protection Policy is applied only if the application is downloaded from the ServiceNow App
Store

Any user with the protected_edit role can see and edit the Script Include

The Protection policy option can only be enabled by a user with the admin role
(Correct)

Answer :The Protection policy option can only be enabled by a user with the admin role

Take Quiz :

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

x
What is the role in ServiceNow?
Tools Topicsx

Options are :

A role is one record in the Role[user_sys_role] table

A role is one record in the Role[sys_user_role] table


(Correct)

A role is a set of modules for a particular application

A role is a persona used in Live Feed Chat

Answer :A role is one record in the Role[sys_user_role] table

What is the Event Registry?

Options are :

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

The Event Log which lists all Events that have been generated

A workflow which is launched every time an Event is generated; used in debug Events

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

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

A scoped application containing Flow Designer content dedicated to a particular


application is called a(n):

Options are :

Action
x

Flow

Spoke
(Correct)

Bundle

Answer :Spoke

Take Quiz :

Also Read : ServiceNow Customer Service Practice Tests Orlando Set 8


Tools Topicsx

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

Options are :

Can create, Can update, and Can delete


(Correct)

All access to this table via web services

Allow configuration

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

Answer :Can create, Can update, and Can delete

All client side script logic is applied to both forms and lists

Options are :

true x

FALSE
(Correct)

Answer :FALSE

A graphical view of relationships among tables is a _____

Options are :

Map source report

Graphical User Interface

Dependency view

Schema map
(Correct)

Answer :Schema map


Tools Topicsx
Take Quiz :

Also Read : ServiceNow HRSD Implementation Specialist Tests Set 1

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

Options are :

Application Super User

Application Manager

Application Admin
(Correct) x

Application Fulfiller

Answer :Application Admin

As it relates ServiceNow reporting, which of the following statements describes what a


metric can do?

Options are :

A metric is a time measurement used to report the effectiveness of workflows and SLAs

A metric is a report gauge used on homepages to display real-time data

A metric is used to measure and evaluate the effectiveness of IT service management processes
(Correct)
A metric is a comparative measurement used to report the effectiveness of workflows and SLAs
Tools Topicsx
Answer :A metric is used to measure and evaluate the effectiveness of IT service management
processes

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

Bar Chart, Pie Chart, Histogram, and Line

Bar Chart, Pie Chart and Histogram

Answer :Bar Chart and Pie Chart

Take Quiz :

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

Which one of the following is the baseline behaviour of a table in a privately-scoped


application?

Options are :

The table and its data are not accessible using web services

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

All application scopes can read from the table


ToolsOnly artifacts in the table's application can read from the table
(Correct) Topicsx

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

Application properties can use references as a data type.

Options are :

true

FALSE
(Correct)

Answer :FALSE

Application developers configure ServiceNow using industry standard JavaScript to:

Options are :

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

Extend and add functionality


(Correct)

Answer :Extend and add functionality

Take Quiz :

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

x
If the System Administrator sets the glide.login.home system property, all ServiceNow
Tools Topicsx
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.

Options are :

TRUE
(Correct)

FALSE

Answer :TRUE

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

Options are :

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

Use existing fields with no modifications.

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

You can repurpose existing fields by simply changing the label

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

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 record to installed as part of the
application. Table A's records will be installed when:

Options are :
x
Table A has an automatic number counter for new records

Table A's records are added to the application record using the create application files context
menu item

Table A is not included in the system clone> Exclude tables list


(Correct)

Table A is active and extends the task table

Answer :Table A is not included in the system clone> Exclude tables list

Take Quiz :

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

Recommended Reading

☯ ServiceNow Certified System Administrator CSA Practice Test Set 6

☯ ServiceNow Certified System Administrator Practice Exam 2019 Set 4

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

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

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

☯ ServiceNow Customer Service Practice Tests Orlando Set 9

☯ ServiceNow Certified System Administrator CSA Practice Test Set 15

☯ ServiceNow Certified System Administrator CSA Practice Test Set 1


Tools
☯ ServiceNow Certified System Administrator CSA Practice Test Set 7 Topicsx
☯ Servicenow Application Developer Exam New-Practice Test Set 6

☯ Servicenow Application Developer Exam New-Practice Test Set 4

☯ ServiceNow Certified System Administrator CSA Practice Test Set 17

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