What is Node.js?
What engine does Node.js use to execute JavaScript?
Which command checks the installed Node.js version?
What does npm stand for?
What command initializes a new Node.js project?
What is Express.js in Node.js?
Which command installs Express in a Node project?
What method is used to define a GET route in Express?
What does app.listen() do in an Express app?
What is middleware in Express?
What does JWT stand for in Node.js authentication?
Which module is commonly used for real-time communication in Node.js?
What is the purpose of the cluster module in Node.js?
Which package is used for caching in Node.js with Redis?
What does the helmet package do in a Node.js app?