
Answer-first summary for fast verification
Answer: Hot tier for daily operational files, Cool tier for monthly reports, and Archive tier for annual audit logs.
The Hot tier is optimized for data that is accessed frequently, such as daily operational files, due to its higher storage cost but lower access costs. The Cool tier is more cost-effective for data that is accessed less frequently, like monthly reports, with slightly higher access costs but lower storage costs. The Archive tier is the most cost-effective for data that is rarely accessed, such as annual audit logs, but requires rehydration before access, making it unsuitable for frequently accessed data.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In the context of optimizing costs and performance for an Azure Blob Storage account, you are presented with a scenario where the storage needs to accommodate a variety of data types with differing access patterns. These include daily operational files that are accessed multiple times a day, monthly reports that are reviewed once a month, and annual audit logs that are accessed once a year. Considering the need to minimize costs while ensuring appropriate access speeds, which combination of Azure Blob Storage tiers would you recommend for each data type? Choose the best option from the following. (Choose one correct option)
A
Hot tier for daily operational files, Cool tier for monthly reports, and Archive tier for annual audit logs.
B
Cool tier for daily operational files, Hot tier for monthly reports, and Archive tier for annual audit logs.
C
Archive tier for daily operational files, Cool tier for monthly reports, and Hot tier for annual audit logs.
D
Hot tier for daily operational files, Archive tier for monthly reports, and Cool tier for annual audit logs.
No comments yet.