Question: What is a typical use case for a circular queue?
Options:
Correct Answer: Handling requests in a round-robin manner
Solution:
Circular queues are often used to handle requests in a round-robin manner, allowing for efficient use of space and time.