NEW
Font size
WorksheetsFull Stack QUIZ
Total questions: 10
Worksheet time: 5mins
Which of the following is a NoSQL Database Type ?
SQL
Document databases
JSON
All of the mentioned
MongoDB has been adopted as ________ software by a number of major websites and services.
frontend
backend
proprietary
all of the mentioned
Which of the following module is required to create a web server?
url module
net module
http module
- web module
NodeJS is
Asynchronous
Synchronous
How Node.js modules are available externally
module.exports
module.spread
module.expose
none of these
What is Callback
It is a technique in which a function is executed after executing the calling function
Only calls a specific function
Node of these
NodeJS uses an event-driven, non-blocking I/O model
True
False
Which of the following needs to be updated to achieve dynamic UI updates?
State
Props
React considers everything as _______.
User interface
elements
components
Objects
React is mainly for building _____________.
Database
Connectivity
User interface
Design platform
