nerdexam
ServiceNow

CSA · Question #20

How is the Event Log different from the Event Registry?

The correct answer is A. Event Log contains generated Events, the Event Registry is a table of Event definitions. The Event Log records all generated events, while the Event Registry acts as a definition repository for all custom events within the system.

Submitted by thandi_sa· Apr 18, 2026Self-Service and Process Automation

Question

How is the Event Log different from the Event Registry?

Options

  • AEvent Log contains generated Events, the Event Registry is a table of Event definitions
  • BEvent Log is formatted in the Log style, the Event Registry displays different fields
  • CEvent Log lists Events that were triggered by integrations, the Event Registry lists the Events that
  • DEvent Log is the same as the Event Registry

How the community answered

(53 responses)
  • A
    94% (50)
  • C
    4% (2)
  • D
    2% (1)

Why each option

The Event Log records all generated events, while the Event Registry acts as a definition repository for all custom events within the system.

AEvent Log contains generated Events, the Event Registry is a table of Event definitionsCorrect

The Event Log (sysevent table) stores a chronological record of all events that have been generated in the system, whereas the Event Registry (sysevent_register table) is a centralized repository that defines all custom events that can be triggered within the instance.

BEvent Log is formatted in the Log style, the Event Registry displays different fields

While they display different fields, this is a consequence of their different functions, not the primary distinction; the core difference is what data they contain.

CEvent Log lists Events that were triggered by integrations, the Event Registry lists the Events that

The Event Log contains all generated events, regardless of their trigger source (integrations, business rules, etc.), and the Event Registry defines all events, not just those from integrations.

DEvent Log is the same as the Event Registry

The Event Log and Event Registry are distinct components with different purposes; one records event occurrences, the other defines event types.

Concept tested: Event Log vs. Event Registry

Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/platform-events/concept/c_EventsAndNotifications.html

Topics

#Event Management#System Administration#Platform Features#Notifications

Community Discussion

No community discussion yet for this question.

Full CSA Practice