Multiple Choice
A company is Re-architecting a strongly coupled application to be loosely coupled. Previously the application used a request/response pattern to communicate between tiers. The company plans to use Amazon Simple Queue Service (Amazon SQS) to achieve decoupling requirements. The initial design contains one queue for requests and one for responses. However, this approach is not processing all the messages as the application scales. What should a solutions architect do to resolve this issue?
A) Configure a dead-letter queue on the ReceiveMessage API action of the SQS queue.
B) Configure a FIFO queue, and use the message deduplication ID and message group ID.
C) Create a temporary queue, with the Temporary Queue Client to receive each response message.
D) Create a queue for each request and response on startup for each producer, and use a correlation ID message attribute.
Correct Answer:

Verified
Correct Answer:
Verified
Q398: A company wants to use an AWS
Q399: A company has deployed a multiplayer game
Q400: A recently acquired company is required to
Q401: A solutions architect must design a solution
Q402: A company has an ecommerce application that
Q404: A company is running a highly sensitive
Q405: A recent analysis of a company's IT
Q406: A Solutions Architect must design a web
Q407: A company provides an API to its
Q408: A company is building its web application