Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new GCP Question #7075

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions google-cloud-platform/google-cloud-platform-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.