ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 191 - DVA-C01 discussion

Report
Export

An application displays a status dashboard. The status is updated by 1 KB messages from an SQS queue. Although the status changes infrequently, the Developer must minimize the time between the message arrival in the queue and the dashboard update.

What technique provides the shortest delay in updating the dashboard?

A.
Retrieve the messages from the queue using long polling every 20 seconds.
Answers
A.
Retrieve the messages from the queue using long polling every 20 seconds.
B.
Reduce the size of the messages by compressing them before sending.
Answers
B.
Reduce the size of the messages by compressing them before sending.
C.
Retrieve the messages from the queue using short polling every 10 seconds.
Answers
C.
Retrieve the messages from the queue using short polling every 10 seconds.
D.
Reduce the size of each message payload by sending it in two parts.
Answers
D.
Reduce the size of each message payload by sending it in two parts.
Suggested answer: A

Explanation:

https://docs.aws.amazon.com/ko_kr/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqsshort-and-long-polling.html#sqs-short-long-polling-differences

asked 16/09/2024
alain giansily
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first