NEW
Font size
WorksheetsMERN Stack Tech Quiz
Total questions: 50
Worksheet time: 25mins
What does the 'M' in MERN stand for?
MongoDB
MySQL
Mongoose
Markdown
Which language runs in the browser?
Node.js
React.js
JavaScript
Express.js
JSX stands for?
JavaScript XML
Java Syntax Extension
JSON XML
Java Servlet Extension
What does useState return?
array
object
function
boolean
React is a ___ library.
UI
Database
Backend
Full-stack
Node.js is built on which engine?
Chakra
SpiderMonkey
V8
Rhino
Which of the following is a NoSQL DB?
MySQL
PostgreSQL
MongoDB
Oracle
Which command starts a React app?
node start
react init
npm start
yarn run-app
Which hook runs after every render?
useFetch
useState
useEffect
useRef
What is the default MongoDB port?
3306
27017
5432
3000
Which method is used to send JSON in Express?
res.text()
res.render()
res.json()
res.html()
Which HTTP method is used to update data?
GET
POST
PUT
DELETE
In React, components must return:
Object
JSX
Function
Null
What is middleware in Express?
Data parser
Route Handler
Bridge function
All of the above
What's the use of useRef() in React?
store form
focus input
persist values
update state
Which command creates a React app?
npx create-react-app myApp
npm init react
create-react myApp
react-start
Which of these is a React lifecycle hook?
useLife()
useTime()
useEffect()
useNow()
MongoDB stores data as:
Tables
Rows
Collections
Sheets
What is the React key prop used for?
Styling
Animation
Uniqueness
Navigation
Which of these is a routing package in React?
react-move
react-router-dom
react-path
express-route
Express is used in Node to:
Handle DB
Route APIs
Store files
Compile Sass
What is req.params in Express?
Body data
Header
URL parameters
JSON object
What will typeof null return?
object
null
undefined
string
Which is NOT a JavaScript data type?
Boolean
Undefined
Float
Symbol
What is async/await used for?
Styling
API Handling
Time tracking
CSS loading
What is returned by Array.isArray([])?
false
undefined
true
error
Which function creates a MongoDB schema?
Schema()
new Schema()
mongoose.Schema()
defineSchema()
React was developed by?
Meta
Microsoft
Amazon
Which of these is NOT part of MERN?
Angular
Express
Node
React
Which tech superhero best represents React?
Hulk
Iron Man
Thor
Batman
What does CPU stand for?
Central Processing Unit
Computer Power Unit
Control Processing Unit
Central Program Unit
What is the brain of the computer?
RAM
CPU
GPU
Hard Drive
Which company developed the iPhone?
Microsoft
Apple
Samsung
What is the full form of HTML?
HyperText Markup Language
Hyper Tool Multi Language
HighText Modern Language
Hyper Transfer Markup
What does HTTP stand for?
Hyper Transfer Text Protocol
HyperText Transfer Protocol
HighText Technical Protocol
HyperText Technical Program
Shortcut for 'Copy' on PC?
Ctrl + A
Ctrl + C
Ctrl + V
Ctrl + X
Which is not a programming language?
HTML
JavaScript
Python
C++
Tech used for internet phone calls?
VoIP
Bluetooth
Fiber
TCP
What does AI stand for?
Automatic Input
Artificial Intelligence
Applied Internet
Automated Interface
Which is not an operating system?
Windows
Linux
MacOS
What kind of device is a keyboard?
Input
Output
Storage
Processing
Which browser is made by Google?
Firefox
Safari
Chrome
Edge
Who owns Android OS?
Apple
Microsoft
IBM
Language of the Web?
C
Java
Python
JavaScript
What is used to style websites?
HTML
Java
Python
CSS
Which is a cloud computing platform?
AWS
PHP
HTTP
CSS
Which is a DB tool?
Photoshop
Chrome
MySQL
Linux
What is a bug in code?
Virus
Update
Error
Patch
Who is called the father of computers?
Bill Gates
Alan Turing
Charles Babbage
Steve Jobs
Fixing a bug is called?
Cracking
Debugging
Smashing
Patching
