Servicenow Application Developer Exam New-Practice Test Set 1

Download as pdf or txt
Download as pdf or txt
You are on page 1of 18

9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1

Tools Topics
1. Servicenow Application Developer Exam New-
Practice Test Set 1

Servicenow Application Developer Exam


New-Practice Test Set 1
The vendor prefix can be changed anytime.

Options are :

TRUE

FALSE
(Correct)

Answer :FALSE

Take Quiz :

Also Read : ServiceNow Certified System Administrator CSA Practice


Test Set 9

Which of the following can be achieved using Git?

O ti
https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 1/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1
Options are :
Tools Topics
Use tags to fix a version of the application on Git

Commit local changes on to Git

Import application from Git

Pull or commit applications on Git

All of the above


(Correct)

Answer :All of the above

Which one of the following is the fastest way to create and configure a Record
Producer?

Options are :

Create a Catalog Category, open the category, and select the Add New Record
Producer button

Open the table in the Table records and select the Add to Service Catalog Related
Link
(Correct)

Use the Record Producer module then add and configure all variables manually

Open the table's form, right-click on the form header, and select the Create Record
Producer menu item

Answer :Open the table in the Table records and select the Add to Service Catalog
Related Link

Purpose of application scoping in creating application file is?

Options are :

creating the namespace in scope


(Correct)

provide relationship between the artifacts in application

way of tracking

provide controls
(Correct)

Answer :creating the namespace in scope


provide controls

Take Quiz :

Al R d S i N C tifi d S t Ad i i t t
https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 CSA P ti 2/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1
Also Read : ServiceNow Certified System Administrator CSA Practice
Tools Topics
Test Set 14

Studio�s code search option searches for code in current application only?

Options are :

False
(Correct)

True

Answer :False

ACL searches go from most generic to most specific?

Options are :

TRUE

FALSE
(Correct)

Answer :FALSE

Which of the following must a user have to access and use the document feed
for a record?

Options are :

All
(Correct)

Write permissions on the comments fields

R d i i th t fi ld
https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 3/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1
Read permissions on the comments fields
Tools Topics
Access the record to see the live-feed group

Answer :All

Take Quiz :

Also Read : ServiceNow Certified System Administrator CSA Practice


Test Set 9

Category won�t appear unless you added it into the mobile layout

Options are :

TRUE
(Correct)

False

Answer :TRUE

Service Now can EXPORT the data of file types?

Options are :

All
(Correct)

SOAP

REST

API data

CSV
https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 4/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1
CSV
Tools :All
Answer Topics

Which report types can be created by right-clicking on a column header in a


tables list?

Options are :

Line

Barchart
(Correct)

Histogram

Pie chart
(Correct)

Answer :Barchart
Pie chart

Take Quiz :

Also Read : ServiceNow - Certified System Administrator CSA - Exam


Questions and Answers

Which of the following process stakeholders?

Options are :

Requestor and Fulfiller


(Correct)

Users

Application Administrator
(Correct)

https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 5/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1

ToolsManagement
(Correct) Topics
Answer :Requestor and Fulfiller
Application Administrator
Management

Whenever an application module is created in the desktop it is automatically


added to the mobile application.

Options are :

FALSE
(Correct)

TRUE

Answer :FALSE

When configuring a REST Message, the Endpoint is:

Options are :

The commands to the REST script to stop execution

Information about the format of the returned data

The URI of the data to be accessed, queried, or modified


(Correct)

The response from the provider indicating there is no data to send back

Answer :The URI of the data to be accessed, queried, or modified

Take Quiz :

Also Read : Servicenow Application Developer Exam New-Practice Test


Set 10

https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 6/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1

Tools Topics
What is true about ATF?

Options are :

Create end to end tests of application and business process.


(Correct)

require a separate license

the changes are rollback before the test completes

Tool for automatic testing


(Correct)

Answer :Create end to end tests of application and business process.


Tool for automatic
testing

which option is not present when we are linking an application from the source
control (git repository)

Options are :

USERNAME

Application name
(Correct)

URL

Password

Answer :Application name

What will help users telling what value should be entered in the Record
Producer field on the form?

Options are :

Annotations
(Correct)

Help Link

Wiki Link

Form Link

Answer :Annotations

Take Quiz :

https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 7/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1

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

While creating new application files in the scoped application, cross-scope is


default to

Options are :

Workflow

Table
(Correct)

REST Message

script include

Answer :Table

Why would homepage not appear in the list for the system Administrator?

Options are :

Because it is a User Page


(Correct)

The read role does not include Admin

The page is not included in the list view

The page is not active

Answer :Because it is a User Page

https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 8/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1

Toolsmethod call returns true only if the currently logged in user has the Topics
Which
catalog_admin role and in no other case?

Options are :

g_user.hasRoleOnly('catalog_admin')

g_user.hasRoleFromList('catalog_admin')

g_user.hasRoleExactly('catalog_admin')

. g_user.hasRole('catalog_admin')
(Correct)

Answer :. g_user.hasRole('catalog_admin')

