exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 1 question 12 discussion

Actual exam question from Microsoft's AZ-104
Question #: 12
Topic #: 1
[All AZ-104 Questions]

Your company has a Microsoft Azure subscription.
The company has datacenters in Los Angeles and New York.
You are configuring the two datacenters as geo-clustered sites for site resiliency.
You need to recommend an Azure storage redundancy option.
You have the following data storage requirements:
✑ Data must be stored on multiple nodes.
✑ Data must be stored on nodes in separate geographic locations.
✑ Data can be read from the secondary location as well as from the primary location.
Which of the following Azure stored redundancy options should you recommend?

  • A. Geo-redundant storage
  • B. Read-only geo-redundant storage
  • C. Zone-redundant storage
  • D. Locally redundant storage
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Steve1983
Highly Voted 3 years, 9 months ago
B (A: "data will be available to be read-only if Microsoft initiates a failure", so its not RO if its not failed-over) Geo-redundant storage (GRS) As I explained above it helps us in replicating our data to another region which is far away hundreds of miles away from the primary region. It provides at least 99.99999999999999% (16 9's) durability of objects over a given year. GRS replicates our data to another region, but data will be available to be read-only if Microsoft initiates a failure from primary to the secondary region. Read-access geo-redundant storage (RA-GRS) It is based on the GRS, but it also provides an option to read from the secondary region, regardless of whether Microsoft initiates a failover from the primary to the secondary region.
upvoted 93 times
pheztux
6 months, 1 week ago
For those in doubt, here is an exact statement from MS: With an account configured for GRS or GZRS, data in the secondary region isn't directly accessible to users or applications when an outage occurs in the primary region, unless a failover occurs. If your applications require high availability, then you can configure your storage account for read access to the secondary region. When you enable read access to the secondary region, then your data is always available to be read from the secondary, including in a situation where the primary region becomes unavailable. Read-access geo-redundant storage (RA-GRS) or read-access geo-zone-redundant storage (RA-GZRS) configurations permit read access to the secondary region.
upvoted 5 times
pheztux
6 months, 1 week ago
https://learn.microsoft.com/en-us/azure/storage/common/storage-redundancy#read-access-to-data-in-the-secondary-region
upvoted 1 times
...
...
jackdryan
2 years, 2 months ago
B is correct.
upvoted 4 times
...
...
Saravana12g
Highly Voted 3 years, 7 months ago
Answer B. Read-access geo-redundant storage (RA-GRS) It is based on the GRS, but it also provides an option to read from the secondary region, regardless of whether Microsoft initiates a failover from the primary to the secondary region.
upvoted 21 times
...
nicobio
Most Recent 2 weeks, 2 days ago
Selected Answer: B
Because it can be stored on a geographically remote node and read from a secondary location
upvoted 1 times
...
nicolase
3 weeks, 2 days ago
Selected Answer: B
Correct
upvoted 1 times
...
mathyvarnan
1 month, 3 weeks ago
Selected Answer: A
GPt Says The correct Azure storage redundancy option that meets the requirements is: A. Geo-redundant storage (GRS) Explanation: Geo-redundant storage (GRS) stores data across two geographic locations (regions), which aligns with your requirement to store data in separate geographic locations.
upvoted 1 times
...
BUDSENA
2 months ago
Selected Answer: A
There is no read-only geo-redundant storage. It's called Read Access, it's a trick question. A is the correct answer. B should be correct if it stated the correct name.
upvoted 2 times
...
henry_chou
3 months, 2 weeks ago
Selected Answer: B
B is correct
upvoted 1 times
...
Mark74
4 months, 3 weeks ago
Selected Answer: B
B is correct (RA-GRS)
upvoted 1 times
...
Jig77
5 months, 1 week ago
Correct answer should be 'B'. GRS (Geo-Redundant Storage): Replicates data to a secondary region (typically hundreds of miles away). If the primary region fails, the data can be restored from the secondary region. RA-GRS (Read-Access Geo-Redundant Storage): Works like GRS, but with the additional capability that data can be read from the secondary region. This is useful for scenarios where you may want to access your data even if the primary region is down.
upvoted 1 times
...
yusuf_eb
5 months, 3 weeks ago
Selected Answer: B
In Azure terminology, Read-Access Geo-Redundant Storage (RA-GRS) is sometimes referred to as "Read-Only Geo-Redundant Storage" because: Secondary Region Access is Read-Only: In RA-GRS, data replicated to the secondary region is accessible but only in read-only mode. This means users cannot modify the data in the secondary location—they can only read it. Write operations are still limited to the primary location. Distinction from Full Read-Write Access: The term "read-only" emphasizes that while you can access data in the secondary region, it’s not a fully writable, independent copy. Changes must still originate in the primary location, and then they’re asynchronously replicated to the secondary. Summary: So, "read-only" simply clarifies that while the secondary location provides access for reading, it’s not intended for active data modification, thus helping maintain data integrity across regions. Correct Answer: B. Read-Only Geo-Redundant Storage (RA-GRS)
upvoted 1 times
...
[Removed]
7 months, 3 weeks ago
Selected Answer: B
B is correct
upvoted 1 times
...
[Removed]
8 months, 2 weeks ago
Read carefully, there is no such thing as Read Only - check out https://learn.microsoft.com/en-us/azure/storage/common/storage-redundancy
upvoted 1 times
...
Nico1973
9 months, 2 weeks ago
Based on the provided data storage requirements, the recommended Azure storage redundancy option would be: • A. Geo-redundant storage Explanation: Geo-redundant storage meets all the specified requirements: Data is stored on multiple nodes. Data is stored on nodes in separate geographic locations (Los Angeles and New York in this case). Data can be read from the secondary location (New York) as well as from the primary location (Los Angeles).
upvoted 1 times
...
004b54b
10 months, 1 week ago
Selected Answer: B
RO-GRS
upvoted 1 times
...
tsummey
10 months, 1 week ago
Selected Answer: B
https://learn.microsoft.com/en-us/azure/storage/common/geo-redundant-design
upvoted 1 times
...
76d5e04
11 months ago
The answer is RA-GRS but in answer option it is said Read-only Geo Redundant Storage, which is not exists.Please confirm if the answere wording is correct , if it is then none of the answer matches the question
upvoted 1 times
...
3c5adce
11 months, 2 weeks ago
B. Read-only geo-redundant storage This option best meets the requirements because it stores data in a geographically distant location and allows for read access from the secondary location as well as the primary.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago