Multiple choice technology platforms and products

2)To get the cumulative summary output component used is

  1. a. Rollup

  2. b. Scan

  3. c. Normalize

  4. d. Replicate

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

The Scan component generates cumulative summary output (running totals, counts, etc.) by processing records sequentially and carrying forward aggregation values. Unlike Rollup which produces group-based summaries (one per group), Scan produces output for every input record with cumulative values. Normalize and Replicate serve different purposes - data standardization and duplication respectively.