Question Bank
1085 approved questions from the community
Docker Compose supports scaling services to run multiple instances easily.
Docker Compose can define custom networks and volumes for your application.
What does the PID namespace in Docker isolate?
How do you enable CORS in NestJS?
Which interface must a pipe class implement in NestJS?
Which decorator is used to declare a class as a controller in NestJS?
What command is used to install the NestJS CLI globally?
NestJS was first released on October 5, 2016.
Who developed NestJS?
Which of the following are main components of a NestJS application? (Select all that apply)
Which testing frameworks work best with NestJS? (Select all that apply)
What decorator is used to handle DELETE requests in NestJS?
Which decorator is used to enable Server-Sent Events on a route in NestJS?
Which decorator is used to schedule a task in NestJS?
What is the entry file of a NestJS application?
Guards in NestJS return true to allow a request to proceed to the route handler.
Which interface must a guard class implement in NestJS?
What is the primary purpose of the @Body() decorator in NestJS?
Which decorator is used to access route parameters in a NestJS controller?
What is NestJS?