exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 4 question 32 discussion

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

HOTSPOT -
You are developing an application that uses a premium block blob storage account. You are optimizing costs by automating Azure Blob Storage access tiers.
You apply the following policy rules to the storage account. You must determine the implications of applying the rules to the data. (Line numbers are included for reference only.)

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Yes -


Box 2: Yes -


Box 3: Yes -

Box 4: Yes -

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
finnishr
Highly Voted 3 years, 4 months ago
Correct answer: 1. Yes 2. Yes 3. Yes 4. No
upvoted 89 times
[Removed]
1 year, 9 months ago
I think you missed the difference between Blobs and Block blobs. 1. Yes 2. No - configuration is for Block Blobs and not for blob 3. No - configuration is for Block Blobs and not for blob 4. Yes - because of delete property
upvoted 1 times
warchoon
1 year, 9 months ago
So 1 must be No too because of "Blobs" for 120 days
upvoted 2 times
...
TOM101
1 year, 9 months ago
The scenario is about premium block blobs, so blobs can only be block blobs here
upvoted 3 times
examprepau
1 month, 3 weeks ago
Disagree: Append Blobs can also go in Premium Block Blobs
upvoted 1 times
examprepau
1 month, 3 weeks ago
So for me its Yes: 60 Days( BlockBlobs with container1/salesorder or container2/salesorder) NO : 120 Days (Mentions Blobs in general. where append blobs will not move as rule is for blockBlob) NO: 30 Days (Mentions Blobs in general . where append blobs will not move as rule is for blockBlob) NO: Auto move to hot (Mentions Blobs in general . where append blobs will not move as rule is for blockBlob) NO: 730 (rule is daysAfterModified not all blockBlobs) Reference: learn.microsoft.com/en-us/azure/storage/common/storage-account-overview "Premium block blobs3 Blob Storage (including Data Lake Storage1) Premium storage account type for block blobs and append blobs. Recommended for scenarios with high transaction rates or that use smaller objects or require consistently low storage latency. Learn more about example workloads."
upvoted 1 times
examprepau
1 month, 3 weeks ago
Justification/correction for above: Premium Block Blob account can have append blobs as well, all the statements except first and last says blob and not blockBlob, where all the filters are related to blockBlob. Since the first and last statement mentions blockBlob explicitly that mean it needs to be considered. YES 4: auto move to hot as only block blobs are going to cool so that means all the blobs in cool will go to hot
upvoted 1 times
...
...
...
...
...
Esward
1 year, 10 months ago
Agree with you!
upvoted 1 times
...
windflower555
3 years, 2 months ago
4 No, correct answer is: should be block blobs will be deleted 730 days after last modified (missed deleted part in my previous comment)
upvoted 11 times
Vady98
3 years, 2 months ago
Agree I think
upvoted 1 times
...
...
somename20221106
2 years, 1 month ago
Wondering why B is "Yes". There is no mentioning of moving the Blob from Hot to Cold Tier in 30 days...
upvoted 1 times
MagoNero
2 years ago
Lifecycle
upvoted 2 times
...
Bear_Polar
2 years ago
"tierToCool": { "daysAfterLastAccessTimeGreaterThan": 30 }
upvoted 4 times
...
...
...
jay158
Highly Voted 3 years, 5 months ago
Answer is correct 1. Yes 2. Yes 3. Yes 4. Yes
upvoted 39 times
vtomy
3 years, 5 months ago
Answer is correct
upvoted 4 times
...
ucsdmiami2020
3 years ago
4 is Yes. Per the Microsoft docs "Some data is expected to expire days or months after creation. You can configure a lifecycle management policy to expire data by deletion based on data age. The following example shows a policy that deletes all block blobs older than 365 days." "actions": { "baseBlob": { "delete": { "daysAfterModificationGreaterThan": 365 } } } https://docs.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview?tabs=azure-portal#move-aging-data-to-a-cooler-tier
upvoted 3 times
KeithSh
4 months, 2 weeks ago
It actually says "The following example shows a policy that deletes all block blobs that haven't been MODIFIED in the last 365 days." Not "older than".
upvoted 2 times
KeithSh
4 months, 2 weeks ago
So should be NO for the 4th Q.
upvoted 2 times
...
...
mattvasc
2 years, 9 months ago
I have opened an PR, and now, the docs is correct: "The following example shows a policy that deletes all block blobs that have not been modified in the last 365 days." PR: https://github.com/MicrosoftDocs/azure-docs/pull/89203 Docs: https://docs.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview?tabs=azure-portal#expire-data-based-on-age
upvoted 8 times
gmishra88
2 years, 2 months ago
Bad that you cannot start a PR on this question from Microsoft :)
upvoted 1 times
...
...
...
yibuqian
2 years, 9 months ago
#2 rule conflict with #1, so #1ans - No #4ans is No, because the rule is not for created date
upvoted 1 times
...
wangga
2 years, 9 months ago
4. No, It should be daysAfterCreationGreaterThan https://docs.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview?tabs=azure-portal
upvoted 5 times
...
...
4bd3116
Most Recent 3 months, 3 weeks ago
Yes,Yes,No,Yes
upvoted 1 times
...
blpiek21
8 months, 3 weeks ago
So confused, Premium Block Blob storage does not support tiering. Or am I missing something?
upvoted 7 times
cmmr
5 days, 14 hours ago
https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview it seems it does now
upvoted 1 times
...
...
SSR999
10 months ago
All No, as premium block blob wont support lifecycle management policies (Tiers) and access tiers https://learn.microsoft.com/en-us/azure/storage/blobs/storage-feature-support-in-storage-accounts#premium-block-blob-accounts
upvoted 4 times
...
Veeresh114
10 months, 2 weeks ago
The baseBlob element in a lifecycle management policy refers to the current version of a blob. The version element refers to a previous version.
upvoted 1 times
...
manopeydakon
10 months, 3 weeks ago
NO,No,No,No - Tiering is not yet supported in a premium block blob storage account. For all other accounts, tiering is allowed only on block blobs and not for append and page blobs. See: https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview
upvoted 4 times
...
CarlosTheBoldest
1 year ago
I got this question on my exam, 2023Dec, go with what I remember was the most voted answer. Score 902, most of the questions were here, slightly different on wording because the Azure Ad <-> Entra Id change. Case was City Power & Light. Good luck! Important tip, you have access to microsoft learn during the exam!
upvoted 3 times
...
ww
1 year ago
Received this question on my test dated 28-11-2023, went with No, No, No, No Because as mentioned in the discussions here, Premium block blobs don't support tiering as of Nov-23.
upvoted 10 times
cmmr
5 days, 14 hours ago
they do now: Lifecycle management policies are supported for block blobs and append blobs in general-purpose v2, premium block blob, and Blob Storage accounts. https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview
upvoted 1 times
...
...
dddddd111
1 year ago
As of Oct2023, premium block blob storage account is not yet supported for tiering. This is a tricky question, just because you see a code doesn't mean it will work. All answers are "No", unless the premium block blob storage account becomes available in the future. (If that's happen, I believe No.4 would still be no, due to the delete rule requirements) Reference: Search the note for premium block blob storage account. https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview
upvoted 6 times
...
nanguer
1 year, 1 month ago
All of the answers should be "No" according to this paragraph in the docs: "Data stored in a premium block blob storage account cannot be tiered to hot, cool, cold or archive by using Set Blob Tier or using Azure Blob Storage lifecycle management. To move data, you must synchronously copy blobs from the block blob storage account to the hot tier in a different account using the Put Block From URL API or a version of AzCopy that supports this API" https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview#blob-lifecycle-management
upvoted 9 times
dddddd111
1 year ago
Indeed. It was also mentioned in this site https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview Tiering is not yet supported in a premium block blob storage account. For all other accounts, tiering is allowed only on block blobs and not for append and page blobs. All answers are "NO"
upvoted 4 times
...
...
pandugadu009
1 year, 2 months ago
Got it today and went with No No No Yes Passed the exam with 749 score.
upvoted 3 times
...
leviatas
1 year, 2 months ago
Got this question in exam 2023.09.25. Contoso case Study
upvoted 1 times
...
SangeethaRamasamy
1 year, 3 months ago
Got this in 14/09/2023 exam
upvoted 2 times
Elbanna
1 year, 2 months ago
which answers did you choose?
upvoted 1 times
...
...
Dreamer999
1 year, 6 months ago
Answer should be : No, No ,No, No The key is that this is premium storage account and moving between tiers are not supported using lifecycle management policy. I tested it by creating a premium storage account with the blob type as block blob. In the life cycle management window for adding rules in the portal, I only see option to delete the blob. No option to move to different tiers.
upvoted 11 times
JogSte
1 year, 3 months ago
I tested too and Premium Block Blob Storage Account only accept Delete lifecycle, not tierToCool neither tierToArchive. The documentation says 1-NO, 2-NO, 3-NO "Data stored in a premium block blob storage account cannot be tiered to hot, cool, cold or archive by using Set Blob Tier or using Azure Blob Storage lifecycle management. To move data, you must synchronously copy blobs from the block blob storage account to the hot tier in a different account using the Put Block From URL API or a version of AzCopy that supports this API." https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview
upvoted 2 times
...
...
prakash007
1 year, 7 months ago
Correct answer : 1. Yes 2. Yes 3. Yes 4. No. Reference: - https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview?tabs=azure-portal#move-aging-data-to-a-cooler-tier
upvoted 1 times
...
[Removed]
1 year, 8 months ago
Got this in exam today (5 April 2023)
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago