

InterviewSolution
Saved Bookmarks
1. |
The HTTP interface is always available on the port numbered _________ greater than the primary mongod port.(a) 1000(b) 2000(c) 3000(d) None of the mentioned |
Answer» Correct answer is (a) 1000 Easiest explanation: By default, the HTTP interface port is 28017, but is indirectly set using the port option which allows you to configure the primary mongod port. |
|