exam questions

Exam DP-200 All Questions

View all questions & answers for the DP-200 exam

Exam DP-200 topic 1 question 17 discussion

Actual exam question from Microsoft's DP-200
Question #: 17
Topic #: 1
[All DP-200 Questions]

You are developing a data engineering solution for a company. The solution will store a large set of key-value pair data by using Microsoft Azure Cosmos DB.
The solution has the following requirements:
✑ Data must be partitioned into multiple containers.
✑ Data containers must be configured separately.
✑ Data must be accessible from applications hosted around the world.
✑ The solution must minimize latency.
You need to provision Azure Cosmos DB.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Configure account-level throughput.
  • B. Provision an Azure Cosmos DB account with the Azure Table API. Enable geo-redundancy.
  • C. Configure table-level throughput.
  • D. Replicate the data globally by manually adding regions to the Azure Cosmos DB account.
  • E. Provision an Azure Cosmos DB account with the Azure Table API. Enable multi-region writes.
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️
Scale read and write throughput globally. You can enable every region to be writable and elastically scale reads and writes all around the world. The throughput that your application configures on an Azure Cosmos database or a container is guaranteed to be delivered across all regions associated with your Azure Cosmos account. The provisioned throughput is guaranteed up by financially backed SLAs.
Reference:
https://docs.microsoft.com/en-us/azure/cosmos-db/distribute-data-globally

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
JohnCrawford
Highly Voted 4 years, 2 months ago
The answers are C, D and E. • C. Configure table-level throughput. Requirements state that containers must be configured separately. • D. Replicate the data globally by manually adding regions to the Azure Cosmos DB account. By adding extra regions our data is automatically copied to those regions reducing latency. • E. Provision an Azure Cosmos DB account with the Azure Table API. Enable multi-region writes. By enabling multi-region writes this also reduces latency since we don't have a single master database, but rather would be implementing a multi-master model.
upvoted 37 times
...
Maky2365
Highly Voted 4 years, 1 month ago
question doesn't mention the requirement for multi-region write, So as per my understanding answer should be B, C, D Please suggest if my understanding is correct
upvoted 8 times
...
massnonn
Most Recent 3 years, 6 months ago
Cosmos db support multi region write so C-D-E
upvoted 1 times
...
Wendy_DK
4 years, 1 month ago
Answer is CDE
upvoted 1 times
...
AnilKJ
4 years, 2 months ago
B,D,E is the answer
upvoted 2 times
VeeraSekhar
4 years, 1 month ago
https://docs.microsoft.com/en-us/azure/cosmos-db/set-throughput From the above link CosmosDB allows throughput at two levels Azure Cosmos containers Azure Cosmos databases Hence B,D,E is correct answer. Sometimes we have to choose answer from list of provided answers.
upvoted 2 times
cadio30
4 years, 1 month ago
Propose solution is C, D and E. When we say Azure Cosmos containers we are pertaining to the "CONTAINERS" of what we chose in the creation of DB. The option C pertains to configuration in "Cassandra API" in which the name of the container is "TABLE" and there are also other containers such as Container for SQL API, Collection for Mongo DB, graph for Gremlin API and Table for Table API Reference: https://azure.microsoft.com/en-us/blog/sharing-provisioned-throughput-across-multiple-containers-in-azure-cosmosdb/
upvoted 4 times
...
...
...
princy18
4 years, 2 months ago
There must be 3 answers, any one knows what are those.
upvoted 1 times
Devendra00023
4 years, 2 months ago
Answer is CDE
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...