quiz nestjs 3

quiz nestjs 3

1st - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Guide Dogs For The Blind

Guide Dogs For The Blind

6th Grade - University

7 Qs

Housekeeping & Safety Barrier Inspection Training

Housekeeping & Safety Barrier Inspection Training

1st - 3rd Grade

15 Qs

The best fortnite quiz

The best fortnite quiz

6th Grade

7 Qs

Pump Regulation PC 4K

Pump Regulation PC 4K

1st - 3rd Grade

15 Qs

PLTS

PLTS

11th Grade

5 Qs

Airport Jobs Quiz

Airport Jobs Quiz

12th Grade

14 Qs

F.A.B X1 & competitor

F.A.B X1 & competitor

KG - 1st Grade

15 Qs

ITG Christmas Party Quiz

ITG Christmas Party Quiz

1st - 3rd Grade

11 Qs

quiz nestjs 3

quiz nestjs 3

Assessment

Quiz

Professional Development

1st - 12th Grade

Easy

Created by

Udacoding Official

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What are the available properties for the @Module() decorator?

requires, export, injects and provides

import, export, controls and provides

imports, exports, controller, and providers

2.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What is the first argument of the @Controller() decorator?

it is a string, describing the name of the controller

it is a string, describing the path / route that the controllers handles

it is a number, describing the amount of handlers in the controller

None of the above

3.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What are Data Transfer Objects used for?

DTOs are used to defined the shape of data will be returned to the client

DTOs define the shape of data of an incoming request, and allows us to re-use the definition throughout the application

DTOs define how we communicate between one module to another

4.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

What is the @Injectable() decorator used for?

It is used to define that a certain class should have a shared instance across the module. The instance can then be injected using Dependency Injection, and all injectors will have access to the same instance and its state

it is used to define that a class is a service

5.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

How would you retrieve the entire body parameters of a request?

By Prefixing the handler parameter with the @Param()

By Prefixing the handler parameter with the @Body()

By Prefixing the handler parameter with the @Body('all')

6.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

How would you define a handler that can retrieve the "id" parameter from a URL?

I'll add /:id to the handler's endpoint string definition. Then I can retrieve it using @Param('id')

It's not possible to retrieve parameters from the request URL, only from the body

It's not safe to pass such information in the request URL. I would use the request body for that

7.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

berapa default port dari nestjs ketika dijalankan ?

3000

300

30003

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?