AZ-305 · Question #9
Case Study 3 - Contoso Existing Environment: Technical Environment The on-premises network contains a single Active Directory domain named contoso.com. Contoso has a single Azure subscription…
The correct answer is A. an Azure Cosmos DB that uses multi-region writes. Scenario: App1 has the following data requirements: Each instance will write data to a data store in the same availability zone as the instance. Data written by any App1 instance must be visible to all App1 instances. Azure Cosmos DB: Each partition across all the regions is…
Question
Options
- Aan Azure Cosmos DB that uses multi-region writes
- Ban Azure Data Lake store that uses geo-zone-redundant storage (GZRS)
- Can Azure SQL database that uses active geo-replication
- Dan Azure Storage account that uses geo-zone-redundant storage (GZRS)
How the community answered
(34 responses)- A79% (27)
- B6% (2)
- C12% (4)
- D3% (1)
Explanation
Scenario: App1 has the following data requirements: Each instance will write data to a data store in the same availability zone as the instance. Data written by any App1 instance must be visible to all App1 instances. Azure Cosmos DB: Each partition across all the regions is replicated. Each region contains all the data partitions of an Azure Cosmos container and can serve reads as well as serve writes when multi-region writes is enabled. Incorrect Answers: B, D: GZRS protects against failures. Geo-redundant storage (with GRS or GZRS) replicates your data to another physical location in the secondary region to protect against regional outages. However, that data is available to be read only if the customer or Microsoft initiates a failover from the primary to secondary region. C: Active geo-replication is designed as a business continuity solution that lets you perform quick disaster recovery of individual databases in case of a regional disaster or a large scale outage. Once geo-replication is set up, you can initiate a geo-failover to a geo-secondary in a different Azure region. The geo-failover is initiated programmatically by the application or manually by the https://docs.microsoft.com/en-us/azure/cosmos-db/high-availability
Topics
Community Discussion
No community discussion yet for this question.