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

Eight questions on testing, debugging, logging, deployment, monitoring, security.

0/ 9
  1. Question 1
    1

    What is node --test?

  2. Question 2
    2

    Which is the best logging format for production?

  3. Question 3
    3

    Every production Node app should set up an error tracker like Sentry.

  4. Question 4
    4

    What signal does Docker send to stop a container gracefully?

  5. Question 5
    5

    Why use multi-stage Docker builds for Node?

  6. Question 6
    6

    One line of middleware that sets ~12 security headers: app.use(___()).

  7. Question 7
    7

    What should a /healthz endpoint do?

  8. Question 8
    8

    Which are valid PRACTICAL security wins for a new Node app?

    Select all that apply.

Pick an answer — instant feedback as you go.