

InterviewSolution
Saved Bookmarks
1. |
The net.http.RESTInterfaceEnabled setting for mongod enables a fully interactive administrative __________ interface, which is disabled by default.(a) Restful(b) Rest(c) WebService(d) All of the mentioned |
Answer» Correct choice is (b) Rest The explanation: The REST interface does not support any authentication and you should always restrict access to this interface to only allow trusted clients to connect to this port. |
|