a) Wirecap b) Libpcap c) Wcap d) none of the mentioned Answer: b Explanation: A cross-platform alternative is an open ...
View QuestionWhich of the following tool is similar to the UNIX/Linux top utility?
a) mongosniff b) mongotop c) mongooplog d) mongofiles Answer: b Explanation: By default, mongotop returns values every ...
View Questionmongostat tool is similar to the UNIX/Linux _________ utility.
a) stats b) vim c) vmstat d) all of the mentioned Answer: c Explanation: vmstat is a computer ...
View Question___________ 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) mongofiles Answer: a Explanation: It describes how many inserts, updates, removes, queries, ...
View Question__________ provides statistics on the per-collection level.
a) mongosniff b) mongotop c) mongooplog d) mongofiles Answer: b Explanation: mongotop is a command-line tool ...
View QuestionPoint out the wrong statement.
a) MongoHub is a native OS-X-application for MongoDB management b) Cassandra is most popular for its document stores ...
View QuestionWhich of the following is web-based client software for MongoDB?
a) BI Studio b) Database Master c) Fang of Mongo d) Mongo3 Answer: b Explanation: Futon4Mongo is a clone ...
View QuestionAdministrative information in MongoDB can also be accessed through _____________
a) dashboard b) web interface c) psql shell d) All of the mentioned Answer: b Explanation: Web interface is ...
View QuestionPoint out the correct statement.
a) Humon.io is a Web based GUI for MongoDB b) Mongo3 is a java-based GUI c) NoSQL Manager for ...
View QuestionWhat is the interactive shell for MongoDB called?
a) mongo b) mongodb c) dbmong d) None of the mentioned Answer: a Explanation: Interactive shell lets developers view, insert, remove, ...
View Question