Multiple choice technology architecture

____ is not a point for rule execution.

  1. PreLoad

  2. PostLoad

  3. Exit

  4. AfterLoad

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

PreLoad, PostLoad, and AfterLoad are all valid rule execution points tied to the data loading lifecycle. 'Exit' is a task lifecycle event (when a task completes), not a rule execution point tied to loading operations.