nerdexam
CompTIA

DS0-001 · Question #20

A company is launching a proof-of-concept, cloud-based application. One of the requirements is to select a database engine that will allow administrators to perform quick and simple queries on…

The correct answer is A. MongoDB. The best suited database engine for this task is MongoDB. MongoDB is a type of non-relational database that stores data as documents in JSON-like format. MongoDB allows administrators to perform quick and simple queries on unstructured data, such as text, images, videos, or…

Database Fundamentals

Question

A company is launching a proof-of-concept, cloud-based application. One of the requirements is to select a database engine that will allow administrators to perform quick and simple queries on unstructured data. Which of the following would be best suited for this task?

Options

  • AMongoDB
  • BMS SQL
  • COracle
  • DGraph database

How the community answered

(38 responses)
  • A
    87% (33)
  • B
    8% (3)
  • C
    3% (1)
  • D
    3% (1)

Explanation

The best suited database engine for this task is MongoDB. MongoDB is a type of non-relational database that stores data as documents in JSON-like format. MongoDB allows administrators to perform quick and simple queries on unstructured data, such as text, images, videos, or social media posts, without requiring a predefined schema or complex joins. MongoDB also supports cloud-based deployment, scalability, and high availability. The other options are either relational databases that require a fixed schema and structure for data, or specialized databases that are designed for specific purposes, such as graph databases for storing and analyzing network data.

Topics

#NoSQL#Unstructured data#MongoDB#Database types

Community Discussion

No community discussion yet for this question.

Full DS0-001 Practice