Exit Node.js Pre Test Default Section Question Title * 1. The programing language of Node.js is1. Java only Python only JavaScript only There are numerous choices Do Not Know Question Title * 2. Node.js is a very modular environment, which of the following is the tool to install a module? node –install yarn npm install express --install Do not know Question Title * 3. Which of the following node.js command will notify your applicaion when a file contents changes? touch fs.notify fs.watch process(fileName) Do not know Question Title * 4. Which of the following will provide access to a Node.js module? import include require bind Do not know Question Title * 5. Which of the following is the preferred Node.js serialization format? XML JSON A Node.js Marshalled Object A SSTable Do not know Question Title * 6. What is the Node.js file that describes a project? package.json project.conf config.xml node.config Do not know Question Title * 7. Node.js is a Client-Side technology, it run in the Browser. True False Do not know Question Title * 8. What is Express? A Node.js module to support Databases A Node.js module to support Messaging applications A Node.js module to support Unit Testing A Node.js module to support Web Applications Do not know Question Title * 9. Which of the following is the preferred IDE to write Node.js applications? Noder Eclipse Visual Studio None of the above Do not know Question Title * 10. Which of the following will register an event handler for a readable stream rs? rs.register(...) rs.on(...) rs.assignHandler(...) rs.setEventHandler(...) Do not know Done