EasyRememberMessage QueuesMultiple Choice
What is the primary advantage of using a message queue over direct synchronous API calls?
Remember — Tests recall of fundamental facts and definitions.
Answer Options
AMessage queues are always faster
BTemporal decoupling — producer and consumer don't need to be available simultaneously
CMessage queues automatically retry failed operations
DMessage queues provide better security
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 difference between at-least-once and at-most-once delivery?
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