Multiple choice technology

In a Sort within Group component the input is already ordered according to which parameter?

  1. key

  2. minor-key

  3. major-key

  4. max-core

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

Sort within Group is used when data is already sorted by a major key and you need to sort within each group of that major key. The major-key parameter specifies the key that the input is already pre-sorted on, allowing the component to perform secondary sorting within each group efficiently.