Storage Flashcards

1
Q

What is Cloud Storage

A

Object storage that makes data as objects stored in a packaged format which includes the object binaries as well as meta data about the object. It also includes a global identifier in the form of a url.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Three ways to transfer data to Cloud Storage

A
  1. Online transfer
  2. Storage transfer service
  3. Transfer appliance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name the GCP storage Options.

A
  1. Cloud Storage
  2. Cloud SQL
  3. Cloud BigTable
  4. Cloud Spanner
  5. Firestore
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Cloud SQL

A

Fully managed relationship database system in the cloud.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Cloud Spanner

A

Fully managed relational database that scales horizontally, is strongly consistent and speaks SQL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Firestore

A

Flexible horizontally scalable NOSQL cloud database for mobile, web and server applications. Data is stored in documents and organized into collections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Cloud BigTable

A

NOSQL big data database service that is designed to handle massive workloads at low latency. Best suited for over 1 TB of semi to non structured data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What would you use to store immutable blobs of images and videos over 10mb and under 5TB per object. Able to allow Petabytes of total storage.

A

Cloud Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What storage option(s) is/are best for online transactions requiring full SQL support?

A

Cloud SQL
Cloud Spanner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

If Horizontal scaling is required what storage option is best.

A

Cloud Spanner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What storage option is best for existing applications and web frameworks that need to store customer orders and user credentials

A

Cloud SQL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What storage option is best if you require massive scaling, real time query results and offline query support

A

Firestore

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What storage option is best if you need to store a large number of unstructured objects, expect heavy read and writes and don’t require SQL queries or multi row transactions

A

Cloud BigTable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly