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

Best explanation: MongoDB INCLUDES a NUMBER of commands that report on the state of the DATABASE.



Discussion

No Comment Found

Related InterviewSolutions