Question: In which scenario would a queue be used in a web server?
Options:
Correct Answer: To handle incoming requests
Solution:
A queue is used to handle incoming requests in a web server, processing them in the order they arrive.