
Answer-first summary for fast verification
Answer: Amazon SQS with AWS Lambda
The correct answer is A: Amazon Simple Queue Service (Amazon SQS) and AWS Lambda. This combination is ideal for processing hundreds of simultaneous user requests due to their scalability and operational efficiency. Amazon SQS can handle high volumes of messages and decouples the components of the system, allowing for asynchronous processing. AWS Lambda, a serverless compute service, automatically scales and runs code in response to events triggered by messages in the SQS queue. This setup ensures that the system can manage and process a large number of requests without bottlenecks, providing a robust solution for the described scenario.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
To efficiently process simultaneous user requests, which AWS service combination is recommended?
A
Amazon SQS with AWS Lambda
B
AWS Data Pipeline with Amazon EC2
C
Amazon Kinesis with Amazon Athena
D
AWS service combination for high-volume, operationally efficient request processing
No comments yet.