AWS Certified Data Engineer – Associate (DEA-C01) — Question 204

A company wants to ingest streaming data into an Amazon Redshift data warehouse from an Amazon Managed Streaming for Apache Kafka (Amazon MSK) cluster. A data engineer needs to develop a solution that provides low data access time and that optimizes storage costs.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

Option A is correct because it allows for direct access to the streaming data with minimal operational management by using an external schema and materialized view. Options B and D involve additional steps and services like AWS Glue and Lambda, which increase complexity and operational overhead. Option C does not provide the same level of efficiency in managing streaming data as option A does.