AZ-301 Exam QuestionsBrowse all questions from this exam

AZ-301 Exam - Question 206


You have an Azure subscription.

Your on-premises network contains a file server named Server1. Server1 stores 5 TB of company files that are accessed rarely.

You plan to copy the files to Azure Storage.

You need to implement a storage solution for the files that meets the following requirements:

✑ The files must be available within 24 hours of being requested.

✑ Storage costs must be minimized.

Which two possible storage solutions achieve this goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Show Answer
Correct Answer: BD

The requirement is to store 5 TB of company files that are rarely accessed and must be available within 24 hours of being requested while minimizing storage costs. The most cost-effective solution for infrequently accessed data is the Archive access tier, which is optimized for data that is rarely accessed but can rehydrate within 24 hours. Therefore, creating a general-purpose v2 storage account set to the Hot access tier or Cool access tier and setting each file to the Archive access tier achieves the goal. This approach leverages the low-cost storage offered by the Archive tier while meeting the retrieval time requirement. The relevant options are creating a general-purpose v2 storage account with Archive access tier (Option B) and setting a blob container with Archive access tier (Option D).

Discussion

22 comments
Sign in to comment
rb09
Jun 2, 2020

Ans should be B & D

dev2dev
Jul 5, 2020

the most expensive solution. wrong!

juri
Jul 9, 2020

wrong, Achive is the cheapest solution

levianthan
Sep 28, 2020

B reads hot...

levianthan
Sep 28, 2020

B reads hot...

juri
Jul 9, 2020

wrong, Achive is the cheapest solution

levianthan
Sep 28, 2020

B reads hot...

dudus999
Jul 20, 2020

B & D Standard priority: The rehydration request will be processed in the order it was received and may take up to 15 hours. High priority: The rehydration request will be prioritized over Standard requests and may finish in under 1 hour for objects under ten GB in size.

levianthan
Sep 28, 2020

B reads hot...

2cool2touch
Jun 11, 2020

B&D for sure. Question clearly asks for long term storage, retrieval in 24 hours and cheapest Other options wont satisfy. v1 cant be used so C&E options are gone. A is using Cool and File share which would be more expensive then Archive using Blob container Object storage data tiering between hot, cool, and archive is only supported in Blob storage and General Purpose v2 (GPv2) accounts. General Purpose v1 (GPv1) accounts don't support tiering. Blob storage and GPv2 accounts expose the Access Tier attribute at the account level. This attribute allows you to specify the default access tier for any blob that doesn't have it explicit set at the object level. For objects with the tier set at the object level, the account tier won't apply. The archive tier can be applied only at the object level. You can switch between these access tiers at any time.

DeveshSolanki
Jun 28, 2020

Agree Answer is B & D

[Removed]
Aug 10, 2020

A. > Cool is cheaper then Hot, files are avail. for access within 24 hours. However archive tier would be even cheaper. B. > Provides lowest storage cost and rehydration pis within requirement (up to 15 hours). C. > Doesn't mention anything about the access tier. I'd rule it out. D. > Would provide the lowst storage cost and rehydration is within the requirement (up to 15 hours) E. > Doesn't mention anything about the access tier. I'd rule it out. Conclusion: > B & D

[Removed]
Aug 10, 2020

One thing to add. GPv1 accounts don't support tiering at all...

svcoco
Jun 7, 2020

I think answers are wrong, access tier only applies to Blobs https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers?tabs=azure-portal B,D should be the correct answers

fanq10
Jun 11, 2020

ARCHIVE Tier meets the first requirement, but does not meet the second as "The archive access tier has the lowest storage cost. But it has higher data retrieval costs compared to the hot and cool tiers". https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers?tabs=azure-portal

fanq10
Jun 11, 2020

The correct answers are A & E

Test_Taker_1
Aug 21, 2020

The question has specific requirements only for storage costs, not retrieval costs.

fanq10
Jun 11, 2020

The correct answers are A & E

Test_Taker_1
Aug 21, 2020

The question has specific requirements only for storage costs, not retrieval costs.

josemessias
Jul 11, 2020

Answer: B,D - "Files are accessed rarely" - Archive access tier - "The files must be available within 24 hours of being requested" - Archive access tier with Standard priority: The rehydration request will be processed in the order it was received and may take up to 15 hours - "Storage costs must be minimized" - Archive access tier https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-rehydration?tabs=azure-portal

Duke_YU
Jun 19, 2020

the question says "accessed rarely" but doesn't say how rare. Which means we must consider some random access, maybe not very frequently, but not as rare as using archive tier. So, B and D are out. There are two answers. Funny thing is the explanation to C and E conflict each. Well, let's see what the official website says: Blob Storage: $0.00104/GB per month File Share: $0.074/GB per month So, E is correct. In the meanwhile we have to choose A together with E.

Yannor
Jul 30, 2020

It does say accessed rarely and also that "The files must be available within 24 hours of being requested." Archive provides that, if they can wait up to 24 hours for a file, why use a more expensive storage solution?

Manmohan
Jun 26, 2020

I will go with B & D

quokka
Jul 2, 2020

B & D for sure. Noticed it said "Storage costs must be minimized". It does NOT have requirement to retrieve or file sharing but "available within 24 hours". So that's how rare they will be accessed if at all. So there are enough hints to point to archive tier.

gboyega
Jul 21, 2020

B D are the correct answer

