Loading

Quipoin Menu

Learn • Practice • Grow

express-js / Express.js Overview
mcq
Direction: Choose the correct option

Q1.

What is Express.js?
A. A database management system
B. A JavaScript library for building user interfaces
C. A minimal and flexible Node.js web application framework
D. A CSS preprocessor
Direction: Choose the correct option

Q2.

Which of the following is a core feature of Express.js?
A. Routing and middleware support
B. Built-in ORM
C. Template engine only
D. Database connectivity
Direction: Choose the correct option

Q3.

Express.js is built on top of which core Node.js module?
A. path
B. url
C. http
D. fs
Direction: Choose the correct option

Q4.

Which statement about Express.js is true?
A. Express is a key component of the MEAN (MongoDB, Express, Angular, Node) stack.
B. It is a full-stack framework including a frontend library
C. It cannot handle static files
D. It requires a database by default
Direction: Choose the correct option

Q5.

Who originally created Express.js?
A. Microsoft
B. TJ Holowaychuk
C. Facebook
D. Google