ServiceNow Certified Application Developer — Question 60
Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.
a. Script Action
b. Scheduled Script Execution (Scheduled Job)
c. UI Policy
d. Email Notification
Answer options
- A. b and c
- B. c
- C. a and d
- D. a and c
Correct answer: C
Explanation
The correct answer is C, as Script Action and Email Notification are both valid responses to an event triggered by gs.eventQueue(). Scheduled Script Execution and UI Policy do not directly respond to these events in the same manner.