Practice free →
HomeB.Tech Cloud Computingcloudcomputingcloudservices › Object storage in the cloud (AWS S3, Azure Blob …

Object storage in the cloud (AWS S3, Azure Blob Storage, GCP Cloud Storage) primarily targets:

AServing as the host OS root disk for every VM in the region
BStoring large amounts of unstructured data (images, videos, backups, logs) accessed via HTTP APIs
CRunning stateful relational queries with ACID transactions
DReplacing the network firewall layer
Answer & Solution
Correct answer: B. Storing large amounts of unstructured data (images, videos, backups, logs) accessed via HTTP APIs
Object stores are the cheap, durable home for unstructured blobs — accessed by HTTP GET/PUT against object keys. They are not OLTP databases, not boot disks for VMs, not network appliances.
Solve this in the app — B.Tech Cloud Computing practice & 24k+ MCQs →
Related questions