You are on page 1of 26

Tools Topics

1. Servicenow Application Developer Exam New-Practice Test Set 9

Servicenow Application Developer Exam New-Practice Test


Set 9
What is the role in ServiceNow?

Options are :

A role is a persona used in Live Feed Chat

A role is a set of modules for a particular application

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)

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

A knowledge article must be which of the following states to display to a user?

Options are :

Published
(Correct)
x
Drafted

Retired

Reviewed

Answer :Published

Take Quiz :

Also Read : ServiceNow Certified CIS CSM Test Exams (New York Release) Set 7
Tools Topicsx

Which three Variable Types can be added to a Service Catalog Item?

Options are :

Multiple Choice, Select Box, and Checkbox


(Correct)

True/False, Checkbox, and Number List

True/False, Multiple Choice, and Ordered

Number List, Single Line Text, and Reference

Answer :Multiple Choice, Select Box, and Checkbox

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


x

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

Answer :A metric is used to measure and evaluate the effectiveness of IT service management processes

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)

REQ(Number)>RITM(Number)>TASK(Number)
(Correct)

REQ(Number)>RITM(Number)>PROCUREMENT Number)

REQ(Number)>REQ(Number)>PROCUREMENT (Number)

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

Take Quiz :
Tools Topicsx
Also Read : ServiceNow Certified System Administrator Practice Exam 2019 Set 4

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

Which of the following protects applications identifying and restricting access to available files and data?

Options are :

Application Scope

Application Configuration

Access Control Rules


(Correct)

Verbose Log
Answer :Access Control Rules

Table Access Control rules are processed in the following order:


Options are :
Tools Topicsx
parent table name, table name, any table name(wildcard)

table name, parent table name, any table name(wildcard)


(Correct)

any table name(wildcard), table name, parent table name

any table name(wildcard), parent table name, table name

Answer :table name, parent table name, any table name(wildcard)

Take Quiz :

Also Read : ServiceNow - CSA - Mock Test

What is enabled when you elevate privileges?

Options are :

Ability to create and modify WS Security Profiles

Ability to create and modify SOAP Security Profiles x


Ability to create and modify Access Controls from the ACL
(Correct)

Ability to access and modify to system Properties>Security module

Answer :Ability to create and modify Access Controls from the ACL

Which of the following is not a trigger type in Flow Designer?

Options are :

Schedule

Application

Data
(Correct)

Record

Answer :Data

A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
Options are :
Tools Topicsx
Action

Bundle

Spoke
(Correct)

Flow

Answer :Spoke

Take Quiz :

Also Read : ServiceNow Customer Service Practice Tests Orlando Set 8

In a Script Include which creates a new JavaScript class, the initialize function is invoked automatically when
the class is instantiated.

Options are :

TRUE
(Correct)
x
FALSE

Answer :TRUE

Delegated development allows non-administrators to develop applications in the global scope

Options are :

TRUE

FALSE
(Correct)

Answer :FALSE

Custom Applications are automatically added to the mobile Application Navigator

Options are :

TRUE

FALSE
(Correct)

Answer :FALSE
Tools Topicsx
Take Quiz :

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

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 send weekly email reminders to requesters for all records on a table
(Correct)

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

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

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

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

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

Options are :

Script Action
(Correct)

Scheduled Script Execution(Scheduled Job)


(Correct)

UI Policy
ToolsEmail Notification
(Correct) Topicsx
Answer :Script Action
Scheduled Script Execution(Scheduled Job)
Email Notification

Identify the script types that always execute on the server.

Options are :

Business Rules
(Correct)

Scheduled Jobs
(Correct)

UI Actions
(Correct)

Script Actions
(Correct)

Answer :Business Rules


Scheduled Jobs
UI Actions
Script Actions

Take Quiz :

Also Read : ServiceNow HRSD Implementation Specialist Tests Set 2

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

Options are :

Use the Choice data type to limit options in a field

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 String data type for a free-form field

Answer :Use the data type to enter the data and time of day
Tools Topicsx

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

Application Manager

Application Super User

Application Fulfiller

Answer :Application Admin

Why create Application in ServiceNow?

Options are :

To replace outdated, inadequate, custom business applications and processes

