AWS Certified Data Analytics – Specialty — Question 95

A company needs to collect streaming data from several sources and store the data in the AWS Cloud. The dataset is heavily structured, but analysts need to perform several complex SQL queries and need consistent performance. Some of the data is queried more frequently than the rest. The company wants a solution that meets its performance requirements in a cost-effective manner.
Which solution meets these requirements?

Answer options

Correct answer: D

Explanation

Option D is correct because it allows for cost-effective storage in Amazon S3 for less frequently queried data while loading frequently accessed data into Amazon Redshift for faster query performance. Options A and B do not effectively address the need for performance optimization with mixed access patterns, while option C does not utilize S3 for cost-effective storage.