Long Polling

5 minutes 5 Questions

Long Polling is a feature of Amazon SQS that reduces the number of empty responses from a consumer querying an SQS queue for new messages. With Short Polling (default), consumers receive an immediate response, which might be empty if no messages are available. Long Polling, on the other hand, keeps…

Test mode:
AWS Certified Solutions Architect - Long Polling Example Questions

Test your knowledge of Long Polling

Question 1

You are managing a high-volume application using SQS with a requirement to minimize empty responses from SQS API actions. What will you do?

Question 2

You have an application that highly relies on Amazon SQS. The consumers need to receive and process the messages quickly without increasing costs. Which polling method should you use?

Question 3

Your company is running a large-scale, multi-AZ RDS instance that manages crucial data. To improve performance, they need to dispatch database events to application instances asynchronously. What Amazon Service and which feature can you implement for this task?

More Long Polling questions
15 questions (total)