1.
Which of the following statements is correct:
  1. MongoDB is more flexible for modification of the document structure.
  2. When compared to MongoDB, RDBMS makes replication easy.
  3. MongoDB has built-in clustering.
  4. The object-oriented nature of MongoDB improves its performance.
2.
RDBMS and MongoDB are being compared. It is known that you use tables in RDBMS but MongoDB has its own way of gathering information.
What is the format in which MongoDB accumulates data?
3.
Which of these is used to represent the given information in MongoDB?
4.
In MongoDB, which of the following statements about dynamic schema is correct?
5.
Every sync source member that holds sync information in MongoDB has a _____________ collection.
6.
In MongoDB, which of the following is a hexadecimal string assuring the uniqueness of a document?
7.
In MongoDB, which of the following is used to create a database with the name mydetails?
8.
Which of the following about MongoDB is correct?
9.
Which of the following is not a MongoDB ODM?
10.
In MongoDB, when does the save() method work as the insert() method?