0% found this document useful (0 votes)
231 views

Servicenow Application Developer Exam New-Practice Test Set 11

The document contains practice questions and answers for the Servicenow Application Developer Exam. It covers topics like global applications, importing CSV files, creating stash ideas, reasons for creating applications in Servicenow, objects that can be used in scheduled scripts, differences between the event log and registry, roles that grant access to source control, order of processing for table access control rules, and more. The questions are multiple choice to test understanding of key Servicenow concepts and features.

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)
231 views

Servicenow Application Developer Exam New-Practice Test Set 11

The document contains practice questions and answers for the Servicenow Application Developer Exam. It covers topics like global applications, importing CSV files, creating stash ideas, reasons for creating applications in Servicenow, objects that can be used in scheduled scripts, differences between the event log and registry, roles that grant access to source control, order of processing for table access control rules, and more. The questions are multiple choice to test understanding of key Servicenow concepts and features.

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

Tools Topics

Advertisement

1. Servicenow Application Developer Exam New-Practice


Test Set 11

Servicenow Application Developer Exam New-


Practice Test Set 11
Which of the following features are NOT available to global applications?

Options are :

flow designer
x

delegated development

source control
(Correct)

automated test framework

Answer :source control

When importing data from a CSV file, only one field can be a coalesce field.

Options are :

TRUE

FALSE
(Correct)

Answer :FALSE

Creating a stash idea takes All local changes.

Options are :
ToolsTRUE
(Correct) Topicsx
FALSE

Answer :TRUE

Take Quiz :

Also Read : ServiceNow Customer Service Practice Tests Orlando Set 10

Why create applications in servicenow? x

Options are :

to allow users full access to all servicenow tables, records, all fields
(Correct)

to extend the value of servicenow


(Correct)

To extend service delivery and management to all enterprise departments


(Correct)

To replace outdated, inadequate, custom business applications and processes

Answer :to allow users full access to all servicenow tables, records, all fields
to extend the value of
servicenow
To extend service delivery and management to all enterprise departments

Which objects can you use in a scheduled script execution (scheduled job) script?

Options are :

glidesystem and gliderecord


(Correct)

gliderecord and current


glideuser and gliderecord
Tools Topicsx
glidesystem and current

Answer :glidesystem and gliderecord

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

Options are :

Any business rule can read, write, delete, and update from the table

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

All application scopes can read from the table


(Correct)

The table and its data are not accessible using web service

Answer :All application scopes can read from the table

Take Quiz :

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

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

Options are :

open the list of update sets for the instance

enter the name of the application in the global search field


ToolsExamine the application files related list in the application to be published
(Correct) Topicsx
open the artifacts records individually to verify the value in the application field

Answer :Examine the application files related list in the application to be published

How is the event log different from the event registry?

Options are :

Event log contains generated Events, the event Registry is a table of Event Definitions
(Correct)

Event log is the same as the event Registry

Event log is formatted in the log style, the event Registry displays different fields

Event log lists Events that were triggered by integrations, the Event Registry lists the Events that
were triggered the day(24 hour period)

Answer :Event log contains generated Events, the event Registry is a table of Event Definitions

Which roles grant access to source control repository operations such as importing
applications from source control, or linking an application to source control?

Options are :

source_control
(Correct)

source_control_admin

Admin
(Correct)
x
git_admin

Answer :source_control
Admin

Take Quiz :

Also Read : ServiceNow - CSA - Mock Test


Tools Topicsx

Table Access Control rules are processed in the following order:

Options are :

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


(Correct)

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

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

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

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

Which of the following methods is not part of the Servicenow REST API?

Options are :

COPY
(Correct)

DELETE

POST

GET
x
Answer :COPY

What is the function of user impersonation?

Options are :

View custom perspectives

Activate verbose logging

Unlock Application master list

Testing and Visibility


(Correct)

Answer :Testing and Visibility

Take Quiz :

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


Tools Topicsx

Which class is not part of the client side scoped APIs?

Options are :

GlideDialogWindow
(Correct)

GlideAjax

Glideform

GlideRecord

Answer :GlideDialogWindow
x
A UI Policy script has access to a field's prior value

Options are :

TRUE

FALSE
(Correct)

Answer :FALSE

An application called My app has a table, Myapptable, with this application access
configuration; Accessible from; All application scopes can read; selected can delete; not
selected allow configuration; selected . Which of the following is true based on this
configuration?

Options are :

Any application developer can write a business rule which successfully deletes all records from the
myapptable

No business rule can be written which successfully deletes all records from the Myapp table table
Tools Topicsx
An application developer working in another privately scoped application can write a business rule
for the Myapptable which successfully deletes at records from the Myapptable

An application developer working in the My app scope can write a business rule for the
Myapptable table which successfully deletes all records from the Myapptable table
(Correct)

