Chapter quiz · Caching & Rendering

Test what you learned.

8 questions on Caching & Rendering. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Caching & Rendering — Chapter Quiz

Eight questions on rendering modes, the four caches, and revalidation.

0/ 9
  1. Question 1
    1

    Which of these forces a route to be rendered dynamically?

  2. Question 2
    2

    What does export const revalidate = 60 do at the top of a page?

  3. Question 3
    3

    What is the default cache behaviour of fetch(url) in a Server Component?

  4. Question 4
    4

    The Router Cache lives on the server and is shared between users.

  5. Question 5
    5

    Within a single render, two components call fetch(sameUrl). How many network requests fire?

  6. Question 6
    6

    Which function invalidates every cached fetch tagged with a given string?

  7. Question 7
    7

    In the build output, the symbol means a route is ________.

  8. Question 8
    8

    Which approaches opt a fetch out of the Data Cache?

    Select all that apply.

Pick an answer — instant feedback as you go.