Cloud Storage Flashcards

1
Q

What type of storage offers the most solutions for cost efficency?

A

Cloud Storage

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

Which types of databases are considered No SQL?

A

Cloud DataStore, BigTable, Cloud Firestore

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

Which types of data bases are considered SQL?

A

Cloud SQL, Cloud Spanner

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

What is the max storage for Cloud SQL?

A

10 TB

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

What is the max storage for Cloud Spanner?

A

10 TB

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

What type of storage supports large amounts of No SQL data, and powers Google’s core services?

A

Bigtable

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

What SQL database offers both Stackdriver integration and failover/replica options?

A

Cloud SQL

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

What SQL database offers the highest SLA and is best for mission critical work?

A

Cloud Spanner

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

What is the lowest class of storage in Cloud Storage?

A

Archive; For data that needs to be accessed less than once a year

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

What storage class in Cloud Storage is best for disaster recovery?

A

Coldline; For data that needs to be accessed no mre than once a quarter (Lower price per GB but has a high retrieval cost)

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

What is the default storage setting for Cloud Storage buckets?

A

Standard; No mimimum time for storage, best for frequently accessed data

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

What is the default storage setting for Cloud Storage that is accessed multiple times per year but not often?

A

Nearline; lower storage costs but minimum for storage of at least 30 days and there is a price for retrieval

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

What storage service is best for ACID transactions and user profiles?

A

Cloud Datastore; is great for real time inventories

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

What storage service offers Global Time Stamps and provides external consistency?

A

Cloud Spanner; External consistency is the strongest available type of consistency which is good for transaction processing systems

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

How large is the storage capacity of BigTable?

A

Bigtable can scale to petabytes of data

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

What types of issues might you have with Bigtable?

A

Poor schema setup can greatly effect performance, but auto failover is available

17
Q

Which No SQL database option has the ability to scale to zero?

A

Cloud Datastore

18
Q

What service of Cloud Storage allows the retrieval of bects that have been deleted or overwritten?

A

Cloud Storage versioning; can be enabled to allow rollbacks on important files, does come with additional storage costs

19
Q

What are primary considerations for transferring data into the Cloud?

A

The size of the data and the bandwidth you will need to do the transfer effectively (will need a high bandwidth for anything over 1TB of data)

20
Q

Which Cloud Transfer Service allows us to transfer our online sources to a data sink?

A

Cloud Storage Transfer Service; Allows you to schedule data transfers, delete objects as nessasary, and can be set using gsutil

21
Q

Which Cloud Transfer Service allows transfer of petabytes of data with little interruption to services?

A

Cloud Transfer Appliance; A hardware storage device that allows you to set up and upload in your data center and then send that device to Google where it is uploaded into Cloud Storage

22
Q

What alternaives do you have for SQL database, other than Cloud SQL?

A

You can install a SQL server application onto a compute engine instance, but is then not managed by Google

23
Q

What is the difference between SSD and HDD?

A

HDD is less expensive, but will be lower performing whereas SSD provides low latency and high throughput

24
Q

Can you change the amount of storage in a SQL or compute instance?

A

You can increase the storage, but cannot decrease so it is important to make sure you know that before creating a new instance