Next.js bank Routing & Navigation Next.js / 5 questions Your progress 0 / 5 done Saved in this browser. Reset All 5 Easy 1 Medium 3 Hard 1 Hide done No questions match those filters. 1 How does file-based routing work, and what are dynamic (`[id]`) and catch-all (`[...slug]`) segments? Easy 2 What are route groups `(group)` and parallel routes `@slot` for? Medium 3 How does `<Link>` prefetching work, and when would you disable it? Medium 4 What are intercepting routes, and give a real use case (e.g. a modal that's also a real page)? Hard 5 How do you read search params and route params in a Server Component vs a Client Component? Medium ← Previous Data Fetching & Caching Next → Optimization