Multiple choice technology

Which of the following Stages do not transform the data?

  1. Transform Stage

  2. Sort Stage

  3. File Stage

  4. Copy Stage

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

Sort Stage only reorders rows (same data, different sequence). File Stage reads/writes data without transformation. Copy Stage passes data through unchanged (replicates, no transform). Transform Stage applies business logic to modify data. Options B, C, D are correct.