Multiple choice technology web technology

Topn/Bottom n can be achieved using

  1. Filters

  2. Sort

  3. Rank

  4. Data aggregation

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

To find the top N or bottom N items, you must sort the data first. Ranking assigns position numbers, and filters can then select based on those ranks, but the fundamental operation is sorting to establish order.