Topic 1 Question 272
An organization processes batch sales data at the end of every month to analyze sales trends and derive business insights. They want to improve accuracy and make near real-time decisions. What should the organization do?
Change from a relational database to a NoSQL database.
Filter the data so reports are generated faster.
Switch from batch processing to stream processing.
Process batch reports weekly instead of monthly.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: C
C. Switch from batch processing to stream processing.
Stream processing processes data in real-time or near real-time as it arrives, enabling the organization to make timely decisions and improve accuracy by acting on the latest data. This is a significant improvement over batch processing, which processes data at scheduled intervals (e.g., monthly or weekly) and may result in outdated insights.
👍 1joshnort2025/01/21
シャッフルモード