

InterviewSolution
Saved Bookmarks
1. |
Point out the wrong statement.(a) REST does provide administrative access, and its accessibility represents a vulnerability in a secure environment(b) REST API does provide any support for insert, update, or remove operations(c) The net.http.RESTInterfaceEnabled configuration makes the http status interface, which is read-only by default, fully interactive(d) None of the mentionedThe question was asked by my school principal while I was bunking the class.Query is from Security and MongoDB API Interfaces topic in portion Production Checklist, Security Concepts and Network Security of MongoDB |
Answer» RIGHT CHOICE is (b) REST API does provide any SUPPORT for INSERT, update, or remove operations The best I can explain: REST API does not provide any support for insert, update, or remove operations. |
|