With a cloud service category where the cloud customer is provided a full application framework into which to deploy their code and services, which storage types are MOST likely to be available to them?
With a cloud service category where the cloud customer is provided a full application framework into which to deploy their code and services, which storage types are MOST likely to be available to them?
The question describes a cloud service category where the customer is provided with a full application framework to deploy their code and services, which points to Platform as a Service (PaaS). In a PaaS environment, the most likely storage types provided are structured and unstructured. Structured storage refers to databases that handle data with predefined models, while unstructured storage refers to data without a predefined structure, such as text documents and media files. These storage types align with the functionalities typically offered in a PaaS model, enabling developers to efficiently manage and utilize their data within the application framework.
A. Structured and unstructured
D: Volume and object
Volume and object storage are the focus in the CCSP study material
For the cloud service category you're referring to, which is Platform as a Service (PaaS), the storage types most likely to be available to the user include structured and unstructured data storage. This option reflects the typical capabilities of a PaaS environment, where developers are provided with a framework to develop, run, and manage applications without the complexity of building and maintaining the infrastructure typically associated with the process.
In a Platform as a Service (PaaS) environment, the cloud customer is given a full application framework where they can deploy their code and services without managing the underlying infrastructure. The most commonly available storage types in this model are: Structured storage → Typically refers to databases (SQL, NoSQL, etc.), which are often integrated into PaaS offerings. Unstructured storage → Usually object storage, which is used for storing large amounts of data like logs, media files, and backups. Why Not the Others? B. Structured and hierarchical: Hierarchical storage isn't a typical classification in cloud storage. C. Volume and database: Volume storage (block storage) is more common in IaaS, not PaaS. D. Volume and object: Volume storage is more relevant in IaaS, where customers need direct control over storage attached to VMs.