Module 5: Storage in the Cloud

Looking for โ€˜Google Cloud Fundamentals: Core Infrastructure Module 5 Answersโ€™?

In this post, I provide complete, accurate, and detailed explanations for the answers to Module 5: Storage in the Cloud of Course 2: Google Cloud Fundamentals: Core Infrastructure โ€“ Preparing for Google Cloud Certification: Cloud Developer Professional Certificate

Whether youโ€™re preparing for quizzes or brushing up on your knowledge, these insights will help you master the concepts effectively. Letโ€™s dive into the correct answers and detailed explanations for each question!

Quiz - Storage in the Cloud

Graded Assignment

1. What is the correct use case for Cloud Storage?

  • Cloud Storage is well suited to providing the root file system of a Linux virtual machine.
  • Cloud Storage is well suited to providing durable and highly available object storage. โœ…
  • Cloud Storage is well suited to providing data warehousing services.
  • Cloud Storage is well suited to providing RDBMS services.

Explanation:
Google Cloud Storage is an object storage service that offers high durability, availability, and scalability. It is designed for storing and retrieving unstructured data, such as images, videos, backups, and large datasets.

  • It isnโ€™t meant for providing root file systems for virtual machines (thatโ€™s what Persistent Disks are for).
  • It isnโ€™t a data warehousing solution (BigQuery is better for that).
  • It doesnโ€™t support relational database management (Cloud SQL, Spanner, or Firestore are better suited for that).

2. Which relational database service can scale to higher database sizes?

  • Spanner โœ…
  • Cloud SQL
  • Bigtable
  • Firestore

Explanation:
Cloud Spanner is a horizontally scalable, globally distributed relational database service that supports high availability, strong consistency, and massive scalability. It is designed for large-scale applications that require high transactional consistency.

  • Cloud SQL is a managed relational database but is not as scalable as Spanner.
  • Bigtable is a NoSQL database optimized for analytics, not relational data.
  • Firestore is a NoSQL document database for app development, not a relational database.

3. Why would a customer consider the Coldline storage class?

  • To save money on storing infrequently accessed data. โœ…
  • To save money on storing frequently accessed data.
  • To improve security.
  • To use the Coldline Storage API.

Explanation:
Google Cloud Coldline Storage is designed for long-term storage of infrequently accessed data at a lower cost. Itโ€™s ideal for archival storage, backups, and disaster recovery.

  • If data needs to be accessed frequently, Standard Storage or Nearline Storage would be a better choice.
  • Coldline does not inherently improve securityโ€”security depends on IAM roles and encryption settings.
  • There is no separate Coldline Storage APIโ€”it uses the same Cloud Storage API as other storage classes.

Related contents:

You might also like:

Course 3:

Leave a Reply