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

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.