AWS Certified Developer – Associate (DVA-C02) — Question 104

A company has installed smart meters in all its customer locations. The smart meters measure power usage at 1-minute intervals and send the usage readings to a remote endpoint for collection. The company needs to create an endpoint that will receive the smart meter readings and store the readings in a database. The company wants to store the location ID and timestamp information.

The company wants to give its customers low-latency access to their current usage and historical usage on demand. The company expects demand to increase significantly. The solution must not impact performance or include downtime while scaling.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: B

Explanation

The correct answer is B because Amazon DynamoDB provides a highly scalable and low-latency solution, which is ideal for handling increased demand without performance issues. Options A and C do not offer the same level of scalability and may not handle the anticipated load effectively. Option D, while cost-effective for storage, does not provide the low-latency access required for real-time data retrieval.