Direction: Choose the correct option
Q1.
How do you insert a document using the Node.js driver?
Direction: Choose the correct option
Q2.
What does `collection.find({})` return in the Node.js driver?
Direction: Choose the correct option
Q3.
How do you update a document with the Node.js driver?
Direction: Choose the correct option
Q4.
What is the purpose of `result.deletedCount` after a delete operation?
Direction: Choose the correct option
Q5.
How do you convert a cursor returned by `find()` to an array of documents?
