Multiple choice technology

Which of the following stage is used as a stub in an iterative development?

  1. Sequential Stage

  2. File Set Stage

  3. Copy Stage

  4. DataSet Stage

Reveal answer Fill a bubble to check yourself
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.