Thursday, August 25, 2022

Storage in the Cloud (GCP)


Question 1
Which statement describes the correct Cloud Storage use case?

Correct Answer> Cloud Storage provides durable and highly available object storage.


Question 2
Why would a customer consider the Coldline Storage class?

Correct Answer> To save money on storing infrequently accessed data

Question 3
Which database service can scale to higher database sizes?

Correct Answer>  Cloud Spanner

Question 4
How are Firestore and Bigtable alike? (Select two answers.)
Correct Answer >
They are both NoSQL databases.
They are both highly scalable.

Question 5
You manufacture devices with sensors and need to stream huge amounts of data from these devices to a storage option in the cloud. Which storage option is the best choice for your application?

Correct Answer > Bigtable

Question 6
Your application needs to store data with strong transactional consistency, and you want seamless scaling up. Which storage option is the best choice for your application?

Correct Answer > Cloud Spanner

No comments:

Post a Comment

Kubernetes Commands for Beginners

 This document provides a list of basic Kubernetes commands useful for beginners. These commands help in interacting with the cluster and ma...