BobSing
Jun 1, 2020

Answer should be to use the Archive Tier option for the files. There is no stated requirement to access the files via SMB(File Share)

dathwerth
Sep 13, 2020

Not B, D: The Archive tier is optimized for storing data that is rarely accessed and stored for at least 180 days with flexible latency requirements (on the order of hours).?

Jimmer
Sep 19, 2020

The question literally states - "company files are are accessed rarely", and a requirement is to minimize storage costs. B & D make the most sense based on those two points. This article says files can take several hours to retrieve but smaller files take less than 1 hour - https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers?tabs=azure-portal. That meets the 24 hour threshold requirement as well.

wblom
Jun 1, 2020

Hmmm... At first I would say, the answers don't seem to be right here... I would expect answers related to "archive tier" since the question states "files are accessed rarely", which is the case for the "archive" tier. But looking further, "cool" tier might be correct as well...

tartar
Sep 20, 2020

BD is ok

atiff
Sep 22, 2020

love you tartar

levianthan
Sep 28, 2020

Did you mean AD?

David_986969
Oct 10, 2020

No A and B I think is the answer

David_986969
Oct 10, 2020

Sorry I correct my answer is A and D, because they are cool

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

David_986969
Oct 10, 2020

Sorry I correct my answer is A and D, because they are cool

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

David_986969
Oct 10, 2020

No A and B I think is the answer

David_986969
Oct 10, 2020

Sorry I correct my answer is A and D, because they are cool

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

David_986969
Oct 10, 2020

Sorry I correct my answer is A and D, because they are cool

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

atiff
Sep 22, 2020

love you tartar

levianthan
Sep 28, 2020

Did you mean AD?

David_986969
Oct 10, 2020

No A and B I think is the answer

David_986969
Oct 10, 2020

Sorry I correct my answer is A and D, because they are cool

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

David_986969
Oct 10, 2020

Sorry I correct my answer is A and D, because they are cool

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

David_986969
Oct 10, 2020

No A and B I think is the answer

David_986969
Oct 10, 2020

Sorry I correct my answer is A and D, because they are cool

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

David_986969
Oct 10, 2020

Sorry I correct my answer is A and D, because they are cool

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

Jinder
Jan 16, 2021

yes, A and D. Cool tier supported by v2 and blob, also v2 is recommended by Azure.

dev2dev
Jul 5, 2020

RTO is 24 hours and archieve tier will give cost effective solution

rajs
Aug 22, 2020

B and D have set each file to archive tier which is not possible. Access tiers are set at the storage account level. B has Hot access and D had cool access

Gianlucag77
Aug 25, 2020

5TB of how many files? If there were thousands files it would be impossible to set the tier for each one

Pan81
Aug 30, 2020

Access tier can be set at Account Level as well as individual blob object level inside that account. By default all objects will inside the account will inherit the access tier set at Account Level if not explicitly set at object level. Also Account Level Access Tier and Access Tier for the object inside that account could be different.

Pan81
Aug 30, 2020

B & D here are the pricing details HOT Blob : $0.022 GB/month for First 50 TB COOL Blob : $0.01 GB/month for First 50 TB ARCHIVE Blob : $0.00099 GB/month for First 50 TB FILE : $0.06 GB/month Clearly Archive Access Tier has the least storage cost. and Archive Access Tier provides Standard rehydration in 15 Hours as well as Premium rehydration in 1 hours option (and since cost of access in not part of requirement)

Pan81
Aug 30, 2020

B & D here are the pricing details HOT Blob : $0.022 GB/month for First 50 TB COOL Blob : $0.01 GB/month for First 50 TB ARCHIVE Blob : $0.00099 GB/month for First 50 TB FILE : $0.06 GB/month Clearly Archive Access Tier has the least storage cost. and Archive Access Tier provides Standard rehydration in 15 Hours as well as Premium rehydration in 1 hours option (and since cost of access in not part of requirement)

coldog86
Jun 10, 2020

I think the answer is not archive because it has the 180 day min storage

Test_Taker_1
Aug 21, 2020

you can store it for AT LEAST 180 days, but you can keep it in there as long as you like. If you delete it before the 180 days, you incur a early deletion penalty.

Myself101
Jun 22, 2020

We need to use Blob Storage with Archive Access tier. When files are needed a retrieval time of up to 24 hours is allowed and retrieval happens rarely. So we need to use Blob Storage as only that even has the access tier. Furthermore tiering is only possible in Blob Storage Accounts or GPv2 accounts. So it must be B & D

painkillers
Jul 16, 2020

According to ot the link here: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers?tabs=azure-portal#change-the-default-account-access-tier-of-a-gpv2-or-blob-storage-account general purpose v2 storage can have cool or hot tier setting. Object storage data tiering between hot, cool, and archive is only supported in Blob storage and General Purpose v2 (GPv2) accounts. General Purpose v1 (GPv1) accounts don't support tiering. https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers?tabs=azure-portal#storage-accounts-that-support-tiering

ablab
Aug 2, 2020

A and E supports Cool Access Tier

Nehuuu
Sep 1, 2020

B and D

apsi
Sep 23, 2020

I see answer explanation is contradictory: E: Using a file share is cheaper than using a blob container. C: Using a Blob container would be cheaper than using a file share.

siddjay
Jan 13, 2022

Answers are not updated.. you need to have premium BLOB container to implement LifecycleManagement.