Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The mongo shell and the drivers provide several cursor methods that call on the cursor returned by the _______ method to modify its behavior.

a) cursor()
b) find()
c) findc()
d) none of the mentioned

Answer: b
Explanation: The method iterates completely the cursor, loading all the documents.

Join The Discussion