Multiple choice technology

Expression transformation is an active transformation

  1. True

  2. False

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

Expression transformation is a passive transformation, not active. It modifies data within each row but does not change the number of rows passing through it. Active transformations (like Filter, Aggregator, Router) can increase, decrease, or split the row count. Expression transformations only perform column-level calculations.