Q.1.
What platform popularized RESTful JSON API's?
Q.2.
Who developed ExpressJS?
Q.3.
JSON was a native construct of which language?
Q.4.
Which foundation was created with the joint effort of node and JS?
Q.5.
Node.js application can access which of the following databases?
Q.6.
What does the fs module stand for?
Q.7.
Which module is used to serve static resources in Node.js?
Q.8.
How many Node object methods are available?
Q.9.
This is a visual development environment for NodeJS
Q.10.
What language is nodejs based from
Q.11.
The reason Node.js uses event callbacks is
Q.12.
Node.js is...
Q.13.
Node.js applications are run in a single-threaded event-driven model
Q.14.
In Node.js, HTTP Basic Authentication is quite recommended due to its inherent security strongness
Q.15.
From the request object we can obtain:
Q.16.
What is the default scope in NodeJs application.
Q.17.
The parameters in order that a middleware function receives are:
Q.18.
Node.js runs on :
Q.19.
Node.js is a JavaScript runtime environment built with Chrome's V8 JavaScript engine
Q.20.
When was the first non-Beta version of node was released?