exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 6 question 11 discussion

Actual exam question from Microsoft's 70-487
Question #: 11
Topic #: 6
[All 70-487 Questions]

DRAG DROP -
You need to implement event storage isolation and consistency.
Which settings should you use? To answer, drag the appropriate values to the correct operations. Each value may be used once, more than once, or not at all.
You may need to drag the split bar between panes or scroll to view content.
Each correct selection is worth one point.
NOTE:
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Scenario: Individual events must be immutable. Event data will be stored in Cosmos DB using the Document API.

Box 1: Strong -
Strong: Strong consistency offers a linearizability guarantee. The reads are guaranteed to return the most recent committed version of an item. A client never sees an uncommitted or partial write. Users are always guaranteed to read the latest committed write.

Box 2: Strong -
Strong: Strong consistency offers a linearizability guarantee. The reads are guaranteed to return the most recent committed version of an item. A client never sees an uncommitted or partial write. Users are always guaranteed to read the latest committed write.

Box 3: Consistent -
Azure Cosmos DB supports two indexing modes:
Consistent: If a container's indexing policy is set to Consistent, the index is updated synchronously as you create, update or delete items. This means that the consistency of your read queries will be the consistency configured for the account.
None: If a container's indexing policy is set to None, indexing is effectively disabled on that container. This is commonly used when a container is used as a pure key-value store without the need for secondary indexes. It can also help speeding up bulk insert operations.
References:
https://docs.microsoft.com/en-us/azure/cosmos-db/index-policy

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
Gorilla
Highly Voted 5 years, 1 month ago
I was wondering about the "Strong" consistency, but the noticed "Event data must be available if a regional Azure outage occurs. Event read and write operations for a single partner must always store events in the correct order." "None" indexing is good for the key-value-like storage, where Table API is recommended. But here, the Document API is required, so Consistent index is a good choice.
upvoted 7 times
...
bashirmja
Most Recent 4 years, 5 months ago
Consistency levels in Azure Cosmos DB: https://docs.microsoft.com/en-us/azure/cosmos-db/consistency-levels
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 ...