AWS Certified Cloud Practitioner — Question 79

A company needs to simultaneously process hundreds of requests from different users.
Which combination of AWS services should the company use to build an operationally efficient solution?

Answer options

Correct answer: A

Explanation

The correct answer is A because Amazon SQS is designed for decoupling and managing message queues, while AWS Lambda enables serverless execution of code in response to those messages, allowing for efficient handling of requests. The other options do not provide the same level of immediacy and scalability for processing multiple simultaneous user requests.