

InterviewSolution
Saved Bookmarks
1. |
________ contains a counter of the total number of clients with active operations in progress or queued.(a) globalLock.active(b) localLock.activeClients(c) globalLock.activeClients(d) all of the mentionedThe question was posed to me in examination.My question is based upon MongoDB Maintenance topic in portion GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» The correct answer is (C) globalLock.activeClients |
|