Q.1
Which statement execute the code of sample.js file?
  • nodejs sample.js
  • node sample.js
  • sample.js
  • None of the above
Q.2
To install Node.js express module
  • $ npm install express
  • $ node install express
  • $ install express
  • None of above
Q.3
NodeJs is ___________ Language.
  • Server Side
  • Client Side
  • Both
  • None of the above
Q.4
When was MongoDB created?
  • In January 2008
  • In February 2009
  • In March 2010
  • In April 2011
Q.5
Node.js is available for the following operating systems
  • Mac OS, Linux
  • Windows, Mac OS, Linux
  • Linux
  • Windows, Mac OS
Q.6
Node Js is
  • Synchronous
  • Asynchronous
Q.7
Npm stands for
  • Node Project Manager
  • Node Package Manager
  • New Project Manager
  • Nodes Packages Manager
Q.8
Is node js multithreaded?
  • Yes
  • No
Q.9
Command to show installed version of Node
  • npm --version
  • node --version
  • npm get version
  • node get version
Q.10
Which of the following are not Node.js web application frameworks for?
  • Express.js
  • Geddy
  • Aurelia
  • Locomotive
Q.11
How can we create instance of http module ?
  • var http = new require("http");
  • var http = new http();
  • var http = require("http");
  • None of the above
Q.12
How can we check the current version of NPM?
  • npm --ver
  • npm --version
  • npm help
  • None of the above
Q.13
How Node.js modules are available externally
  • module.exports
  • module.spread
  • module.expose
  • none of the above
Q.14
The $ npm ls statement is used to list down all the locally installed module?
  • True
  • False
Q.15
Which function is used to include modules in Node Js.
  • include();
  • require();
  • attach();
Q.16
When was NPM created?
  • In January 2010
  • In August 2011
  • In February 2012
  • In April 2013
Q.17
Which function is used to include the modules in Node.js
  • include();
  • require();
  • attach();
  • None of the above
Q.18
Where is captured values are populated regarding route parameters?
  • req.params object
  • app.locals object
  • req.data object
  • none of the above
Q.19
Which of the following technology is not used in Ajax
  • JavaScript
  • Document Object Model
  • XMLHttp Request
  • Flash
Q.20
When did Ryan Dahl authored Node.js?
  • 2007
  • 2008
  • 2009
  • 2010
0 h : 0 m : 1 s