AWS Certified Data Analytics – Specialty — Question 15

A team of data scientists plans to analyze market trend data for their company's new investment strategy. The trend data comes from five different data sources in large volumes. The team wants to utilize Amazon Kinesis to support their use case. The team uses SQL-like queries to analyze trends and wants to send notifications based on certain significant patterns in the trends. Additionally, the data scientists want to save the data to Amazon S3 for archival and historical re- processing, and use AWS managed services wherever possible. The team wants to implement the lowest-cost solution.
Which solution meets these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because it utilizes Kinesis Data Analytics, which is designed for real-time analytics using SQL-like queries, ensuring efficient trend analysis. It also incorporates AWS Lambda for notifications and Kinesis Data Firehose for data persistence in S3, aligning with the requirement for managed services and cost-effectiveness. The other options either involve unnecessary complexity with multiple streams or custom applications that increase costs and management overhead.