Which of the following stage is used as a stub in an iterative development?
-
Sequential Stage
-
File Set Stage
-
Copy Stage
-
DataSet Stage
C
Correct answer
Explanation
The Copy Stage is commonly used as a stub in iterative development because it simply passes data through without modification. Developers use it as a placeholder to test job flow and connectivity before implementing complex transformation logic. It validates that data reaches subsequent stages correctly, enabling incremental development and debugging.