QuestionQ17

Develop AI solutions by using Azure data management services

You deploy an AI application in multiple Azure regions.

The application must be able to see writes across every region within a predictable time window.

You need to identify the appropriate consistency level.

Which two consistency levels can you use to meet the goal? Each correct answer provides a complete solution.

NOTE: Each correct selection is worth one point.

Choose two
  • A Session
  • B Strong
  • C Bounded staleness
  • D Eventual
Explanation

Strong consistency guarantees that reads return the most recent committed version across regions, providing no replication staleness. Bounded staleness guarantees that reads lag writes by no more than a configured maximum time interval or number of versions, providing a predictable cross-region freshness window.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!