ServiceNow CAD ServiceNow Certified Application Developer Online Training
ServiceNow CAD Online Training
The questions for CAD were last updated at Nov 19,2024.
- Exam Code: CAD
- Exam Name: ServiceNow Certified Application Developer
- Certification Provider: ServiceNow
- Latest update: Nov 19,2024
Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control? (Choose two.)
- A . source_control
- B . source_control_admin
- C . admin
- D . git_admin
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
- A . ${event. <property name>}
- B . ${current. <property name>}
- C . ${property name>.getDisplayValue()}
- D . ${gs.<property name>}
Which one of the following is true for a Script Include with a Protection Policy value of Protected?
- A . Any user with the protected_edit role can see and edit the Script Include
- B . The Protection policy option can only be enabled by a user with the admin role
- C . The Protection Policy is applied only if the glide.app.apply_protection system property value is true
- D . The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store
Which one of the following is true for GlideUser (g_user) methods?
- A . Can be used in Client Scripts and UI Policies only
- B . Can be used in Business Rules only
- C . Can be used in Client Scripts, UI Policies, and UI Actions
- D . Can be used in Business Rules, and Scripts Includes
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
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 . Business Service Management Map
- B . Data Sources
- C . Transform Map
- D . Cl Relationship Builder
When configuring a REST Message, the Endpoint is:
- A . The commands to the REST script to stop execution
- B . The URI of the data to be accessed, queried, or modified
- C . Information about the format of the returned data
- D . The response from the provider indicating there is no data to send back
When evaluating Access Controls, ServiceNow searches and evaluates:
- A . Only for matches on the current table
- B . Only for matches on the current field
- C . From the most specific match to the most generic match
- D . From the most generic match to the most specific match
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
- A . g_form.hasRoleExactly(‘admin’)
- B . gs.hasRole(‘admin’)
- C . g_form.hasRole(‘admin’)
- D . gs.hasRoleExactly(‘admin’)
From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:
- A . Needs workflow to manage processes
- B . Requires “as-is” use of low-level programming libraries
- C . Requires reporting capabilities
- D . Uses forms extensively to interact with data