Back to Tech Interviews

Next.js Interview Master

Curated 25+ essential Next.js questions covering App Router, SSR, Server Components, caching, and routing patterns.

Total: 25 QuestionsLearned: 0 / 25 (0%)
Difficulty Filters

Tools & Options
Showing 25 of 25 questions
Beginner
What is Next.js, and what are its key features?
Beginner
What is the App Router in Next.js?
Beginner
What is the difference between React Server Components (RSC) and Client Components?
Beginner
How do you define a Client Component in the App Router?
Beginner
What is Server-Side Rendering (SSR) in Next.js?
Beginner
What is Static Site Generation (SSG) in Next.js?
Intermediate
What is Incremental Static Regeneration (ISR)?
Intermediate
What are Server Actions in Next.js?
Intermediate
What is Next.js Middleware?
Intermediate
How do you fetch data in the App Router?
Intermediate
How does caching work in Next.js (App Router)?
Beginner
What is dynamic routing in Next.js App Router?
Intermediate
What are Route Handlers in Next.js?
Intermediate
What is static metadata versus dynamic metadata?
Beginner
How does `next/image` optimize images?
Beginner
What is co-location in Next.js App Router?
Intermediate
What are Layouts and Templates in Next.js?
Advanced
Explain the `generateStaticParams` function.
Advanced
What is draft mode in Next.js?
Intermediate
How do you handle errors in Next.js App Router?
Beginner
How do you co-locate styles using CSS Modules in Next.js?
Beginner
What is `next/font`?
Advanced
What is Parallel Routes in Next.js?
Advanced
What is Intercepting Routes?
Advanced
How can you disable static caching on a page?