From 634851447dc6bddb07edc9d8bf49721bdf30a851 Mon Sep 17 00:00:00 2001 From: Makendran G Date: Sun, 20 Oct 2024 20:51:03 +0530 Subject: [PATCH] Added new GCP Question I have added the below details in this file. Added new GCP Question Q80 Kindly add `hacktoberfest-accepted` label in this PR --- google-cloud-platform/google-cloud-platform-quiz.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/google-cloud-platform/google-cloud-platform-quiz.md b/google-cloud-platform/google-cloud-platform-quiz.md index da226dbcc4..3aadf3771c 100644 --- a/google-cloud-platform/google-cloud-platform-quiz.md +++ b/google-cloud-platform/google-cloud-platform-quiz.md @@ -659,3 +659,14 @@ kubectl create deployment app --image=$ImageRepo:$Tag - [ ] Project Owner [Reference](https://cloud.google.com/logging/docs/access-control) + +#### Q80. Which of the following Google Cloud services is best suited for storing unstructured data, such as images and videos? + +- [ ] Cloud SQL +- [ ] Cloud Bigtable +- [x] Cloud Storage +- [ ] Cloud Spanner + +**Explanation** + +- Cloud SQL is a fully managed relational database service for MySQL, PostgreSQL, and SQL Server databases. It is designed for structured data and relational database needs. Cloud Bigtable is a NoSQL database service designed for large-scale, low-latency workloads but is not ideal for storing unstructured data like media files. Cloud Storage is designed specifically for storing unstructured data, such as images, videos, and backups. It is highly scalable, durable, and optimized for performance. Cloud Spanner is a fully managed, scalable, relational database service for mission-critical applications requiring strong consistency and horizontal scaling. It’s not designed for unstructured data storage.