MongoDB MongoDB Question #6891
Single Choice Easy

QWhat security measure did MongoDB implement in its 2.6 release onwards?

ID: #6891 MongoDB 120 views
Question Info
#6891Q ID
EasyDifficulty
MongoDBTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • 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
Correct Answer

Explanation

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 Question

Challenge a friend or share with your study group.