Multiple choice technology

Choose the Active transformations given below:

  1. Expression Transformation

  2. Joiner Transformation

  3. Router Transformation

  4. Lookup Transformation

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

Active transformations change the number of rows passing through them. Joiner combines rows from different sources (can increase rows), and Router splits data into multiple groups (can decrease rows to each target). Expression and Lookup are passive transformations.