
Answer-first summary for fast verification
Answer: Amazon Simple Queue Service (Amazon SQS)
The correct answer is D, Amazon Simple Queue Service (Amazon SQS). Amazon SQS is a fully managed message queuing service that enables decoupling of application components. It allows different components or services to communicate asynchronously through message queues, which is essential for building scalable and resilient distributed systems. The other options are not designed for this purpose: A is for sending notifications, B is for coordinating workflows, and C is for data integration and ETL (Extract, Transform, Load).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Identify the AWS service designed to decouple application components, allowing them to operate independently through asynchronous communication.
A
Amazon Simple Notification Service (Amazon SNS)
B
Amazon Simple Workflow Service (Amazon SWF)
C
AWS Glue
D
Amazon Simple Queue Service (Amazon SQS)
No comments yet.