ServiceNow CAD Übungsprüfungen
Zuletzt aktualisiert am 28.04.2025- Prüfungscode: CAD
- Prüfungsname: ServiceNow Certified Application Developer
- Zertifizierungsanbieter: ServiceNow
- Zuletzt aktualisiert am: 28.04.2025
Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?
- A . Data Sources
- B . Schema Map Relationship Builder
- C . Business Service Management Map
- D . Transform Map
Which ATF Test step allows you to create a user with specified roles and groups for the test?
- A . Create a user
- B . Create a role
- C . Create a group
- D . Impersonation
Assume a table called table exists and contains 3 fields: field1, field2, field3.
Examine the Access Control list for table:
Which field or fields can a user with the itil role read?
- A . field3 only
- B . filed1 and field3
- C . All fields
- D . All fields except field3
The Report Designer contains different sections for configuring your report.
Which section is used to specify the name of the report, and the table or data source for the report.
- A . Data
- B . Type
- C . Sources
- D . Properties
- E . Configure
What are advantages of using Flow Designer? Choose 3 answers
- A . Smooth integration with 3rd party systems
- B . Less manual scripting
- C . Reduces technical debt
- D . Supports advanced developers
- E . Enables complicated scripting
Which of the following methods are useful in Access Control scripts?
- A . g_user.hasRole() and current.isNewRecord()
- B . gs.hasRole() and current.isNewRecord()
- C . g_user.hasRole() and current.isNew()
- D . gs.hasRole() and current.isNew()
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()
What setting allows users to view a Knowledge Base article even if they are not logged in?
- A . The ESS role
- B . The Allow All role
- C . The Public setting
- D . The View All setting
Which of the following is NOT supported by Flow Designer?
- A . Call a subflow from a flow
- B . Test a flow with rollback
- C . Use Delegated Developer
- D . Run a flow from a MetricBase Trigger
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