AZ-304 – Question #78

0
266

Question #78

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure Storage account that contains two 1-GB data files named File1 and File2. The data files are set to use the archive access tier.
You need to ensure that File1 is accessible immediately when a retrieval request is initiated.

Q.1:
Solution: For File1, you set Access tier to Hot.
Does this meet the goal?

A. Yes
B. No

Correct Answer: A
The hot access tier has higher storage costs than cool and archive tiers, but the lowest access costs. Example usage scenarios for the hot access tier include:
✑ Data that’s in active use or expected to be accessed (read from and written to) frequently.
✑ Data that’s staged for processing and eventual migration to the cool access tier.
Reference:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers

Q.2:
Solution: You add a new file share to the storage account.
Does this meet the goal?

A. Yes
B. No

Correct Answer: B

Q.3:
Solution: You move File1 to a new storage account. For File1, you set Access tier to Archive.
Does this meet the goal?

A. Yes
B. No

Correct Answer: B
Instead use the hot access tier.
The hot access tier has higher storage costs than cool and archive tiers, but the lowest access costs. Example usage scenarios for the hot access tier include:
Data that’s in active use or expected to be accessed (read from and written to) frequently.
✑ Data that’s staged for processing and eventual migration to the cool access tier.
Reference:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers

NO COMMENTS