AWS Certified Data Analytics – Specialty — Question 40

A mobile gaming company wants to capture data from its gaming app and make the data available for analysis immediately. The data record size will be approximately 20 KB. The company is concerned about achieving optimal throughput from each device. Additionally, the company wants to develop a data stream processing application with dedicated throughput for each consumer.
Which solution would achieve this goal?

Answer options

Correct answer: A

Explanation

The correct answer is A because using the PutRecords API with Amazon Kinesis Data Streams allows for the efficient sending of data and the enhanced fan-out feature ensures dedicated throughput for consumers. Options B and C do not provide the same level of throughput as Kinesis Data Streams with enhanced fan-out, and option D, while using Kinesis Data Streams, does not utilize the enhanced fan-out feature which is critical for achieving optimal throughput.