Chapter quiz · Routing & Navigation

Test what you learned.

8 questions on Routing & Navigation. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Routing & Navigation — Chapter Quiz

Eight questions on file-based routing, dynamic segments, Link, and route handlers.

0/ 9
  1. Question 1
    1

    Which folder name produces a dynamic segment matching a single value?

  2. Question 2
    2

    What does [...slug] match?

  3. Question 3
    3

    What does a folder named (auth) do?

  4. Question 4
    4

    A route.ts file and a page.tsx file can coexist in the same folder.

  5. Question 5
    5

    Which import gives you the Link component?

  6. Question 6
    6

    What does calling notFound() inside a server component do?

  7. Question 7
    7

    Parallel routes use folders prefixed with ____ (e.g. @modal).

  8. Question 8
    8

    Which HTTP methods can a route.ts file export?

    Select all that apply.

Pick an answer — instant feedback as you go.