

InterviewSolution
Saved Bookmarks
1. |
Which of the following flag can be set by mongo shell?(a) Timeout(b) noTimeout(c) Time(d) None of the mentioned |
Answer» Right option is (b) noTimeout For explanation: By default, the server will automatically close the cursor after 10 minutes of inactivity or if client has exhausted the cursor. |
|