What is Express.js?
How do you install Express.js?
What is the primary use of Express.js?
What function is used to create an Express application?
Which method handles HTTP GET requests?
What is the main purpose of express.Router()?
Which middleware is used to parse incoming JSON payloads?
How do you register a custom middleware in Express?
What is the default behavior of Express when an error is thrown?
Which of the following is a templating engine supported by Express?
Which middleware is commonly used for security hardening in Express.js?
What is Passport.js mainly used for?
What does RBAC stand for?
Which library is used for file upload in Express.js?
What does res.locals store?