EasyRememberMessage QueuesMultiple Choice
What is the difference between at-least-once and at-most-once delivery?
Remember — Tests recall of fundamental facts and definitions.
Answer Options
AAt-least-once may lose messages, at-most-once may duplicate them
BAt-least-once may duplicate messages, at-most-once may lose them
CThey are equivalent in practice
DAt-least-once is faster than at-most-once
Want to see the correct answer?
Get the answer with a detailed explanation, plus practice 20+ more Message Queues questions with adaptive quizzes and timed interviews.
See the Answer on Guru Sishya →This question is from the Message Queues topic (System Design).
More Message Queues Questions
What is the primary advantage of using a message queue over direct synchronous API calls?
EasyIn Kafka, what determines which partition a message is sent to when using a key?
Medium-EasyAWS SQS Standard Queue guarantees exactly-once delivery.
Medium-EasyWhat is a Dead Letter Queue (DLQ)?
Medium-EasyWhat is the visibility timeout in SQS and why is it important?
Medium-Easy