exam questions

Exam AZ-301 All Questions

View all questions & answers for the AZ-301 exam

Exam AZ-301 topic 6 question 4 discussion

Actual exam question from Microsoft's AZ-301
Question #: 4
Topic #: 6
[All AZ-301 Questions]

You deploy two instances of an Azure web app. One instance is in the East US Azure region and the other instance is in the West US Azure region. The web app uses Azure Blob storage to deliver large files to end users.
You need to recommend a solution for delivering the files to the users. The solution must meet the following requirements:
✑ Ensure that the users receive files from the same region as the web app that they access.
✑ Ensure that the files only need to be updated once.
✑ Minimize costs.
What should you include in the recommendation?

  • A. Azure File Sync
  • B. Distributed File System (DFS)
  • C. read-access geo-redundant storage (RA-GRS)
  • D. geo-redundant storage (GRS)
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
denkes
Highly Voted 4 years, 10 months ago
Sorry but what a kind of nasty question is this??? - GRS is not an option: GRS is not an option because, the files in failover region are only accessible in case of failover of the primary region. - File Sync is not an option because: Azure File Sync can be used only for Shared File but not blob storage - DFS => Distributed File Sytem, is this an Azure Service? I dont think so. - RA-GRS: This is for desaster recovery not for productive application usage. In addition to that you are not able to select the "secondary region". The secondary region so called "paired region" is fixed and defined by microsoft. I do not think that I need to know every paired region for a selected region. In this case, east region is realy the paired region for the west region. See list of paired region here: https://docs.microsoft.com/en-us/azure/best-practices-availability-paired-regions
upvoted 5 times
...
AKumar
Most Recent 4 years, 3 months ago
Given answer is correct, As data needs to be read either of the locations.
upvoted 1 times
...
sallymaher
4 years, 3 months ago
Ignore my previous comment , it is blob not file share !! , so correct would be RA-GRS as grs will not be readable in the secondary region
upvoted 1 times
...
sallymaher
4 years, 3 months ago
why not Azure file sync , users will have access to the nearest server and update the data once on the other server it will be synced
upvoted 1 times
...
glam
4 years, 4 months ago
C. read-access geo-redundant storage (RA-GRS)
upvoted 1 times
...
Jinder
4 years, 5 months ago
May be options given are not added exactly which question had in real exam. Because none of the options justify the given scenario. GRS and RA-GRS are disaster recovery options, comes into the picture when a failover occurs. Requesting admin to recheck the options.
upvoted 1 times
levo017
4 years, 4 months ago
Although you are right that GRS is for dr scenario, enabling Read-Access does allow the RA-GRS to be read ANY TIME, ( i.e. outside a fail-over scenario ) https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy#read-access-to-data-in-the-secondary-region
upvoted 1 times
...
...
sanketshah
4 years, 5 months ago
given answer is correct.
upvoted 1 times
...
Afz
4 years, 9 months ago
Solution should be. "C. read-access geo-redundant storage (RA-GRS)" But there was confusion because the secondary region is not allowed to be mentioned while creating an SA with RA-GRS. I tried to create an SA with RA-GRS in East US and now it shows secondary as West US. But if the same question comes up with different region, I would be confused. Did not find any documentation mentioning secondary region for each primary region.
upvoted 1 times
...
tromek
4 years, 10 months ago
Ensure that the users receive files from the same region as the web app that they access. So it means that RA-GRS is correct answer as the data must be accessible in the second region too.
upvoted 1 times
...
[Removed]
4 years, 10 months ago
To Test-Taker: 'updated' is correct (not 'uploaded'). '• Ensure that the files only need to be updated once ' means data is updated only in Primary Region (as it is the only Region when we can Write data). All RA-GRS Replicas are Read-Only and we can't update data in there
upvoted 2 times
...
Test_Taker
4 years, 10 months ago
FYI, in the requirements of the question, "updated" is supposed to be "uploaded"
upvoted 1 times
...
DeveshSolanki
5 years ago
Given answer is right
upvoted 1 times
...
jonnybugaloo
5 years ago
This is a typical scenario for DFS. DFS enables you to synchronize files to different locations (which is the case), and each webapp can map the shared folder in the same region, which is the requested requirenment. Also, when a file is uploaded, this file will be synchronized to the other path of the DFS, which is another requirement, that the file need to be uploaded once.
upvoted 1 times
MPB
4 years, 9 months ago
dfs is for win file shares only
upvoted 2 times
...
...
000zest
5 years, 1 month ago
Did the question change? The requirements read as "✑ Ensure that the users receive files from the same region as the web app that they access." I don't see where it reads that users need to be able to access/read the data from the secondary region. So on that basis I think the answer is GRS.
upvoted 3 times
macco455
4 years, 9 months ago
It literally says users receive files from the same region as the web app..thus the same data needs to be in both places and needs to be the same copy in both places. I do like DFS for this as that is what but its not an Azure service. SO answer HAS to be RA-GRS
upvoted 1 times
...
...
rwrogers11
5 years, 1 month ago
Since it states that they use Blob Storage to Deliver files, we have to assume that the users are only reading (downloading) the files, and it states that they have to be able to do that from both regions, therefore, RA-GRS is the only option, as it allows Read from both locations.
upvoted 2 times
...
yemma
5 years, 1 month ago
The solution is to use Azure file sync. The web app will write/read from the storage account in the same region and the azure file sync will replicate the data to the other region.
upvoted 2 times
...
chk0815
5 years, 1 month ago
Requirement mentions Ensure that the users receive files from the same region as the web app that they access. So the answer should be GRS.
upvoted 3 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 ...