- A Bind all networked connections to the database by default
- B Allow anyone to have full access to the database
- C Allow ransomware attacks to hold MongoDB servers hostage
- D None of the above
- Share this MCQ
Answer:
A
Share this MCQ
Answer: Bind all networked connections to the database by default
Explanation: From the MongoDB 2.6 release onwards, the binaries from the official MongoDB RPM and DEB packages bind to localhost by default. From MongoDB 3.6, this default behavior was extended to all MongoDB packages across all platforms. As a result, all networked connections to the database will be denied unless explicitly configured by an administrator.
Share this MCQ