

InterviewSolution
Saved Bookmarks
1. |
MongoDB supports the execution of JavaScript code for certain server-side operations like ____________(a) where(b) group(c) mapreduce(d) all of the mentionedThe question was posed to me in exam.The question is from Security Checklist topic in section Production Checklist, Security Concepts and Network Security of MongoDB |
Answer» CORRECT choice is (d) all of the mentioned To explain I would say: If you do not use these OPERATIONS, disable server-side SCRIPTING by using the –noscripting OPTION on the command line. |
|