AWS Certified Solutions Architect – Associate (SAA-C02) — Question 705

A company is preparing a new data platform that will ingest real-time streaming data from multiple sources. The company needs to transform the data before writing the data to Amazon S3. The company needs the ability to use SQL to query the transformed data.
Which solutions will meet these requirements? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Options A and B are correct because they offer viable architectures for ingestion (Amazon Kinesis Data Streams or Amazon MSK), transformation (Kinesis Data Analytics or AWS Glue), and querying S3 data with SQL via Amazon Athena. Option C is incorrect because AWS DMS is not designed for ingesting real-time streaming data from multiple sources. Options D and E are incorrect because the Amazon RDS query editor is used to query databases in RDS, not files stored in Amazon S3.