1.

___________ is a command-line tool that displays a summary list of status statistics for a currently running MongoDB instance.(a) mongostat(b) mongotop(c) mongooplog(d) mongofilesThe question was posed to me at a job interview.My question is taken from Installation topic in section MongoDB Enterprise and Packages of MongoDB

Answer»

Correct ANSWER is (a) mongostat

Easy EXPLANATION: It describes how many inserts, updates, removes, queries, and COMMANDS were performed, as well as what percentage of the time the database was locked and how much MEMORY it is USING.



Discussion

No Comment Found

Related InterviewSolutions