What should you do?

Posted by: Pdfprep Category: 70-777 Tags: , ,

You have an Azure Cosmos DB account that uses the SQL API. The account is geographically distributed.

You are developing a web application that will have 10 nodes across several Azure regions. Each node will write to the same collection.

You need to ensure that as a node writes data to the collection, all the nodes always read the current data.

What should you do?
A . Configure the nodes to use the session consistency level. Use the same session token for all the nodes.
B . Configure the nodes to use the bounded staleness consistency level. Use the same continuation token for all the nodes.
C . Configure the nodes to use the session consistency level. Use a unique session token for each node.
D . Configure the nodes to use the bounded staleness consistency level. Use a unique continuation token for each node.

Answer: A

Leave a Reply

Your email address will not be published.