Valid DAA-C01 Dumps shared by EduDump.com for Helping Passing DAA-C01 Exam! EduDump.com now offer the newest DAA-C01 exam dumps, the EduDump.com DAA-C01 exam questions have been updated and answers have been corrected get the newest EduDump.com DAA-C01 dumps with Test Engine here:
A financial institution stores transaction data with various attributes, including transaction ID, account ID, transaction type, amount, and timestamp. They need to build a dashboard to monitor transaction volumes and identify unusual patterns in real-time. The data is streaming continuously. Consider these requirements: near real-time analysis, complex pattern recognition, and the need to store the raw transaction data for auditing. Which of the following approaches is optimal, considering the need for both speed and historical data integrity?
Correct Answer: B
Option B is the most suitable solution. Snowflake Streams and Tasks provide a mechanism for incrementally updating a data model (in this case, a star schema) based on changes in the source data. This enables near real-time updates to aggregated tables used for the dashboard. Storing the raw data in a separate, immutable table ensures data integrity for auditing purposes. Option A might work, but managing large flattened tables with constant updates can be challenging. Option C is not efficient for complex analysis. Option D lacks the structure needed for complex joins and aggregations. Option E is irrelevant as it proposes using external data instead of processing the institution's own data.