Kizspy | Question: 7
(Choose 2 answers)
Which steps are required to establish a connection to a MongoDB server using the MongoClient class?
A. Import the MongoClient class from the mongodb module with the require() statement.
B. Create an instance of the MongoDatabase class.
C. Call the connect() method on the MongoClient instance by passing the MongoDB server URL.
D. Use the import statement to import MongoClient.