exam questions

Exam AZ-301 All Questions

View all questions & answers for the AZ-301 exam

Exam AZ-301 topic 17 question 1 discussion

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

You need to recommend a data storage solution that meets the following requirements:
✑ Ensures that application can access the data by using a REST connection
✑ Hosts 20 independent tables of varying sizes and usage patterns
✑ Automatically replicates the data to a second Azure region
✑ Minimizes costs
What should you recommend?

  • A. an Azure SQL Database elastic database pool that uses active geo-replication
  • B. tables in an Azure Storage account that uses geo-redundant storage (GRS)
  • C. tables in an Azure Storage account that use read-access geo-redundant storage (RA-GR)
  • D. an Azure SQL database that uses active geo-replication
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
gabriion
Highly Voted 5 years, 10 months ago
Why not GRS? It doesn't say we need to read data from the backup and we need to minimize costs.
upvoted 50 times
bolbol
5 years, 4 months ago
I agree with you
upvoted 1 times
tartar
4 years, 9 months ago
B is ok
upvoted 5 times
...
...
Rajuuu
5 years, 2 months ago
Reduce the cost using RA-GRS
upvoted 2 times
azlopaz
5 years ago
RA-GRS is more expensive than GRS
upvoted 14 times
...
...
STFN2019
5 years, 1 month ago
agree, GRS is more economical than RA-GRS
upvoted 7 times
...
...
asdfgh1234567
Highly Voted 4 years, 11 months ago
Everyone repeat after me and burn this into your mind: RA-GRS IS MORE EXPENSIVE THAN GRS. This makes sense too, because with RA-GRS, Microsoft must make sure that data is available to be read from multiple locations. This means more networking and added complexity. With GRS, they activate a secondary entry-point when they monitor an issue with the primary region: single entrypoint and less networking and less complexity = less expensive.
upvoted 12 times
...
sanketshah
Most Recent 4 years, 5 months ago
C is correct answer.
upvoted 1 times
...
AhmedAL
4 years, 7 months ago
maybe some text is missing from the question. The only reason for RA-GRS is if you need read access to the secondary region, otherwise GRS
upvoted 1 times
...
Rooh
4 years, 9 months ago
it is B
upvoted 1 times
...
[Removed]
4 years, 10 months ago
GRS is less expensive than RA-GRS but it does meet requirements outlined in this question "The difference between GRS and RA GRS is fairly simple, GRS only allows to be read in the secondary zone in the even of a failover from the primary to secondary while RA GRS allows the option to read in the secondary whenever" So answer is RA-GRS (as GRS is available ONLY in case of Primary Region failure) Requirement to minimize cost is just a general requirement that is part of almost all questions in here; don't worry about cost saving if this will result in wrong solution
upvoted 2 times
dips31089
4 years, 10 months ago
Answer is GRS. Both GRS and RA-GRS replicate to another region. There is no requirement or mention of failover or accessing data replicated in secondary region.
upvoted 1 times
Jer0i
4 years, 10 months ago
I wonder if it has something to do with the 'automatic' replication to secondary region. This option is only avail with RA-GRS as GRS copies data asynchronously to a single physical location in the secondary region. Sure its automatic but has potential data loss in the event the primary region were to become unavailable.
upvoted 1 times
...
...
...
profileexto
4 years, 11 months ago
Answer is GRS (key word : minimize costs)
upvoted 3 times
...
Wildsheep
4 years, 11 months ago
I agree it should be GSR, B
upvoted 2 times
...
Prash85
4 years, 12 months ago
GRS automatically does not replicates the data to a second Azure region untill unless microsoft initiates failover which is why it should be RA-GRS
upvoted 2 times
Aresius
4 years, 11 months ago
Replication happens at the same time with both RA-GRS and GRS. Only difference is RA-GRS enables you to read from the secondary location, whereas GRS doesn't. RA-GRS is more expensive than GRS, and both provide REST APIs endpoints to access data. I believe this should be GRS.
upvoted 5 times
jivom
4 years, 10 months ago
Agreed
upvoted 2 times
...
...
...
DeveshSolanki
4 years, 12 months ago
B. tables in an Azure Storage account that uses geo-redundant storage (GRS)
upvoted 2 times
...
gops84
5 years ago
GRS ans RA-GRS replicates to 3 more geo locations, but as per the requirement gven, RA_GRS only give an additional replication for that matter with read access though read access is not explicitly mentioned as requirement.
upvoted 2 times
...
Rajuuu
5 years, 2 months ago
2 criteria :- Answer is correct. 1. Storage account to be accessed via RESt APIs 2. Minimise cost :-
upvoted 2 times
...
[Removed]
5 years, 2 months ago
replicates as opposed to backup means it reads data from multiple region? is so RA-GRS
upvoted 1 times
...
brainkiller
5 years, 3 months ago
Perhaps it's the fact that you need to "ensure" that the data can be read via REST ... in case of GRS you're not 100% sure.
upvoted 2 times
Avanade2023
5 years, 2 months ago
The requirement is not like that as you said. the data in "the application can access the data by using a REST connection" is not in the secondary region I think.
upvoted 1 times
...
...
cyga75
5 years, 4 months ago
From what I've read, RA-GRS is not in itself more expensive than GRS. The extra costs occur if the data from the RA region is read, i.e., egress costs. The only extra inconvenience regarding RA-GRS is that one has to distinguish between the primary and secondary region.
upvoted 2 times
mihlo74
5 years, 4 months ago
cyga75... if you read the link downbelow... GRS is CHEAPER than RA-GRS, every new tier you choose is more expensive than the previous because you have more functionallities... so, GRS is cheaper and in this case more cost-effective!
upvoted 5 times
mihlo74
5 years, 4 months ago
https://azure.microsoft.com/en-us/pricing/details/storage/blobs/
upvoted 1 times
...
cyga75
5 years, 4 months ago
Thanks for posting the link mihlo74! The one I had found mentioned similar pricing - maybe a typo on their end. It's odd, as here RA-GRS is virtually always selected as the right answer, even when 'minimize costs' is among the objectives...
upvoted 2 times
...
...
...
marco1
5 years, 4 months ago
agree, why not GRS?
upvoted 2 times
Rajuuu
5 years, 2 months ago
Reduce the cost using RA-GRS
upvoted 1 times
yemma
5 years, 1 month ago
LRS GRS RA-GRS $0.045 per GB $0.06 per GB $0.075 per GB
upvoted 6 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 ...