Multiple choice technology

Which of the following Stages have Reject link option?

  1. Transformer Stage

  2. Join Stage

  3. Lookup Stage

  4. Merge Stage

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

The Reject link captures rows that fail validation or processing rules. Transformer (via constraints), Lookup (via lookup failure condition), and Merge (via join key mismatch) stages support reject links. Join stage does not - it processes all input rows and writes non-matches to output links based on join type, not a dedicated reject link. Options A, C, D are correct.