1.  UPDATE

2.  OP_UPDATE

3.  OP_UPDATES

4.  All of the mentioned

4
Correct Answer :

OP_UPDATE


Explanation :
No Explanation available for this question

1.  db.explain()

2.  cursor.explain()

3.  cursor.explainstats()

4.  all of the mentioned

4
Correct Answer :

cursor.explain()


Explanation :
No Explanation available for this question

1.  mongod

2.  mongos

3.  mongo

4.  mongoc

4
Correct Answer :

mongod


Explanation :
No Explanation available for this question

1.  commitIntervMs

2.  commitInterval

3.  commitIntervalMs

4.  all of the mentioned

4
Correct Answer :

commitIntervalMs


Explanation :
No Explanation available for this question

1.  Pascal

2.  C++

3.  C

4.  Java

4
Correct Answer :

C


Explanation :
No Explanation available for this question

1.  $catch

2.  $match

3.  $batch

4.  All of the mentioned

4
Correct Answer :

$match


Explanation :
No Explanation available for this question

1.  selection

2.  projection

3.  union

4.  none of the mentioned

4
Correct Answer :

projection


Explanation :
No Explanation available for this question

1.  CRUD

2.  GRID

3.  READ

4.  All of the mentioned

4
Correct Answer :

CRUD


Explanation :
No Explanation available for this question

1.  while (var i = 1; i

2.  for (var i = 1; i

3.  for (var i = 1; i

4.  None of the mentioned

4
Correct Answer :
for (var i = 1; i <= 25; i++) 
{
   db.testData.insert( { x : i } )
}

 


Explanation :
No Explanation available for this question

1.  13

2.  16

3.  12

4.  10

4
Correct Answer :

12


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python