ServiceNow CAD Certified Application Developer - ServiceNow Exam Practice Test
Certified Application Developer - ServiceNow Questions and Answers
Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose 3 answers)
Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer UI for a user rather than the ServiceNow form UI?
When creating a table in a privately-scoped application, which four Access Controls are created for the table?
Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
a) Script Action
b) Scheduled Script Execution (Scheduled Job)
c) UI Policy
d) Email Notification
Which of the following statements is NOT true for the Form Designer?
Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table:
table.None read Access Control for users with the admin and itil roles
table. * read Access Control for users with the admin role
table. field3 read Access Control for users with the itil role
Which field or fields can a user with the itil role read?
How does the Application Picker interact with Application Scope in ServiceNow?
What is the name of the string that displays filter criteria?
What do you install when you want to add applications or functionality within your development instance?
Which allows the creation of a task-based record from Service Catalog?
What section on the Notes tab, shows the history of the work documented on the record?
When configuring a REST Message, the Endpoint is:
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer for a user rather than the ServiceNow form?
While on an Incident record, how would you add a Tag for "Special Handling" to the record?
(How does the weight field value affect sending multiple notifications for the same record and recipients?)
How does the Application Picker interact with Application Scope in ServiceNow?
Which of the following CANNOT be debugged using the Field Watcher?
Which of the following is NOT a way to install an application on a ServiceNow instance?
What is required to link a ServiceNow application to a Git repository?
Choose 3 answers
Which one of the following client-side scripts apply to Record Producers?
You are looking at a list of Active Incidents. You want to exclude Incidents with the state of Resolved. How might you do that?
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
Many actions are included with flow designer what are some frequently used core actions?
Choose 4 answers
When configuring a module, what does the Override application menu roles configuration option do?
Which of the following is a good practice for adding instructions to a form?
Which client-side scripts apply to Record Producers? (Choose 2 answers)
Can inherited fields be deleted from a table?
What is the GlideForm Client-side scripting object?
Is it possible to change an application's scope?
What are three ServiceNow table creation methods? (Choose three.)
What intuitive development interface guides users through the initial application development process?
Which of the following is true about deleting fields from a table?
Which of the following features are available to Global applications? (Choose two.)
Which one of the following is NOT a purpose of application scoping?
Which objects can be used in Inbound Action scripts?
How can an application link to a repository behind a firewall?
Exportitem table is extended from Item table with the additional column of ItemCountry added. The Item table contains the columns ItemName and ItemQty.
Which fields are available in the Exportitem table?
For Application Access there is a configuration option called Allow access to this table via web services. Which one of the following statements is true when this option is selected?
Application developers configure ServiceNow using industry standard JavaScript to…
Which server-side API debug log method is available for scoped applications?
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
Which is the base table of the configuration management database hierarchy?
Which database operations can be controlled with Access Control?
Choose 2 answers
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 graphical view of relationships among tables is a
Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?
What are the three key tables in an enterprise CMDB?
Choose 3 answers
Identify the incorrect statement about Delegated Development in ServiceNow.
What is a benefit of creating an Application Properties page for each application?
Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationships?
What occurs when an existing table is extended in ServiceNow?
Which one of the following is the fastest way to create and configure a Record Producer?
Which of the following are configured in an Email Notification?
a)Who will receive the notification.
b)What content will be in the notification.
c)When to send the notification.
d)How to send the notification.
You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on another instance, you want Table A's records to be installed as part of the application. Table A's records will be installed when:
What contains the configuration changes made in an instance (i.e. changes in a form) and helps to implement the changes from the Dev environment to another environment?
An administrator creates "customer_table_adminH and "customer_table_user" roles for the newly created "Customer Table". Which ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles?
What are the features of Flow Designer?
Choose 3 answers
What is the Event Registry?
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
(What provides a graphical view of the relationships among tables in ServiceNow?)
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
(What is the primary purpose of an application scope?)
(How does a user make additional changes to the update set once the update set has been marked complete?)
How many applications menus can an application have?
When writing a Client Script to provide feedback targeted at a specific field, which method should be used?
What is the ServiceNow App Repository?
If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
Which of the following methods is NOT part of the ServiceNow REST API?
When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?
An app developer enables the "Allow access to this table via web services" option in Application Access. What is the result of this configuration?
Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?
Which items are valid UI Action types in ServiceNow?
Choose 3 answers
Here is the Business Rule script template:

This type of JavaScript function is known as:
This script fragment is executed in an application: g_user.hasRole('x_my_app_user');
What is the logical evaluation of this script fragment?
Which one of the following is true for a table with the “Allow configuration” Application Access option selected?
Which one of the following is true for GlideUser (g_user) methods?
Which one of the following is true for this script fragment?
g_user.hasRole(,x_my_app_user');
Which testing framework is used to test ServiceNow Applications?
A new employee joins the IT department and needs to perform work assigned to Network and Hardware groups. How would you set up their access?
Choose 3 answers
(What are valid reasons to develop an application on the ServiceNow platform? Choose 2 options.)