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()

The best explanation: Only use db.killOp() to terminate operations initiated by CLIENTS and do not terminate INTERNAL DATABASE operations.



Discussion

No Comment Found

Related InterviewSolutions