ServiceNow CAD Übungsprüfungen
Zuletzt aktualisiert am 26.04.2025- Prüfungscode: CAD
- Prüfungsname: ServiceNow Certified Application Developer
- Zertifizierungsanbieter: ServiceNow
- Zuletzt aktualisiert am: 26.04.2025
Question #11
Which objects can be used in Inbound Action scripts?
- A . current and previous
- B . current and email
- C . current and event
- D . current and producer
Question #12
What feature allows you to limit who is able to contribute or read knowledge within a knowledge base?
- A . Roles
- B . Groups
- C . Categories
- D . User Criteria
Question #13
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
- A . Spoke
- B . Bundle
- C . Action
- D . Flow
Question #14
What are Application Files in a ServiceNow application?
- A . XML exports of an application’s Update Set.
- B . CSV files containing data imported into an application.
- C . ServiceNow artifacts comprising an application.
- D . An XML export of an application’s table records.
Question #15
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
Question #16
Which items are valid UI Action types in ServiceNow? Choose 3 answers
- A . List Banner Button
- B . Form Button
- C . Form Choice
- D . Record Navigation Button
- E . List Choice
- F . Workflow Action
Question #17
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
Question #18
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
Question #19
Which method is used to retrieve Application Property values in a script?
- A . gs.getProperty()
- B . g_form.getAppProperty()
- C . g_form.getProperty()
- D . gs.getAppProperty()
Question #20
Which of the following CANNOT be debugged using the Field Watcher?
- A . Business Rules
- B . Script Includes
- C . Client Scripts
- D . Access Controls