nerdexam
ServiceNow

CAD · Question #55

Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.

The correct answer is C. a and d. When gs.eventQueue() fires an event in ServiceNow, applications can respond in two primary ways that correspond to options (a) and (d): via a Script Action (a server-side script that executes in response to the event) and via a Notification (an email or other alert triggered by t

Submitted by saadiq_pk· Apr 18, 2026Application Automation

Question

Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.

Options

  • Ab and c
  • Bc
  • Ca and d
  • Da and c

How the community answered

(28 responses)
  • B
    4% (1)
  • C
    96% (27)

Explanation

When gs.eventQueue() fires an event in ServiceNow, applications can respond in two primary ways that correspond to options (a) and (d): via a Script Action (a server-side script that executes in response to the event) and via a Notification (an email or other alert triggered by the event). These are the two standard event response mechanisms. Other options listed (b and c) represent incorrect or incomplete combinations of those mechanisms.

Topics

#ServiceNow Events#gs.eventQueue#Script Actions#Notifications

Community Discussion

No community discussion yet for this question.

Full CAD Practice