1. UPDATE
2. OP_UPDATE
3. OP_UPDATES
4. All of the mentioned
OP_UPDATE
1. db.explain()
2. cursor.explain()
3. cursor.explainstats()
4. all of the mentioned
cursor.explain()
1. mongod
2. mongos
3. mongo
4. mongoc
mongod
1. commitIntervMs
2. commitInterval
3. commitIntervalMs
4. all of the mentioned
commitIntervalMs
1. Pascal
2. C++
3. C
4. Java
C
1. $catch
2. $match
3. $batch
4. All of the mentioned
$match
1. selection
2. projection
3. union
4. none of the mentioned
projection
1. CRUD
2. GRID
3. READ
4. All of the mentioned
CRUD
1. while (var i = 1; i
2. for (var i = 1; i
3. for (var i = 1; i
4. None of the mentioned
for (var i = 1; i <= 25; i++) { db.testData.insert( { x : i } ) }
1. 13
2. 16
3. 12
4. 10
12