Backend Postassessment Pratyaksh Athani

Backend Postassessment Pratyaksh Athani

University

33 Qs

quiz-placeholder

Similar activities

Materi_Ujian_PPAASSTTII

Materi_Ujian_PPAASSTTII

University

38 Qs

Refresher Course on "IoT"

Refresher Course on "IoT"

University

30 Qs

FINLTYS FINAL FIGHT

FINLTYS FINAL FIGHT

University

30 Qs

EC8071_CR_WEEKLY_QUIZ_V_(06.10.2020)

EC8071_CR_WEEKLY_QUIZ_V_(06.10.2020)

University

30 Qs

front end postassessment quiz link for backend (Gadag) -  Rafiq,

front end postassessment quiz link for backend (Gadag) - Rafiq,

University

33 Qs

A4 Belgum FrontEnd Post Assessment Sandeep

A4 Belgum FrontEnd Post Assessment Sandeep

University

30 Qs

expert promapan

expert promapan

University

30 Qs

Cardiovascular System Quiz

Cardiovascular System Quiz

University

30 Qs

Backend Postassessment Pratyaksh Athani

Backend Postassessment Pratyaksh Athani

Assessment

Quiz

Other

University

Hard

Created by

soham vyas

FREE Resource

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Node.js primarily used for?
Frontend scripting
Server-side scripting
Database management
Styling web pages

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which feature of Node.js allows it to handle many requests without blocking the thread?
Multithreading
Non-blocking I/O
Asynchronous DOM manipulation
Synchronous loops

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What module is used to handle file operations in Node.js?
os
http
fs
path

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you import a module in CommonJS format?
const fs = require('fs');
import fs from 'fs';
using fs
load('fs')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a middleware in Express?
express.json()
express.urlencoded()
express.logger()
Custom middleware

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTTP method is used to create a new resource?
GET
POST
PUT
DELETE

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a 404 HTTP status code indicate?
Resource not found
Bad request
Unauthorized
OK

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?