Multiple choice technology Which one of the following components does not require sorted input? Partition by Key Dedup Sort Sort within Groups Merge Reveal answer Fill a bubble to check yourself A Correct answer Explanation Partition by Key only groups records by key value across partitions without requiring any specific order. Dedup Sort, Sort within Groups, and Merge all depend on pre-sorted data to function correctly.