Default Section

Question Title

* 1. Which of the following correctly describes the MongoDB Database style?

Question Title

* 2. Which format does MongoDB use to store data?

Question Title

* 3. Which of these is equivalent to a traditional Database Table?

Question Title

* 4. Which of the following commands is the MongoDB primary key field?

Question Title

* 5. MongoDB is case sensitive

Question Title

* 6. What is the MongoDB command to find a record?

Question Title

* 7. MongoDB uses BSON to as an internal storage format

Question Title

* 8. Which of the following is a valid Date format for MongoDB?

Question Title

* 9. MongoDB supports a decimal data type

Question Title

* 10. What records will be returned by a query with these parameters?

          {"a_non_existent_field" : null}

T