0
0
HLDsystem_design~5 mins

Blob storage (S3, Azure Blob) in HLD - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Blob Storage in cloud computing?
Blob Storage is a service that stores large amounts of unstructured data like images, videos, and documents in the cloud. It acts like a digital container for files.
Click to reveal answer
beginner
Name two popular Blob Storage services in the cloud.
Amazon S3 (Simple Storage Service) and Azure Blob Storage are two popular services for storing blobs in the cloud.
Click to reveal answer
beginner
How does Blob Storage organize data?
Blob Storage organizes data in containers (Azure) or buckets (S3), which hold blobs or objects (files). This helps keep files grouped and easy to find.
Click to reveal answer
beginner
What is a common use case for Blob Storage?
Blob Storage is often used to store backups, media files, logs, and data for websites or apps that need to access files quickly and reliably.
Click to reveal answer
intermediate
How does Blob Storage ensure data security?
Blob Storage uses access controls, encryption, and secure transfer protocols to keep data safe from unauthorized access.
Click to reveal answer
What is the main purpose of Blob Storage?
AStore large amounts of unstructured data
BRun virtual machines
CManage databases
DHost websites
In Azure Blob Storage, what is the container equivalent to in Amazon S3?
AFolder
BBucket
CDatabase
DInstance
Which of these is NOT a typical use case for Blob Storage?
AStoring media files
BBacking up data
CRunning application code
DStoring logs
How does Blob Storage protect data during transfer?
ABy deleting old files
BBy compressing files
CBy running antivirus scans
DUsing secure transfer protocols like HTTPS
What type of data is best suited for Blob Storage?
AUnstructured data like images and videos
BStructured data like tables
CReal-time streaming data
DExecutable programs
Explain what Blob Storage is and how it organizes data.
Think about how files are grouped and stored in the cloud.
You got /4 concepts.
    Describe common use cases and security features of Blob Storage.
    Consider why people use Blob Storage and how their data stays safe.
    You got /6 concepts.