0
0
Azurecloud~5 mins

Storage tier optimization in Azure - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is storage tier optimization in cloud storage?
Storage tier optimization means choosing the best storage type based on how often and how quickly you need to access your data. It helps save money and improve performance by using different storage layers for different needs.
Click to reveal answer
beginner
Name the common Azure storage tiers used for blob storage.
Azure Blob Storage has Hot, Cool, and Archive tiers. Hot is for frequent access, Cool for infrequent access, and Archive for rarely accessed data that can wait for retrieval.
Click to reveal answer
intermediate
How does moving data to a cooler tier save costs?
Cooler tiers cost less to store data but may charge more when you access or move data. By moving rarely used data to these tiers, you pay less overall because storage costs drop even if access costs rise a bit.
Click to reveal answer
beginner
What is a real-life example of storage tier optimization?
Think of a library: new books are on the front shelves (hot tier) for easy access, older books go to back shelves (cool tier), and very old books are stored in the basement (archive tier). This saves space and effort while keeping books accessible when needed.
Click to reveal answer
intermediate
What Azure feature helps automate moving data between tiers?
Azure Blob Storage lifecycle management lets you set rules to automatically move blobs between Hot, Cool, and Archive tiers based on their age or last modification time.
Click to reveal answer
Which Azure Blob Storage tier is best for data accessed daily?
AHot tier
BCool tier
CArchive tier
DPremium tier
What happens if you access data stored in the Archive tier?
AData is instantly available with no extra cost
BData is deleted automatically
CData moves to Hot tier automatically
DData retrieval takes time and may incur additional charges
Why use lifecycle management policies in Azure Storage?
ATo automatically delete all data after 1 day
BTo automatically move data between tiers based on rules
CTo encrypt data at rest
DTo increase storage capacity
Which tier is most cost-effective for long-term data that is rarely accessed?
AArchive tier
BHot tier
CCool tier
DStandard tier
What is a key trade-off when using cooler storage tiers?
ANo difference in cost or speed
BHigher storage cost but faster access
CLower storage cost but slower or costlier access
DData is less secure
Explain how storage tier optimization helps reduce cloud storage costs.
Think about how often you use your data and where it should be stored.
You got /4 concepts.
    Describe how Azure Blob Storage lifecycle management works for tier optimization.
    Imagine setting up automatic reminders to move your files to cheaper storage.
    You got /4 concepts.