Multiple choice technology platforms and products

To achieve data parallelism component used

  1. a. Replicate

  2. b. Gather

  3. c. Broadcast

  4. d.Reformat

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

Broadcast sends the same data to all downstream partitions simultaneously, enabling parallel processing of identical datasets. This achieves data parallelism by allowing multiple operations on the same data concurrently.