

InterviewSolution
Saved Bookmarks
1. |
The enabled setting for mongod and mongos instances disables the __________ status page.(a) home(b) primary(c) secondary(d) none of the mentionedI got this question in exam.My question is based upon Network Exposure and Security in portion Production Checklist, Security Concepts and Network Security of MongoDB |
Answer» CORRECT option is (a) home The explanation is: The MONGOD and MONGOS instances run with the HTTP INTERFACE disabled by default. |
|