Your company has recently started using Azure Cosmos DB and hasn't made any adjustments to the consistency level. What delay should the company expect in data propagation between different regions?
Delay is possible and data might be read in the order of writes but a bit behind the latest.
Delay is limited to a specific number of operations or time interval.
Delay may occur but is contained within a single user's session.
Delay and out-of-order reads may occur, but the system will eventually become consistent.
No delay, data is immediately consistent across all regions.
Default consistency level is Session