Chapter quiz · Production & Tooling

Test what you learned.

8 questions on Production & Tooling. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Production & Tooling — Chapter Quiz

Test your knowledge of config, logging, caching, queues, testing, and deployment.

0/ 9
  1. Question 1
    1

    What does @nestjs/config primarily provide?

  2. Question 2
    2

    Which interceptor caches GET responses automatically?

  3. Question 3
    3

    What underlying technology powers BullMQ queues?

  4. Question 4
    4

    Which decorator schedules a method to run on a cron expression?

  5. Question 5
    5

    In a multi-stage Dockerfile, why is the build stage separate from the runtime stage?

  6. Question 6
    6

    Test.createTestingModule lets you override providers with mocks.

  7. Question 7
    7

    For high-performance structured logging in Nest, swap the default logger for nestjs-___.

  8. Question 8
    8

    Which steps are worth doing before deploying a Nest app to production?

    Select all that apply.

Pick an answer — instant feedback as you go.