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.