Mongodb

1234567891011121314
Across
  1. 3. command-line utility for creating a binary export of the contents of a Mongo DB
  2. 4. specification to store documents that exceeds the BSON-document size limit of 16MB
  3. 8. MongoDB database stores its data in ---
  4. 11. used for batch processing of data and aggregation operations
  5. 13. A method by which JSON is injected into application in mongo --
  6. 14. Which cursor remains open after the client exhausts the results in the initial cursor?
Down
  1. 1. MongoDB is the most popular --- database system
  2. 2. What uses MongoDB for its photo platform?
  3. 3. command-line tool to display a summary list of status statistics for a currently running MongoDB instance
  4. 5. MongoDB scales horizontally using ---
  5. 6. What does MongoDB use for its indexes?
  6. 7. command-line tool to track the amount of time spent for reading and writing data by a MongoDB instance
  7. 9. What International date format does Mongo use to display date?
  8. 10. An instance of mongod which runs as a single server and not as part of a replica set
  9. 12. operation which updates the first document matched by a query or insert a new document if there are no matches