Single Choice Easy

QWhat technical criticism was addressed in MongoDB version 3.4.0?

ID: #6892 MongoDB 130 views
Question Info
#6892Q ID
EasyDifficulty
MongoDBTopic

Choose the Best Option

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

  • A MongoDB could not do collation-based sorting
  • B Locks were implemented on a per-server process basis
  • C MongoDB could return stale reads
  • D Queries against an index were not atomic
Correct Answer

Explanation

Answer: MongoDB could return stale reads Explanation: In some failure scenarios where an application can access two distinct MongoDB processes, but these processes cannot access each other, it is possible for MongoDB to return stale reads. This issue was addressed since version 3.4.0 released in November 2016 (and back-ported to v3.2.12).

Share This Question

Challenge a friend or share with your study group.