Session - Express & Middleware

Session - Express & Middleware

University

5 Qs

quiz-placeholder

Similar activities

System Architecture

System Architecture

University

10 Qs

Java MVC Framework Quiz

Java MVC Framework Quiz

University

10 Qs

Test Your Understanding - Application Layer

Test Your Understanding - Application Layer

University

10 Qs

Chapter 4 Middleware Overview

Chapter 4 Middleware Overview

University

8 Qs

Introduction to HTML

Introduction to HTML

University

10 Qs

expressjs 2

expressjs 2

University

9 Qs

Telecommunications & Networking

Telecommunications & Networking

9th Grade - University

10 Qs

Express.js

Express.js

University

10 Qs

Session - Express & Middleware

Session - Express & Middleware

Assessment

Quiz

Computers

University

Medium

Created by

Mike Denton

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the difference between a GET and POST request?

GET is used for viewing something, without changing it, while POST is used for changing something

GET & POST are both read only for viewing something

GET & POST are both used to change and persist data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a REST API?

A client side scripting library

A server side software application

An application programming interface

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does REST stand for?

Ruby Exponent Storage Transfer

Representational State Transfer

Read Elektron Static Transfer

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is Express in Node.js?

A POSIX tool used to transfer and buffer streams of data

A database middleware wrapper

A back end web framework

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Why use an Express router?

Handles web navigation and component rendering

Handles socket and tcp connections

Help organize and protect web requests