Loading...
QUIZ

Certification Test

 
Que No. 1 ) Which of the following engine Node in core?

A.) Chrome V8
B.) Microsoft Chakra
C.) SpiderMonkey
D.) Node En


Que No. 2 ) Which of the following statement is correct?

A.) js is Server Side Language.
B.) js is the Client Side Language.
C.) js is both Server Side and Client Side Language
D.) None of the above.


Que No. 3 ) What does the REPL stand for?

A.) REPL stands for "Read Eval Print Loop."
B.) REPL stands for "Research Eval Program Learn."
C.) REPL stands for "Read Earn Point Learn."
D.) REPL stands for "Read Eval Point Loop."


Que No. 4 ) Which of the following command is used to start a REPL session?

A.) a$ node
B.) a$ node start
C.) $ node repl
D.) node console


Que No. 5 ) In which language is Node.js written?

A.) JavaScript
B.) CoffeeScript
C.) All of the above
D.) C


Que No. 6 ) Which of the following command is used to install the Node.js express module?

A.) $ npm install express
B.) $ node install express
C.) $ node install express c.
D.) None of the above


Que No. 7 ) What is Callback?

A.) The callback is a technique in which a method calls back the caller method.
B.) The callback is an asynchronous equivalent for a function.
C.) Both of the above. d. None of the above.
D.) None of the above.


Que No. 8 ) Which of the following extension is used to save the Node.js files?

A.) .js
B.) .java
C.) .node
D.) .txt


Que No. 9 ) The Node.js modules can be exposed using:

A.) expose
B.) module
C.) exports
D.) All of the above


Que No. 10 ) Which of the following module is not a built-in node module?

A.) zlib
B.) https
C.) dgram
D.) fsread