Multiple Choice
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.
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.
D) Reduce the size of each message payload by sending it in two parts.
Correct Answer:

Verified
Correct Answer:
Verified
Q15: A Developer has written code for an
Q16: A startup s photo-sharing site is deployed
Q17: An application runs on multiple EC2 instances
Q18: In a move toward using microservices, a
Q19: An application is running on an EC2
Q21: An AWS Lambda function must access an
Q22: A company needs to ingest terabytes of
Q23: A Developer is writing a REST service
Q24: A Developer uses AWS CodeDeploy to automate
Q25: A Company runs continuous integration/continuous delivery (CI/CD)