Chapter quiz · Data & Beyond REST

Test what you learned.

8 questions on Data & Beyond REST. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Data & Beyond REST — Chapter Quiz

Eight questions on databases, ORMs, uploads, SSE, WebSockets, GraphQL, queues, webhooks.

0/ 8
  1. Question 1
    1

    Why use a connection pool (e.g., pg.Pool)?

  2. Question 2
    2

    What's the right way to handle a 500 MB file upload?

  3. Question 3
    3

    Server-Sent Events are bi-directional.

  4. Question 4
    4

    Why verify webhook signatures BEFORE parsing the body as JSON?

  5. Question 5
    5

    What does BullMQ use as its underlying store?

  6. Question 6
    6

    The fastest way to handle a slow webhook is to verify, enqueue, and reply ___.

  7. Question 7
    7

    When does GraphQL beat REST?

  8. Question 8
    8

    What's the DataLoader pattern for?

Pick an answer — instant feedback as you go.