Chapter quiz · Middleware, Pipes, Guards & Interceptors

Test what you learned.

8 questions on Middleware, Pipes, Guards & Interceptors. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Request Pipeline — Chapter Quiz

Test your knowledge of middleware, pipes, guards, interceptors, and filters.

0/ 9
  1. Question 1
    1

    Which pipeline component decides whether a request may continue?

  2. Question 2
    2

    What does ParseIntPipe do?

  3. Question 3
    3

    Which decorator marks an exception filter?

  4. Question 4
    4

    Where does middleware get registered?

  5. Question 5
    5

    What is the role of an interceptor?

  6. Question 6
    6

    HttpException is the base class for Nest's built-in HTTP error classes like NotFoundException.

  7. Question 7
    7

    To read custom decorator metadata inside a guard, you inject the Nest helper ___.

  8. Question 8
    8

    Which of these run on every request that reaches a handler?

    Select all that apply.

Pick an answer — instant feedback as you go.