Multiple choice technology

Use of Broadcast Component

  1. Record-independent parallelism

  2. Application specific

  3. Key-dependent parallelism

  4. Global Ordering

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Broadcast component in Ab Initio implements record-independent parallelism. It sends each input record to all downstream flows or partitions without considering record keys or ordering. This allows different processing branches to operate on the complete dataset simultaneously, enabling parallel execution where each branch processes all records rather than a subset.