

InterviewSolution
Saved Bookmarks
1. |
_________ terminates an operation as specified by the operation ID.(a) db.killOp()(b) db.kill()(c) db.remove()(d) none of the mentionedI have been asked this question in an interview for internship.My question is based upon Collection-Level Access Control in chapter Production Checklist, Security Concepts and Network Security of MongoDB |
Answer» The correct ANSWER is (a) db.killOp() |
|