Direction: Choose the correct option
Q1.
Which official MongoDB driver is used to connect Node.js to MongoDB?
Direction: Choose the correct option
Q2.
How do you establish a connection to MongoDB using the official Node.js driver?
Direction: Choose the correct option
Q3.
What is the typical connection string format for a local MongoDB instance?
Direction: Choose the correct option
Q4.
What does `MongoClient.connect()` return or accept as a callback?
Direction: Choose the correct option
Q5.
After connecting with `MongoClient`, how do you access a specific database?
