DP-203 · Question #199
You are designing a highly available Azure Data Lake Storage solution that will include geo-zone- redundant storage (GZRS). You need to monitor for replication delays that can affect the recovery poin
The correct answer is D. Last Sync Time. Because geo-replication is asynchronous, it is possible that data written to the primary region has not yet been written to the secondary region at the time an outage occurs. The Last Sync Time property indicates the last time that data from the primary region was written success
Question
You are designing a highly available Azure Data Lake Storage solution that will include geo-zone- redundant storage (GZRS). You need to monitor for replication delays that can affect the recovery point objective (RPO). What should you include in the monitoring solution?
Options
- A5xx: Server Error errors
- BAverage Success E2E Latency
- Cavailability
- DLast Sync Time
How the community answered
(46 responses)- A7% (3)
- B11% (5)
- C2% (1)
- D80% (37)
Explanation
Because geo-replication is asynchronous, it is possible that data written to the primary region has not yet been written to the secondary region at the time an outage occurs. The Last Sync Time property indicates the last time that data from the primary region was written successfully to the secondary region. All writes made to the primary region before the last sync time are available to be read from the secondary location. Writes made to the primary region after the last sync time property may or may not be available for reads yet. https://docs.microsoft.com/en-us/azure/storage/common/last-sync-time-get
Topics
Community Discussion
No community discussion yet for this question.