Topic: MongoDB

123456789
Across
  1. 2. Data is stored in the form of ___documents.
  2. 3. One of the operation to use MongoDB query API.
  3. 4. MongoDB provides a graphical user interface (GUI) tool for interacting with databases called MongoDB _______.
  4. 5. MongoDB allows data to be processed using a _______ pipeline of stages.
  5. 8. ___ designed to handle and store large volumes of unstructured and semi-structured data.
  6. 9. MongoDB stores data in a type of JSON format called ____.
Down
  1. 1. Records in a MongoDB database are called ____.
  2. 3. 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. 6. MongoDB _______ is a fully managed cloud database service.
  4. 7. MongoDB uses _______ to improve the performance of read queries.