ServiceNow Certified Application Developer — Question 134
Identify the ways an application can respond to an Event generated by the gs.eventQueue() method: (Choose two.)
Answer options
- A. Client Script
- B. Email Notification
- C. Scheduled Script Execution (Scheduled Job)
- D. Script Action
- E. UI Policy
Correct answer: B, D
Explanation
The correct responses are Email Notification and Script Action, as these are designed to handle events triggered by gs.eventQueue(). Client Scripts, Scheduled Script Executions, and UI Policies do not respond to events in the same way, making them unsuitable choices for this scenario.