SAA-C03 Question 38: Ingesting Real-Time Streaming Data

0
6

A platform must ingest and process millions of clickstream events per second in real time, allowing multiple consumer applications to read the same stream. Which service fits best?

A) Amazon SQS standard queue.

B) Amazon Kinesis Data Streams.

C) Amazon S3 with event notifications.

D) Amazon RDS.

Correct Answer: B

Explanation: Kinesis Data Streams is built for high-throughput, real-time streaming with multiple independent consumers reading the same ordered, replayable records. (A) SQS messages are typically consumed once with no replay across many readers. (C) S3 is batch object storage. (D) RDS is a transactional database.