Chapter quiz · Next.js Foundations

Test what you learned.

8 questions on Next.js Foundations. Pass 70% to clear the chapter.

← Review chapter lessons

Quiz

Next.js Foundations — Chapter Quiz

Eight questions on Next.js, create-next-app, App Router, and file conventions.

0/ 9
  1. Question 1
    1

    What does npx create-next-app@latest do?

  2. Question 2
    2

    Which file is the homepage at / in App Router?

  3. Question 3
    3

    What does app/layout.tsx do?

  4. Question 4
    4

    In App Router, components are Server Components by default.

  5. Question 5
    5

    What is app/loading.tsx?

  6. Question 6
    6

    What does app/error.tsx do?

  7. Question 7
    7

    The directive that turns a file into a Client Component is __________.

  8. Question 8
    8

    Which of these are reserved file conventions in App Router?

    Select all that apply.

Pick an answer — instant feedback as you go.