Answer :An application developer working in the My app scope can write a business rule for the
Myapptable table which successfully deletes all records from the Myapptable table

Take Quiz :

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

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

Options are :

TRUE

FALSE
(Correct)

Answer :FALSE

Identify characteristics of a record producer

Options are :

Each field prompts the user with a question rather than a field label.
(Correct)

All records created using this strategy are inserted into the requested item(sc_req_item) table
Tools Topicsx
you can script behaviours of fields in the user interface
(Correct)

graphics can be included on the user interface


(Correct)

Answer :Each field prompts the user with a question rather than a field label.
you can script
behaviours of fields in the user interface
graphics can be included on the user interface

All new tables have a default form and list

Options are :

FALSE

TRUE
(Correct)

Answer :TRUE

Take Quiz :

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

What is a homepage?

Options are :

The repository used for the storage and publication of important information to distribute to the
organisation

A dashboard consisting of navigational elements, functional controls, and system information


(Correct)

The central repository of goods and services that the IT help desk provides for its users
Tools Topicsx
A form for building and managing custom applications on the servicenow platform

Answer :A dashboard consisting of navigational elements, functional controls, and system


information

Application developers configure servicenow using industry standard JavaScript to��.

Options are :

Configure the outgoing email display name

Extent and add functionality


(Correct)

Customize the organisation's company logo and banner text

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

Answer :Extent and add functionality

For users accessing servicenow on a smartphone, which of the following is true?

Options are :

users can see all the same homepages as on the desktop but cannot edit the homepages

users can see all of the same homepages and homepage options as on the desktop
(Correct)

users can see the same homepages as on the desktop but cannot switch to a different homepage

The homepages users can see on the desktop do not appear on the mobile platform

Answer :users can see all of the same homepages and homepage options as on the desktop x

Take Quiz :

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

How does an authorized user open a record document feed?

Options are :

from a context menu or from a button on the record's form


(Correct)

from the social module

Error the document feed module

from the related link in the email invitation to join the document feed

Answer :from a context menu or from a button on the record's form

Assume an application scope x_sn_my_app exists. Scripts from other application scopes
can never delete records from tables in the x_sn_my_app scope.

Options are :

FALSE
(Correct)

TRUE

Answer :FALSE

When a servicenow instance requests information from a web service, servicenow is a web
service:
x
Options are :

consumer
(Correct)

publisher

provider

specialist

Answer :consumer

Take Quiz :

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


Tools Topicsx

What information does debug business rules (Details) show the debug business rules does
not?

Options are :

The time at which the business rules executed including milliseconds

Debugging information for lists as well as forms

Old and new values for field values changed by business rules.
(Correct)

The result of the business rule condition evaluation

Answer :Old and new values for field values changed by business rules.

What is a workflow context?


x
Options are :

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


(Correct)

It is a checked out workflow which is being edited

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

The business reason or process for which a workflow is designed

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

How many applications menus can an application have?

Options are :

2, one for an application�s user modules and one for an application�s administrator modules

As many as the application design requires

3, one for an application�s user modules, one for an application�s administrator modules, and
one for the ServiceNow administrator�s modules
Tools1, which is used for all application modules
(Correct) Topicsx

Answer :1, which is used for all application modules

Take Quiz :

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

Which one of the following client-side scripts apply to record producers?


x
Options are :

UI scripts and UI actions

Client scripts and UI policies

catalog client script and catalog UI policies


(Correct)

UI scripts and record producer scripts

Answer :catalog client script and catalog UI policies

When creating a table in a privately-scoped application, which four access controls are
created for the table?

Options are :

Create, Delete, Read, Write


(Correct)

Insert, Delete, Query, Write

Create, Delete, Read, Update


ToolsInsert, Delete, Query, Update Topicsx
Answer :Create, Delete, Read, Write

A scope application containing flow designer content dedicated to a particular application


is called a(n):

Options are :

bundle

flow

spoke
(Correct)

action

Answer :spoke

Take Quiz :

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

x
Tools Topicsx

Recommended Reading

☯ Servicenow Application Developer Exam New-Practice Test Set 1

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

☯ ServiceNow HRSD Implementation Specialist Tests Set 2

☯ ServiceNow Customer Service Practice Tests Orlando Set 4

☯ ServiceNow Certified System Administrator Practice Exam 2019 Set 10

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

☯ ServiceNow - CSA - Mock Test

☯ ServiceNow Customer Service Practice Tests Orlando Set 1

☯ Servicenow Application Developer Exam New-Practice Test Set 3


x
☯ ServiceNow Customer Service Practice Tests Orlando Set 3

Comment / Suggestion Section

Enter Name

Enter email ( Optional for updates )

Comment

Suggest Us

Point our Mistakes and Post Your Suggestions


Tools Topicsx

x
report this ad
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