next
Round
Technologies
Saved
Summary
Login
next
Round
Technologies
Saved
Summary
Login
Question Loading...
SSG
1. What is static site generation (SSG) in Next.js?
Level: Expert | Frequency: High
2. What are the benefits of Static Site Generation in Next.js?
Level: Expert | Frequency: High
3. What is Incremental Static Regeneration (ISR)?
Level: Expert | Frequency: High
4. What is are different revalidation strategies in Incremental Static Regeneration (ISR)?
Level: Expert | Frequency: High
5. How do we generate static pages in a NextJS project with the app router?
Level: Expert | Frequency: High
6. Discuss getStaticProps in brief
Level: Expert | Frequency: High
7. Discuss briefly getStaticPaths
Level: Expert | Frequency: High
8. What are the fallback options in getStaticPaths?
Level: Expert | Frequency: High
9. What is generateStaticParams in the App Router?
Level: Expert | Frequency: High
10. What types of pages are best suited for SSG?
Level: Expert | Frequency: High
11. How does SSG differ from SSR and CSR?
Level: Expert | Frequency: High
12. How does Next.js handle cache invalidation in ISR, and what are the pitfalls?
Level: Expert | Frequency: High
13. What is the difference between revalidatePath and revalidateTag? When do you use each?
Level: Expert | Frequency: High
14. How does SSG interact with middleware in Next.js?
Level: Expert | Frequency: High
15. What are the trade-offs between full static export (output: 'export') vs standard SSG with ISR?
Level: Expert | Frequency: High
16. How do you avoid build-time data staleness in SSG?
Level: Expert | Frequency: High
17. What is Partial Prerendering (PPR) and how does it relate to SSG?
Level: Expert | Frequency: High
18. How would you architect SSG for a site with 100,000+ pages?
Level: Expert | Frequency: High
19. How does SSG work in a monorepo or multi-zone Next.js architecture?
Level: Expert | Frequency: High
20. How would you debug a page that should be static but is being rendered dynamically?
Level: Expert | Frequency: High
All Topics
Basics
Project Structure
Runtime
Compiler
SSG
SSR
CSR
Routing
Route Handlers
Route Groups
Dynamic Routes
Parallel Routes
Intercepting Routes
Middleware
Server Actions
APIS
Data Fetching
Caching
Clients
Optimisation
i18n
Security
Architecture
Deployment
Accessibility