Question Bank
1899 approved questions from the community
Next.js is suitable for building large-scale applications.
Next.js supports React Strict Mode to help identify potential problems in an application.
How do you create dynamic routes in the App Router?
What is middleware in Next.js?
In Next.js, environment variables prefixed with NEXT_PUBLIC_ are exposed to the browser.
Next.js automatically code-splits JavaScript bundles to load only the code needed for each page.
You can use both App Router and Pages Router in the same Next.js project.
What is the purpose of the Image component in Next.js?
In the App Router, all components are Server Components by default.
The Link component in Next.js is used for client-side navigation between pages.
Which of the following are key features of Next.js? (Select all that apply)
Which of the following are benefits of React Server Components? (Select all that apply)
Which of the following are benefits of using server actions in Next.js? (Select all that apply)
Which of the following are common performance optimization techniques in Next.js? (Select all that apply)
What is the purpose of the 'params' keyword in C#?
What is a Common Table Expression (CTE) in SQL?
What are extension methods in C#?
What is Entity Framework?
What is the ThreadPool in .NET?
What is LINQ in C#?