Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-420 Topic 2 Question 58 Discussion

Actual exam question for Microsoft's DP-420 exam
Question #: 58
Topic #: 2
[All DP-420 Questions]

You have a container in an Azure Cosmos DB Core (SQL) API account. The container stores telemetry data from IoT devices. The container uses telemetryId as the partition key and has a throughput of 1,000 request units per second (RU/s). Approximately 5,000 IoT devices submit data every five minutes by using the same telemetryId value.

You have an application that performs analytics on the data and frequently reads telemetry data for a single IoT device to perform trend analysis.

The following is a sample of a document in the container.

You need to reduce the amount of request units (RUs) consumed by the analytics application.

What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Justa
7 days ago
That's an interesting idea. It could help reduce the RUs consumed by the analytics application.
upvoted 0 times
...
Shonda
8 days ago
I disagree, I believe we should move the data to a new container that has a partition key of deviceId.
upvoted 0 times
...
Ruth
8 days ago
Choosing C seems like the best option here. Partitioning the data by deviceId will allow the analytics application to read data for a single IoT device more efficiently, reducing the RUs consumed.
upvoted 0 times
...
Justa
11 days ago
I think we should decrease the offerThroughput value for the container.
upvoted 0 times
...

Save Cancel