Multiple choice technology

Which component changes the record format of data records?

  1. Reformat

  2. Replicate

  3. Broadcast

  4. Partition by Key

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

The Reformat component specifically transforms the structure or format of data records passing through it. It can change field names, data types, and record layouts. Replicate duplicates data, Broadcast distributes copies, and Partition by Key splits data; none change the record format itself.