AWS Certified Database – Specialty — Question 45

A company needs a data warehouse solution that keeps data in a consistent, highly structured format. The company requires fast responses for end-user queries when looking at data from the current year, and users must have access to the full 15-year dataset, when needed. This solution also needs to handle a fluctuating number incoming queries. Storage costs for the 100 TB of data must be kept low.
Which solution meets these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because it combines the use of Amazon Redshift for recent data with S3 for historical data and enables Concurrency Scaling, which is essential for handling fluctuating query loads efficiently. Options A and B do not address the need for concurrency scaling, which can lead to performance issues under high demand. Option D, while it addresses storage, does not specifically enhance query handling during peak times like Option C does.