Question Bank
1085 approved questions from the community
Services in NestJS are responsible for business logic and interacting with data sources.
Controllers in NestJS are responsible for handling incoming requests and returning responses to the client.
NestJS fully supports TypeScript.
Modules in NestJS are singletons by default.
Which module is used to load environment variables in NestJS?
What is the purpose of the Head component in Next.js?
What is the default port for a Next.js application?
What is the Pages Router in Next.js?
What is the purpose of the `_app.js` file in Next.js Pages Router?
How do you create a 404 page in Next.js?
What is the App Router in Next.js?
How do you enable TypeScript in a Next.js project?
What is Next.js?
What is file-based routing in Next.js?
What is the purpose of the `public` folder in Next.js?
What is the purpose of the `useRouter` hook in Next.js?
What is Fast Refresh in Next.js?
How do you handle environment variables in Next.js?
Next.js supports both client-side and server-side rendering.
Next.js supports API routes, allowing you to build backend functionality within the same codebase.