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 of the following statements is true for the Form Designer?
a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
b) To create a new field on a form’s table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.
c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d) To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
- A . a, b, c, and d
- B . b, c, and d
- C . a, b, and d
- D . a, b, and c
Which of the following are configured in an Email Notification?
a) Who will receive the notification.
b) What content will be in the notification.
c) When to send the notification.
d) How to send the notification.
- A . a, b and c
- B . a, b, and d
- C . b, c and d
- D . a, c and d
To see what scripts, reports, and other application artifacts will be in a published application:
- A . Enter the name of the Application in the Global search field
- B . Open the list of Update Sets for the instance
- C . Examine the Application Files Related List in the application to be published
- D . Open the artifact records individually to verify the value in the Application field
Which one of the following is NOT a debugging strategy for client-side scripts?
- A . g_form.addInfoMessage()
- B . Field Watcher
- C . jslog()
- D . gs.log()
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 of the following is NOT a trigger type in Flow Designer?
- A . Outbound Email
- B . Application
- C . Record
- D . Schedule
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
- A . REST messages
- B . Table
- C . Script Include
- D . Workflow
In an Email Notification, which one of the following is NOT true for the Weight field?
- A . Only Notifications with the highest weight for the same record and recipients are sent
- B . A Weight value of zero means that no email should be sent
- C . The Weight value defaults to zero
- D . A Weight value of zero means the Notification is always sent when the Notification’s When to send criteria is met
Which of the following objects does a Display Business Rule NOT have access to?
- A . previous
- B . GlideSystem
- C . g_scratchpad
- D . current
Which of the following features are available to Global applications? (Choose two.)
- A . Automated Test Framework
- B . Source Control
- C . Delegated Development
- D . Flow Designer