exam questions

Exam DP-420 All Questions

View all questions & answers for the DP-420 exam

Exam DP-420 topic 4 question 7 discussion

Actual exam question from Microsoft's DP-420
Question #: 7
Topic #: 4
[All DP-420 Questions]

You have a container named container1 in an Azure Cosmos DB Core (SQL) API account named account1 that is set to the session default consistency level. The average size of an item in contained is 20 KB.
You have an application named App1 that uses the Azure Cosmos DB SDK and performs a point read on the same set of items in container1 every minute.
You need to minimize the consumption of the request units (RUs) associated to the reads by App1.
What should you do?

  • A. In App1, modify the connection policy settings
  • B. In App1, change the consistency level of read requests to consistent prefix
  • C. In account1, provision a dedicated gateway and integrated cache
  • D. In account1, change the default consistency level to bounded staleness
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Garyn
9 months, 1 week ago
The correct Answer is C. The integrated cache in Azure Cosmos DB can be particularly useful for point reads, where frequently accessed data can be served from the cache, significantly reducing RU consumption for those specific operations. This can lead to cost savings, especially if your application performs a high volume of point reads on the same data. When dealing with point reads, the cache can be highly effective in reducing the number of RUs needed for frequently accessed items, as long as those items are cached and served as cache hits.
upvoted 1 times
...
Emil_Topics
10 months ago
Answer is C, check out the link attached in the given answer.
upvoted 3 times
...
comoon
10 months, 2 weeks ago
Selected Answer: C
Only cache reduce RU consumption
upvoted 4 times
...
Selected Answer: B
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 ...