Question Bank
3705 approved questions from the community
What are soft deletes in TypeORM?
What is the main difference between NestJS and Angular?
What are the advantages of using SSE for real-time communication? (Select all that apply)
What roles can middleware play in a microservices setup? (Select all that apply)
What types of versioning are supported in NestJS? (Select all that apply)
How can you secure a NestJS application? (Select all that apply)
What types of modules exist in NestJS? (Select all that apply)
Dynamic import in Next.js allows components to be loaded on demand.
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.
Next.js supports API routes, allowing you to build backend functionality within the same codebase.
The Link component in Next.js is used for client-side navigation between pages.
Next.js supports both client-side and server-side rendering.
When should you choose the App Router over the Pages Router?
What is the Edge Runtime in Next.js?
How do you add a sitemap in a Next.js app?
What is the purpose of the `next export` command?
What is the purpose of nested layouts in the App Router?
How do you configure Webpack in Next.js?