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

The best explanation: The activeClients data structure provides more granular information about the NUMBER of connected clients and the OPERATION TYPES (e.g. read or WRITE) performed by these clients.



Discussion

No Comment Found

Related InterviewSolutions