Which of the following Stages do not transform the data?
-
Transform Stage
-
Sort Stage
-
File Stage
-
Copy Stage
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.