
Answer-first summary for fast verification
Answer: Amazon DynamoDB for storage and AWS Lambda for processing.
Amazon DynamoDB is a NoSQL database service that provides consistent, single-digit millisecond latency at any scale, making it ideal for real-time updates of inventory data. AWS Lambda is a serverless compute service that can process the data in real-time, ensuring high write throughput and low latency access. This combination provides the necessary storage and processing capabilities for the inventory management system.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A retail company is implementing an inventory management system that requires real-time updates and storage of inventory data, including product details, stock levels, and supplier information. The solution must support high write throughput and be able to process the data in real-time. Which AWS storage and processing service would you recommend, and why?
A
Amazon S3 for storage and Amazon Redshift for processing.
B
Amazon DynamoDB for storage and AWS Lambda for processing.
C
Amazon Kinesis Data Streams for storage and Amazon Kinesis Data Firehose for processing.
D
Amazon EBS for storage and Amazon EMR for processing.
No comments yet.