Take Quiz :

Also Read : ServiceNow HRSD Implementation Specialist Tests Set 2

Which role is required to perform manual testing?

Options are :

tm_tester
(Correct)

tester_admin

Admin

tm_test

Answer :tm_tester
https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 9/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1

Tools Topics
What are the steps to creating and using an event?

Options are :

Generate an Event
(Correct)

Add event to event Registry


(Correct)

Respond to the event


(Correct)

Delete the event

Answer :Generate an Event


Add event to event Registry
Respond to the event

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

Options are :

Script Includes
(Correct)

Client Scripts

Business Rules

Access Controls

Answer :Script Includes

Take Quiz :

Also Read : ServiceNow Certified System Administrator Practice Exam


2019 Set 11

https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 10/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1

Tools Topics
Which of the following are the three main artifacts for designing a database?

Options are :

Tables, Columns, Relationships


(Correct)

Tables, Columns

Fields, Forms, Tables

UI, Relationships, Fields

Answer :Tables, Columns, Relationships

Which all should be passes in an ACL to get the records of a table

Options are :

The condition must be satisfied


(Correct)

The script should return true any other matching ACLs


(Correct)

Any of the roles mentioned


(Correct)

The script should return false and non-matching ACLs

Answer :The condition must be satisfied


The script should return true any other
matching ACLs
Any of the roles mentioned

How does the authorized user open the record document feed?

Options are :

Context menu
(Correct)

Social module

Module

Related link

Answer :Context menu

Take Quiz :

Also Read : ServiceNow Certified System Administrator CSA Practice


Test Set 11
https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 11/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1
Test Set 11
Tools Topics

Which is use to store the local changes?

Options are :

Merge

Folk

Branch

Stash
(Correct)

Answer :Stash

Not available for REST API

Options are :

COPY
(Correct)

PUT

POSt

GET

Answer :COPY

REST Response can be:

Options are :
https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 12/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1
Options are :
Tools Topics
JSON
None of the above

XML

Both
(Correct)

Answer :Both

Take Quiz :

Also Read : ServiceNow Customer Service Practice Tests Orlando Set 9

How can you determine if an application is not a good fit with ServiceNow?

Options are :

Data can be modeled in a relational database

Require reporting capability

Need workflow to manage processes

Requires access to proprietary libraries that do not have an API


(Correct)

Answer :Requires access to proprietary libraries that do not have an API

Developers _____ create application file records directly from the Application File
table.

Options are :
https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 13/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1

Tools Topics
DO NOT
(Correct)

Do

Answer :DO NOT

which is a valid field type?

Options are :

Date/Time
(Correct)

Time

Date

Date & Time

Answer :Date/Time

Take Quiz :

Also Read : ServiceNow Certified System Administrator CSA Practice


Test Set 14

How to access the field in Record producer

Options are :

obj.field_name

Object
https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 14/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1
Object
Tools Topics
Producer.field_name
(Correct)
record_producer.field_name

Answer :Producer.field_name

When a new field is added to the form ,it is added to the list view by default?

Options are :

False
(Correct)

True

Answer :False

What are the role Permissions required for source control?

Options are :

admin_control

Source_admin
(Correct)

source_control_admin

admin
(Correct)

Answer :Source_admin
admin

Take Quiz :

Also Read : ServiceNow Customer Service Practice Tests Orlando Set 10

https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 15/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1

Tools Topics

Mobile UI consists of

Options are :

both 1,2
(Correct)

Favorites

App navigator

Content frame

Answer :both 1,2

Tabs are only appear when ______section

Options are :

At least 2 sections
(Correct)

more than 2 sections


(Correct)

Zero sections

one section

Answer :At least 2 sections


more than 2 sections

Which of the following report types supports multiple datasets?

a. Bar

b. Pie

c. Boxline

d. Area

Options are :

a,c,d
(Correct)

a,b,d

a,b

https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 16/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1

Toolsa,b,c,d Topics
Answer :a,c,d

Take Quiz :

Also Read : Servicenow Application Developer Exam New-Practice Test


Set 9

Which one is not true

Options are :

g_form.showFieldMessage() -> blue, below the field


(Correct)

g_form.addInfoMessage() � >blue, top

g_form.addErrorMessage() �> red, top

g_form.showFieldMsg() -> blue, below the field

Answer :g_form.showFieldMessage() -> blue, below the field

The role require to perform Unit testing

Options are :

atf_test_admin
(Correct)

atf_test_designer
(Correct)

atf_admin_test

https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 17/21
9/2/2021 Servicenow Application Developer Exam New-Practice Test Set 1

atf_admin
Tools Topics
Answer :atf_test_admin
atf_test_designer

Can field watcher check 2 fields at once?

Options are :

False
(Correct)

True

Answer :False

Take Quiz :

Also Read : ServiceNow Certified System Administrator Practice Exam


2019 Set 3

https://chercher.tech/service-now-csa/servicenow-application-developer-exam-new-practice-test-set-1 18/21

You might also like