Home > CompTIA A+ Exam > Quizzes > MongoDB Practice Test 2
MongoDB Practice Test 2
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 65% Most missed: “Amongst which of the following is / are the Integrated Feature Set of MongoDB –”

MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.
MongoDB vs SQL: n comparison to the SQL server, MongoDB is faster and more scalable. While the SQL server supports JOIN and Global transactions, MongoDB does not. The MS SQL server does not accommodate large amounts of data, however MongoDB does.

MongoDB Practice Test 2
Time left 00:00
25 Questions

1. Keyfile and X.509 are the internal authentication mechanisms in MongoDB.
2. A record in MongoDB is a ___.
3. The document structure is more in line with how developers construct their ___.
4. In MongoDB, the mongofiles utility makes it possible to manipulate files stored in your MongoDB.
5. The below example can be used to create a collection to store the ___.
db.Employee.insert
6. MongoDB Enterprise provides mongoldap for testing MongoDB's LDAP configuration options against a running ___.
7. Due to Distributed Data Platform, MongoDB can be run ensuring new levels of availability and scalability –
8. A document is a set of ___.
9. NoSQL is not a ___.
10. Field is a name-value pair in a ___.
11. Amongst which of the following is / are the client and user authentication mechanisms in MongoDB.
12. MongoDB is rich in a flexible data model with dynamic schema –
13. Amongst which of the following is / are true about MongoDB?
14. Amongst which of the following is / are the command used to create collection in MongoDB?
15. To create an index, you need to use ___ method of MongoDB.
16. MongoDB stores documents in ___.
17. In MongoDB, db.dropDatabase () is used for ___.
18. MongoDB supports searching by ___.
19. mongotop provides a method to track the amount of time a MongoDB instance mongod spends reading and writing data.
20. In MongoDB, install_compass is a platform-specific installation script for MongoDB Compass.
21. Amongst which of the following MongoDB command is used to export the data?
22. Amongst which of the following is / are the Integrated Feature Set of MongoDB –
23. The Collections screen displays ___ for each collection in the selected database.
24. The data in MongoDB has a flexible schema?
25. The data model available within MongoDB allows us to represent ___.