Topic: MongoDB

12345678910
Across
  1. 3. Data is stored in the form of ___documents.
  2. 4. A method is used to find the documents present in the given collection, then this method returned a pointer which will points to the documents of the collection.
  3. 5. One of the operation to use MongoDB query API.
  4. 7. MongoDB allows data to be processed using a _______ pipeline of stages.
  5. 9. MongoDB stores data in a type of JSON format called ____.
Down
  1. 1. Records in a MongoDB database are called ____.
  2. 2. MongoDB provides a graphical user interface (GUI) tool for interacting with databases called MongoDB _______.
  3. 6. MongoDB uses _______ to improve the performance of read queries.
  4. 8. MongoDB _______ is a fully managed cloud database service.
  5. 10. ___ designed to handle and store large volumes of unstructured and semi-structured data.