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
Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose 3 answers)
- A . The user must be granted access through a business rule.
- B . Conditions configured in the Access Control must evaluate to true.
- C . The user has one of the roles specified in the Required roles related list.
- D . Other matching Access Controls for the record evaluate to true.
- E . Scripts configured in the Access Control must evaluate to true.
A manager wants to view a snapshot of month-end Sales performance data, as compared to Sales targets. In addition, the manager wants to be able to see those monthly numbers trended over time, and forecasted into the future.
What capability do you suggest for this manager?
- A . Scheduled Reports, a custom snapshot table, and a Projection report
- B . Scheduled Reports and Excel
- C . Key Performance Indicators
- D . Performance Analytics
- E . Scheduled Reports a custom snapshot table and a Trend report
What is the ServiceNow App Repository?
- A . A Request table
- B . Another name for update sets
- C . A database containing ServiceNow apps
- D . A collection of files in a Git database
What are examples of Ul Actions, relating to Lists? Choose 4 answers
List Control
- A . List Buttons
- B . List Choices
- C . List Override
- D . List Links
- E . List Context Menu
While on an Incident record, how would you add a Tag for "Special Handling" to the record?
- A . Click on the More options (…) icon, click Add Tag, type Special Handling, press enter
- B . On the Tag field, select Special Handling from the choice list
- C . On the Special Handling field check the box
- D . Click on the Context menu, select Add Tact, type Special Handling. press enter
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
- A . All access to this table via web services
- B . Can create, Can update, and Can delete
- C . Can read does not affect the availability of other Application Access fields
- D . Allow configuration
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?
- A . HTML (from Arguments)
- B . URL (from Arguments)
- C . Content Page
- D . Script (from Arguments)
Is it possible to change an application’s scope?
- A . Yes, but only from global scope to private scope
- B . Yes it’s possible.
- C . No, it’s not possible.
- D . Yes. but only from private scope to global scope
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
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?
- A . Even when not selected, users with the correct permissions can use web services to access the table’s records.
- B . The user performing the query via web services must have the correct permissions to access the table’s records.
- C . This option restricts access only to SOAP web services but does not apply to REST.
- D . This option restricts the ability to delete records via web services, but records can always be read.