Question
Which of the following cloud storage types is most suitable for storing large amounts of unstructured data such as images, videos, and log files?
Solution
Object Storage (e.g., AWS S3, Azure Blob Storage, Google Cloud Storage) stores data as discrete objects β each consisting of data, metadata, and a unique identifier. It is highly scalable, cost-effective, and ideal for unstructured data like images, videos, backups, and log files. Block Storage (e.g., AWS EBS) divides data into fixed-size blocks and is used for VM disk volumes requiring low-latency I/O. File Storage (e.g., AWS EFS) provides a shared file system accessed via NFS/SMB protocols.Β
- What is the primary goal of a software process?
- What are the different cloud deployment models?
- What is the primary function of the RAM (Random Access Memory) in a computer system?
- What is the primary purpose of Cloud Cost Optimisation strategies such as Reserved Instances, Spot Instances, and Right-sizing?
- Which one is not a UML diagram?
- A software process model provides:
- What is 'auto-scaling' in cloud computing?
- Which Software Development Life Cycle (SDLC) model is best suited for projects with unclear requirements that are expected to evolve over time?
- What is the purpose of 'version control systems' (VCS) like Git?
- What does DMA stand for?