Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following should is used to check whether collection is capped or not?

a) isCAP()
b) isCapped()
c) isColl()
d) none of the mentioned

Answer: b
Explanation: Use the isCapped() method to determine if a collection is capped, as: db.collection.isCapped().

Join The Discussion