Chapter quiz · NestJS Foundations

Test what you learned.

8 questions on NestJS Foundations. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Foundations — Chapter Quiz

Test your understanding of Nest's core building blocks.

0/ 9
  1. Question 1
    1

    Which file is the entry point of a freshly scaffolded Nest app?

  2. Question 2
    2

    What does the @Module decorator's providers array contain?

  3. Question 3
    3

    Which decorator marks a class as a controller that handles HTTP requests?

  4. Question 4
    4

    Which HTTP platform does Nest use by default?

  5. Question 5
    5

    What is the role of the root AppModule?

  6. Question 6
    6

    A Nest provider must always be decorated with @Injectable().

  7. Question 7
    7

    The CLI command to scaffold a new project is nest ___ my-app.

  8. Question 8
    8

    Which of the following are valid @Module properties?

    Select all that apply.

Pick an answer — instant feedback as you go.