ServiceNow Certified Application Developer — Question 129
What is the Event Registry?
Answer options
- A. A Workflow which is launched every time an Event is generated; used to debug Events
- B. The Event Log which lists all Events that have been generated
- C. The method used in server side scripts to generate Events and pass parameters
- D. A table containing a record for every Event known to the ServiceNow system which allows ServiceNow to react when Events are generated
Correct answer: D
Explanation
The correct answer is D because the Event Registry serves as a comprehensive record for all known Events in the ServiceNow system, facilitating responses to these Events. Options A, B, and C describe different functionalities but do not accurately define the purpose of the Event Registry.