AZ-900 Exam QuestionsBrowse all questions from this exam

AZ-900 Exam - Question 383


How many copies of data are maintained by an Azure Storage account that uses geo-redundant storage (GRS)?

Show Answer
Correct Answer: C

Azure Storage accounts that use geo-redundant storage (GRS) maintain six copies of data. This involves creating three synchronous copies in a single physical location in the primary region using locally redundant storage (LRS). Additionally, it creates three asynchronous copies in a secondary region that is geographically distant from the primary region. This setup ensures high availability and disaster recovery.

Discussion

17 comments
Sign in to comment
wyderroOption: C
Aug 30, 2022

Wrong, C is correct: https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy#geo-redundant-storage "Geo-redundant storage (GRS) copies your data synchronously three times within a single physical location in the primary region using LRS. It then copies your data asynchronously to a single physical location in a secondary region that is hundreds of miles away from the primary region."

slayerdrum
Aug 31, 2022

I agree. There are 6 instances of the data

ClaGar
May 1, 2023

Fortunately, right answers are found in this discussion with reference to appropriate Microsoft documentation. Thanks you vauable Contributors.

JohannesV
May 3, 2023

Yes, thanks to all and also, I knew the answer was C from studying the material.

zimzimzimma
Jun 26, 2023

My experience is that examtopics.com is one of the best, if not the best, site for exam preparations. Contributor access is well worth the money. Do not buy so called 'legit and up to date' practice exams from other sites. I fell for that trap a few times and they all contained errors and/or were ripoffs.

SRIRAMTRAININGSGOption: C
Apr 4, 2024

https://learn.microsoft.com/en-us/azure/storage/files/files-redundancy states clearly that for GRS: Six copies total, including three in the primary region and three in the secondary region

Andrew_SOption: C
Jul 17, 2023

6 of course. Three in each region. How can we crowdsource a better set of updated answers?

92786cf
Jan 2, 2024

why dont they verify the answers before publishing at least for paid subscribers? it's a lot wrong answers and we have to deep dive to the comments..

Ravicti2000
Jan 12, 2024

Got this question today - 12 Jan 2024 !

dayoteeOption: A
Apr 16, 2024

Here is the reply I got from Copilot: "In summary, GRS maintains three synchronous copies of your data in the primary region and an additional asynchronous copy in a secondary region, ensuring robust data redundancy and resilience". That means the answer is 3 copies (A) as you only maintain 3 while others are replicas.

DimsumDestroyerOption: C
Aug 8, 2023

6 data copies. GRS is replicating in two regions, and in each region a physical location which replicates 3 times each. 2x3 = 6.

x_Examinator_xOption: C
Oct 4, 2023

it's 6x

Vitos25Option: C
Oct 5, 2023

Answer should be 6 https://mycloudit.com/blog/5-must-know-facts-about-microsoft-azure#:~:text=Azure%20Storage%20will%20maintain%20at,storage%20(RA%2DGRS).

DallasMOption: C
Oct 29, 2023

6 copies. ZRS in primary region (3 copies across 3 availability zones) and LRS in secondary region (3 copies in same availability zone)

DallasM
Oct 29, 2023

Oops sorry LRS in both. For some reason was thinking GZRS.

LaReisOption: A
Jan 7, 2024

O Armazenamento do Azure oferece duas opções para copiar seus dados para uma região secundária: O armazenamento com redundância geográfica (GRS) copia seus dados de forma síncrona TRÊS vezes em um único local físico na região primária usando o LRS. Fonte: https://learn.microsoft.com/pt-br/azure/storage/common/storage-redundancy

b76e714Option: C
Mar 5, 2024

3 copies in LRS * 2 = GRS

siculoctOption: C
May 30, 2024

Is C - 6 copies

rajsOption: B
Jul 11, 2024

Many people have voted ANSWER C but according to the CHATGPT answer is B

Mikalai271
Jul 11, 2024

This question was in my exam on July 3, 2024.

e3ddcebOption: C
Jul 12, 2024

C. 6 Geo-redundant storage (GRS) in Azure Storage maintains six copies of data. Here's how it works: Three copies of the data are kept in the primary region. These copies are distributed across different fault domains and update domains to ensure high availability and durability. Another three copies are kept in a secondary region far away from the primary region. This is done for disaster recovery purposes. If the primary region becomes unavailable due to a major incident or disaster, Azure Storage will failover to the secondary region. So in total, GRS maintains six copies of data.