Technical Interviews: Difference between revisions

Line 62: Line 62:


====Queues====
====Queues====
* Schedule client tasks in a queue, acknowledge task received immediately
* Queues protect from service outages and failures
* Software: RabbitMQ, ActiveMQ


==System Design==
==System Design==