ServiceNow CAD ServiceNow Certified Application Developer Online Training
ServiceNow CAD Online Training
The questions for CAD were last updated at Jul 28,2025.
- Exam Code: CAD
- Exam Name: ServiceNow Certified Application Developer
- Certification Provider: ServiceNow
- Latest update: Jul 28,2025
Application developers configure ServiceNow using industry standard JavaScript to…
- A . Enable the right-click to edit the context menus on applications in the navigator
- B . Extend and add functionality
- C . Customize the organization’s company logo and banner text
- D . Configure the outgoing email display name
How many applications menus can an application have?
- A . 3, one for an application’s user modules, one for an application’s administrator modules, and one
for the ServiceNow administrator’s modules - B . As many as the application design requires
- C . 2, one for an application’s user modules and one for an application’s administrator modules
- D . 1, which is used for all application modules
The source control operation used to store local changes on an instance for later application is called a(n) <blank>.
- A . Branch
- B . Tag
- C . Stash
- D . Update set
What syntax is used in a Record Producer script to access values from Record Producer form fields?
- A . producer.field_name
- B . producer.variablename
- C . current.variable_name
- D . current.field_name
Which of the following methods prints a message on a blue background to the top of the current form by default?
- A . g_form.addInfoMsg()
- B . g_form.addInfoMessage()
- C . g_form.showFieldMessage()
- D . g_form.showFieldMsg()
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
- A . Spoke
- B . Bundle
- C . Action
- D . Flow
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
Which source control operation is available from BOTH Studio and the Git Repository?
- A . Create Branch
- B . Apply Remote Changes
- C . Stash Local Changes
- D . Edit Repository Configurations
Which one of the following is NOT required to link a ServiceNow application to a Git repository?
- A . Password
- B . URL
- C . User name
- D . Application name
Which Report Type(s) can be created by right-clicking on a column header in a table’s list?
- A . Bar Chart, Pie Chart, Histogram, and Line
- B . Bar Chart
- C . Bar Chart, Pie Chart, and Histogram
- D . Bar Chart and Pie Chart