ServiceNow Certified Application Developer 2025
Questions with Verified Answers
Which one of the following is the fastest way to create and configure a Record Producer? -
✔✔Open the table in the Table records and select the Add to Service Catalog Related Link
Which one of the following is the baseline behavior of a table in a privately-scoped application?
- ✔✔.All application scopes can read from the table
.1 Which one of the following is the fastest way to create and
configure a Record Producer - ✔✔A.Create a Catalog Category, open the category, and select
the Add
New Record Producer button
B.Use the Record Producer module then add and configure all variables
manually
C.Open the table in the Table records and select the Add to Service
Catalog Related Link
D.Open the table's form, right-click on the form header, and select the
Create Record Producer menu item
Answer: C
.2 Which one of the following is the baseline behavior of a table in a
privately-scoped application - ✔✔A.The table and its data are not accessible using web
services
B.Any Business Rule can read, write, delete, and update from the table
C.Only artifacts in the table's application can read from the table
D.All application scopes can read from the table
Answer: D
,.3 When configuring a module, what does the Override application
menu roles configuration option do - ✔✔A.Users with the module role but without access to
the application menu
access the module
B.Self-Service users can access the module even though they do not
have roles
C.Admin is given access to the module even if Access Controls would
ordinarily prevent access
D.Users with access to the application menu can see the module even if
they don't have the module
role
.4 Which of the following features are available to Global
applications - ✔✔(Choose two.)
A.Automated Test Framework
B.Source Control
C.Delegated Development
D.Flow Designer
.5 What is a Module - ✔✔A.The functionality within an application menu such as opening a
page in
the content frame or a separate tab or window
B.A group of menus, or pages, providing related information and
functionality to end-users
C.A way of helping users quickly access information and services by
filtering the items in the Application Navigator
D.A web-based way of providing software to end-users
, .6 Identify the incorrect statement about Delegated Development in
ServiceNow. - ✔✔A.Administrators can grant non-admin users the ability to develop global
applications
B.Administrators can specify which application file types the developer
can access.
C.Administrators can grant the developer access to script fields.
D.Administrators can grant the developer access to security records.
Answer: A
.7 Here is the Business Rule script template:
This type of JavaScript function is known as: - ✔✔A. Constructor B. Scoped C. Anonymous D.
Self-invoking
.8 What are some of the benefits of extending an existing table such
as the Task table when creating a new application
a)You can repurpose existing fields by simply changing the label.
b)Use existing fields with no modifications.
c)Existing logic from the parent table will be automatically applied to the
new table.
d)All of the parent table records are copied to the new table. - ✔✔A. a, b, c, and d
B. a and b
C. b and c
D. a, b, and c
.9 Which method call returns true only if the currently logged in user
has the catalog_admin role and in no other case - ✔✔A.g_user.hasRole('catalog_admin')
Questions with Verified Answers
Which one of the following is the fastest way to create and configure a Record Producer? -
✔✔Open the table in the Table records and select the Add to Service Catalog Related Link
Which one of the following is the baseline behavior of a table in a privately-scoped application?
- ✔✔.All application scopes can read from the table
.1 Which one of the following is the fastest way to create and
configure a Record Producer - ✔✔A.Create a Catalog Category, open the category, and select
the Add
New Record Producer button
B.Use the Record Producer module then add and configure all variables
manually
C.Open the table in the Table records and select the Add to Service
Catalog Related Link
D.Open the table's form, right-click on the form header, and select the
Create Record Producer menu item
Answer: C
.2 Which one of the following is the baseline behavior of a table in a
privately-scoped application - ✔✔A.The table and its data are not accessible using web
services
B.Any Business Rule can read, write, delete, and update from the table
C.Only artifacts in the table's application can read from the table
D.All application scopes can read from the table
Answer: D
,.3 When configuring a module, what does the Override application
menu roles configuration option do - ✔✔A.Users with the module role but without access to
the application menu
access the module
B.Self-Service users can access the module even though they do not
have roles
C.Admin is given access to the module even if Access Controls would
ordinarily prevent access
D.Users with access to the application menu can see the module even if
they don't have the module
role
.4 Which of the following features are available to Global
applications - ✔✔(Choose two.)
A.Automated Test Framework
B.Source Control
C.Delegated Development
D.Flow Designer
.5 What is a Module - ✔✔A.The functionality within an application menu such as opening a
page in
the content frame or a separate tab or window
B.A group of menus, or pages, providing related information and
functionality to end-users
C.A way of helping users quickly access information and services by
filtering the items in the Application Navigator
D.A web-based way of providing software to end-users
, .6 Identify the incorrect statement about Delegated Development in
ServiceNow. - ✔✔A.Administrators can grant non-admin users the ability to develop global
applications
B.Administrators can specify which application file types the developer
can access.
C.Administrators can grant the developer access to script fields.
D.Administrators can grant the developer access to security records.
Answer: A
.7 Here is the Business Rule script template:
This type of JavaScript function is known as: - ✔✔A. Constructor B. Scoped C. Anonymous D.
Self-invoking
.8 What are some of the benefits of extending an existing table such
as the Task table when creating a new application
a)You can repurpose existing fields by simply changing the label.
b)Use existing fields with no modifications.
c)Existing logic from the parent table will be automatically applied to the
new table.
d)All of the parent table records are copied to the new table. - ✔✔A. a, b, c, and d
B. a and b
C. b and c
D. a, b, and c
.9 Which method call returns true only if the currently logged in user
has the catalog_admin role and in no other case - ✔✔A.g_user.hasRole('catalog_admin')