Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 582 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 582 Bytes

InterviewJS

a repository for sharable interview questions you and/or your company use for JS Candidates.

NodeJS Interview Questions: Jordan

  1. What are the benefits and or drawbacks of using the express framework with NodeJS?
  2. Explain the development/production package dependencies used by the Node Package Manager (NPM) install command.
  3. How does NodeJS handle child processes?
  4. What is the core/community established convention for a Node functions first parameter?
  5. What engine does NodeJS run on?
  6. Write an HTTP server with NodeJS, using only the http module.