LyraLearn AI Learning Platform
Exams
← Back to the lesson
Module 5 Β· Quiz

Queues, Webhooks, and Background Work

1. What is the main advantage of using a queue for processing tasks in a web application?
2. What is a key feature of webhooks compared to polling?
3. In the outbox pattern, what happens if the message publish fails after a database transaction commit?
4. Which of the following is NOT a characteristic of `BackgroundService` in ASP.NET Core?