

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) MMS offers point in time recovery of MongoDB replica sets(b) MongoDB provides a web interface that exposes diagnostic and monitoring information in a simple web page(c) db.Status() outputs an account of the state of a MongoDB instance(d) None of the mentioned |
Answer» Right answer is (b) MongoDB provides a web interface that exposes diagnostic and monitoring information in a simple web page To explain I would say: The web interface is accessible at localhost: |
|