An enterprise application uses an Azure Cosmos DB account distributed across three write regions (East US, West US, and North Europe) with multi-region writes enabled. You need to configure the consistency settings to meet the following requirements:
1. For user profile updates, the application must guarantee that a user always reads their own updates. The web application uses a load balancer, and subsequent requests from the same user may be routed to different web server instances, which must share the session state using the Azure Cosmos DB session token.
2. For a public news feed, the application must minimize read latency and Request Unit (RU) costs while ensuring that readers never see updates out of order.
Which two consistency levels should you select to meet these requirements? (Select two.)
- AStrong
- BBounded Staleness
- SessionAnswer
- Consistent PrefixAnswer
- EEventual