Node JS Quiz 3 | Englishfreetest.com

  • Do test 20 minutes
  • Number Questions: 10 questions
  • By: englishfreetest.com

Here's the exercise 'Node JS Quiz 3 | Englishfreetest.com' about Technical Quiz - Technical Tests.


Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology

You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.

Finally, click here to "Test" for start practice exercise .

  • Test content
    A. Core node debugger
    B. Console
    C. REPL
    D. Node Inspector
    A. Readable stream is used for read operation
    B. Output of readable stream can be input to a writable stream
    C. Both of the above
    D. None of the above
    A. Every method in fs module have synchronous as well as asynchronous form
    B. Asynchronous methods of fs module take last parameter as completion function callback and first parameter of the callback function as error
    C. Both of the above
    D. None of the above
    A. url module
    B. net module
    C. http module
    D. web module
    A. path.normalize('/test/test1//2slashes/1slash/tab/..')
    B. fs.normalize('/test/test1//2slashes/1slash/tab/..')
    C. os.normalize('/test/test1//2slashes/1slash/tab/..')
    D. None of the above
    A. $ node
    B. $ node start
    C. $ node repl
    D. $ node console
    A. to get the last command used
    B. to get the last result
    C. to store the result
    D. None of the above
    A. fs.open(path, flags[, mode], callback)
    B. fs.stat(path, callback)
    C. fs.readFile(path, flags[, mode], callback)
    D. None of the above
    A. fs.readDirectory(path[, mode], callback)
    B. fs.read(path[, mode], callback)
    C. fs.readdir(path, callback)
    D. None of the above