Home »
MCQs »
MongoDB MCQs
MongoDB does not enable access control by default
47. MongoDB does not enable access control by default.
- True
- False
Answer: A) True
Explanation:
By default, MongoDB does not allow for the use of access control. Authorization can be enabled by specifying the —auth option or the security.authorization setting. Client authorization is enabled as a result of enabling internal authentication.