
Answer-first summary for fast verification
Answer: Amazon SQS is highly scalable and does not need any intervention to handle the expected high volumes
Correct option: Amazon SQS is highly scalable and does not need any intervention to handle the expected high volumes Amazon SQS leverages the AWS cloud to dynamically scale, based on demand. SQS scales elastically with your application so you don't have to worry about capacity planning and pre-provisioning. For most standard queues (depending on queue traffic and message backlog), there can be a maximum of approximately 120,000 inflight messages (received from a queue by a consumer, but not yet deleted from the queue).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
During the Black Friday sale, your company’s e-commerce website is expected to attract hundreds of thousands of visitors. Concerns have been raised by the marketing department that the unusually high number of orders could overwhelm Amazon Simple Queue Service (SQS), potentially leading to message failures. As a precaution against this anticipated surge in traffic, what steps would you recommend taking to mitigate the risk of SQS message failures while ensuring robust performance?
A
Pre-configure the SQS queue to increase the capacity when messages hit a certain threshold
B
Enable auto-scaling in the SQS queue
C
Amazon SQS is highly scalable and does not need any intervention to handle the expected high volumes
D
Convert the queue into FIFO ordered queue, since messages to the down system will be processed faster once they are ordered