exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 3 question 57 discussion

Actual exam question from Microsoft's AZ-204
Question #: 57
Topic #: 3
[All AZ-204 Questions]

HOTSPOT
-

You have an Azure Cosmos DB for NoSQL API account named account1. Multiple instances of an on-premises application named app1 read data from account1.

You plan to implement integrated cache for connections from the instances of app to account1.

You need to set the connection mode and maximum consistency level of app1.

Which values should you use for the configuration settings? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
c75314a
Highly Voted 9 months, 2 weeks ago
Okay, so gateway mode using dedicated gateway has to be correct. "The integrated cache uses the dedicated gateway within your Azure Cosmos DB account. " (https://learn.microsoft.com/en-us/azure/cosmos-db/integrated-cache) The second one I'm not sure about. "The integrated cache supports read requests with session and eventual consistency only." (https://learn.microsoft.com/en-us/azure/cosmos-db/integrated-cache). In my mind there are two correct answers here, but please correct me if I'm wrong. On that page they do talk a lot about session consistency and that leads me to believe that session is the correct answer
upvoted 5 times
space_cadet
6 months, 3 weeks ago
session is also a stronger consistency level (maximum) when compared to eventual
upvoted 1 times
...
overhill
9 months ago
agreed
upvoted 1 times
Mattt
8 months, 3 weeks ago
Consistency level should be session. integrated cache only supports read requests with session and eventual consistency. Session consistency is recommended when the application has multiple instances or sessions and requires consistent reads per user session. The se
upvoted 1 times
...
...
...
neil1985_jy
Most Recent 1 week ago
1. Gateway Mode: Ensures requests are routed through the dedicated gateway, where the integrated cache resides. 2. Session Consistency: Allows clients to read their own writes and still benefit from caching.
upvoted 1 times
...
wafa_chaari
6 months ago
seems correct
upvoted 1 times
...
overhill
9 months ago
According to the documentation it seems to be correct
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 ...