

InterviewSolution
Saved Bookmarks
1. |
_______ method is useful tool for identifying the database instance’s in-progress operations.(a) db.current(b) db.currentOp(c) db.Op(d) none of the mentionedThe question was posed to me during an internship interview.My doubt stems from Monitoring forMongoDB in chapter GridFS, BSON Datatype and Administration Concepts of MongoDB |
Answer» The correct CHOICE is (b) db.currentOp |
|