exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 3 question 26 discussion

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

HOTSPOT -
You are developing an application that uses a premium block blob storage account. The application will process a large volume of transactions daily. You enable
Blob storage versioning.
You are optimizing costs by automating Azure Blob Storage access tiers. You apply the following policy rules to the storage account. (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:

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
baroo1
Highly Voted 2 years, 2 months ago
No - Not modified, created. No - Not accessed, created. Yes - Rules are matching the statement. The prefix "transactions" can be applicable for containers as well. "container" / "container/blob" or "blob" can be used under this context. Source: https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview#archive-data-after-ingest No - "enableAutoTierToHotFromCool": "true" should be enabled.
upvoted 28 times
...
Dani_ac7
Highly Voted 2 years, 8 months ago
With this image, all answers are NO: - Container named transaction is not in code - is no present line "enableAutoTierToHotFromCool": true
upvoted 26 times
Tenk14
2 years, 7 months ago
I guess, third statement (The policy rule tiers..) result is Yes. Container name "transactions" is in prefixMatch. https://docs.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview#archive-data-after-ingest Solution is: - No - No - Yes - No
upvoted 63 times
ChiragShah4885
2 years, 7 months ago
Container name "transactions" is in prefixMatch means its name must start from "transactions". Its name is not "transactions". Dani_ac7's answer looks correct
upvoted 2 times
ArturKon
2 years, 7 months ago
Looks like 3rd is NO, according to filter's guide: "Filter blobs by name or first letters. To find items in a specific container, enter the name of the container followed by a forward slash, then the blob name or first letters. For example, to show all blobs starting with "a", type: "mycontainer/a"." So it looks like we are searching blobs with "transactions" prefix in all containers in 3rd.
upvoted 1 times
...
cwn53066
2 years, 7 months ago
But name "transactions" satisfies rule `name must start from "transactions"`, why it doesn't fit?
upvoted 5 times
...
...
...
Esward
2 years, 3 months ago
Correct: if you want to match the blobs within a specific container, you should mention the conatiner name/blob name { "rules": [ { "name": "agingRule", "enabled": true, "type": "Lifecycle", "definition": { "filters": { "blobTypes": [ "blockBlob" ], "prefixMatch": [ "sample-container/blob1", "container2/blob2" ] }, "actions": { "baseBlob": { "tierToCool": { "daysAfterModificationGreaterThan": 30 }, "tierToArchive": { "daysAfterModificationGreaterThan": 90 } } } } } ] }
upvoted 1 times
...
Hendrikdb
1 year, 2 months ago
wrong: An array of strings for prefixes to be matched. Each rule can define up to 10 case-sensitive prefixes. A prefix string must start with a container name. For example, if you want to match all blobs under https://myaccount.blob.core.windows.net/sample-container/blob1/... for a rule, the prefixMatch is sample-container/blob1
upvoted 1 times
...
...
DamuKeesh
Most Recent 2 months, 4 weeks ago
The solution is -No -No -Yes -No
upvoted 1 times
...
4bd3116
8 months, 1 week ago
Block blobs prefixed with “transactions” will transition blobs that have not been modified in over 60 days to cool storage, and delete blobs not modified in 365 days. Yes. This is correct based on the rule provided. Blobs are moved to cool storage if they have not been accessed for 60 days. No. The rule is based on the creation date, not access date. The policy rule tiers previous versions within a container named “transactions” that are 60 days or older to the cool tier and deletes previous versions that are 365 days or older. No. The rule applies to block blobs with the prefix “transactions,” not specifically to previous versions within a container. Blobs will automatically be tiered from cool back to hot if accessed again after being tiered to cool. No. As you correctly pointed out, the rule does not specify “enableAutoTierToHotFromCool” as true. So, the correct answers should be: Yes, No, No, No.
upvoted 1 times
...
Christian_garcia_martin
8 months, 2 weeks ago
NO , NO ,YES ,NO . Last one is NO becouse you don't see "enableAutoTierToHotFromColl" : true
upvoted 3 times
...
jobolesonihal
1 year, 1 month ago
policy doesn't mention baseblob. Solution is: - No - No - Yes - No
upvoted 4 times
...
SSR999
1 year, 2 months ago
Premium Block Blobs wont support access tiers and Lifecycle management policies (tiering) https://learn.microsoft.com/en-us/azure/storage/blobs/storage-feature-support-in-storage-accounts#premium-block-blob-accounts
upvoted 6 times
...
NPE_
1 year, 6 months ago
3rd is YES, check the reference: https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview On the page it says: "A prefix string must start with a container name. For example, if you want to match all blobs under https://myaccount.blob.core.windows.net/sample-container/blob1/... for a rule, the prefixMatch is sample-container/blob1." This means that the container name is "transactions" So the only one that make me confusing is the 4th. According to the discussion, you have to manually enable "enableAutoTierToHotFromCool". And it is also mentioned above in the link that "The enableAutoTierToHotFromCool action is available only when used with the daysAfterLastAccessTimeGreaterThan run condition. " As in our case, the prerequisite for the auto tier to hot from cool is not even fulfilled, so it is not possible to expect an "AutoTierToHotFromCool" effect. I would go with a NO for the 4th.
upvoted 3 times
...
nikipediaa
1 year, 7 months ago
Question was on exam 2023-09-26
upvoted 1 times
nikipediaa
1 year, 7 months ago
sorry, not this one, but similar with containers and numbers :)
upvoted 1 times
...
...
aragones
1 year, 11 months ago
Got this 2023-05-12. Without 4th question. my cases also: case: You need to configure authorization. case: You need to ensure the app does not time out and processes the blob data case study: VanArsdel Inc Canada
upvoted 2 times
...
aragones
1 year, 11 months ago
Got this 2023-05-12. My case: case: You need to configure authorization. case: You need to ensure the app does not time out and processes the blob data case study: VanArsdel Inc Canada
upvoted 1 times
...
surprise0011
2 years ago
received 2023-04-17 went N,N,Y, score 926 last box was not there only first three
upvoted 8 times
...
surprise0011
2 years ago
premium block blob storage does not support access tiers. This is confusing
upvoted 4 times
...
Saluk_DE
2 years, 1 month ago
Question was in Exam 2023-03-30
upvoted 1 times
...
sarmaria
2 years, 1 month ago
Got this on 16/03/23. Make sure to prepare for case study. I got city and lights case study. No Kubernetes, Search, Logic Apps questions for me.
upvoted 4 times
...
rasojol523
2 years, 1 month ago
Box 3: No ? 'DayAfterCreationGraterThan 60' does not include 'just 60 days'. Therefore, if something has been made for 60 days, it would not be included in '60 days or later', so box 3 would be NO ?
upvoted 2 times
...
Ayman99
2 years, 2 months ago
Was on the exam 27.02.2023 Went with NNYN. Score 870
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