Direction: Choose the correct option
Q1.
Which package is commonly used to connect Node.js to MongoDB?
Direction: Choose the correct option
Q2.
How do you connect to MongoDB using the official driver?
Direction: Choose the correct option
Q3.
What is Mongoose?
Direction: Choose the correct option
Q4.
What does `mongoose.connect('mongodb://localhost/mydb')` do?
Direction: Choose the correct option
Q5.
Why should connection strings be stored in environment variables?