To extend service delivery and management to all enterprise departments


(Correct)

To allow users full access to all ServiceNow tables, records, and fields

To extend the value of ServiceNow

Answer :To extend service delivery and management to all enterprise departments

Take Quiz :

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

For application access there is a configuration option called allow access to the table via web service. Which
one of the following statement is true when this option is selected?

Options are :

This option restricts access only to SOAP web service but does not apply to rest
This option restricts the ability to delete records via web services but records can always be read
Tools Topicsx
Even when not selected users with the correct permissions can use web services to access the table's records

The user performing the query via web services must have the correct permissions to access the table's records.
(Correct)

Answer :The user performing the query via web services must have the correct permissions to access the table's records.

Take Quiz :

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

When debugging email notification, what must you check on a user record?

Options are :

Active must be true


(Correct)

the value in the notification field must be set to enabled


(Correct)

The first name and last name fields must be values.

the email field must have a value.


(Correct) x
Answer :Active must be true
the value in the notification field must be set to enabled
the email field must have a value.

Which of the following statement must evaluate to true to grant a user access to an application table's records?

Options are :

The user has one of the roles specified in the required roles related list.
(Correct)

conditions configured in the access control must evaluate to true.


(Correct)

Other matching access controls for the records evaluate to true.

Scripts configured in the access control must evaluate to true.


(Correct)

Answer :The user has one of the roles specified in the required roles related list.
conditions configured in the access control
must evaluate to true.
Scripts configured in the access control must evaluate to true.

If the create module field is selected when creating a table, what is the new module's default behaviour?

Options are :
Toolsopen an empty form so new records can be created Topicsx

open a link to a wiki article with instructions on how to customize the behaviour of the new module

display a list of all records from the table


(Correct)

display an empty homepage for the application

Answer :display a list of all records from the table

Take Quiz :

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

When configuring a module, what does the override application menu roles configuration option do?

Options are :

Users with access to the application menu can see the module even if they don't have the module role

Admin is given to the module even if access controls would ordinarily prevent access
x
Users with the module role but without access to the application menu access the module
(Correct)

Self- service users can access the module even though they do not have roles

Answer :Users with the module role but without access to the application menu access the module

One of the users of the Servicenow rest API Explorer is:

Options are :

Practice using REST to interact with public data providers

Find resources on the web for learning about REST

Convert SOAP message functions to REST methods

Create sample code for sending REST requests to servicenow


(Correct)

Answer :Create sample code for sending REST requests to servicenow

Script actions are only triggered by events.


Options are :
Tools Topicsx
TRUE
(Correct)

FALSE

Answer :TRUE

Take Quiz :

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

Which of the following is not a way to install an application on a servicenow instance?

Options are :

Install an application from the application repository

Download and install a third party application from the servicenow store

Download and install an application from the servicenow share web site

copy an application from another servicenow instance


(Correct) x
Answer :copy an application from another servicenow instance

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

Options are :
ToolsTRUE Topicsx

FALSE
(Correct)

Answer :FALSE

Which of the following protects applications identifying and restricting access to available files and data?

Options are :

Application Scope
(Correct)

Verbose Log

Application Configuration

Access Control Rules

Answer :Application Scope

Take Quiz :

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

x
Tools
Recommended Reading
Topicsx

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

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

☯ ServiceNow HRSD Implementation Specialist Tests Set 2

☯ Servicenow Application Developer Exam New-Practice Test Set 8

☯ ServiceNow Certified System Administrator CSA Practice Test Set 4

☯ ServiceNow Certified System Administrator CSA Practice Test Set 17

☯ ServiceNow Certified System Administrator Practice Exam 2019 Set 8

☯ Servicenow Application Developer Exam New-Practice Test Set 7

☯ ServiceNow Certified System Administrator Practice Exam 2019 Set 5

☯ ServiceNow Certified System Administrator CSA Practice Test Set 3

☯ ServiceNow Certified System Administrator CSA Practice Test Set 15

☯ ServiceNow Certified System Administrator Practice Exam 2019 Set 6

report this ad

Comment / Suggestion Section

Enter Name

Enter email ( Optional for updates ) x

Comment

Suggest Us

Point our Mistakes and Post Your Suggestions


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

You might also like