1.

When connected to a MongoDB instance, mongodump can adversely affect ______ performance.(a) mdump(b) mongodump(c) mongod(d) all of the mentionedThis question was posed to me during a job interview.My query is from Operational Strategies topic in section GridFS, BSON Datatype and Administration Concepts of MongoDB

Answer»

Right ANSWER is (C) mongod

Explanation: If your data is larger than system MEMORY, the queries will PUSH the WORKING set out of memory.



Discussion

No Comment Found

Related InterviewSolutions