Question 112 of 156 from exam DP-900: Microsoft Azure Data Fundamentals

Question 112 of 156 from exam DP-900: Microsoft Azure Data Fundamentals

Question

HOTSPOT -

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Hot Area:

Explanations

Box 1: No -

The API determines the type of account to create. Azure Cosmos DB provides five APIs: Core (SQL) and MongoDB for document data, Gremlin for graph data, Azure Table, and Cassandra. Currently, you must create a separate account for each API.

Box 2: Yes -

Azure Cosmos DB uses partitioning to scale individual containers in a database to meet the performance needs of your application. In partitioning, the items in a container are divided into distinct subsets called logical partitions. Logical partitions are formed based on the value of a partition key that is associated with each item in a container.

Box 3: No -

Logical partitions are formed based on the value of a partition key that is associated with each item in a container.

https://docs.microsoft.com/en-us/azure/cosmos-db/partitioning-overview