Core services Flashcards

1
Q

List Compute services

A

BareMetal
Compute Engine
App Engine
GKE
Cloud functions
Cloud GPUs
Sole-tenant VMs

Google Cloud VMware engine
Migration of other provider compute resources
Shielded VMs
Preemptible VMs

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

What app Engine does ?

A

Host web-application in a serverless manner , without worring about underlying infrastructure.

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

What are the Sole-tenant nodes ?

A

Dedicated VMs - they are inside a dedicated hardware

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

What are Preemptible VMs​ ?

A

VMs used for a short-lived period.

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

What means Shielded VMs​ ?

A

Hardened VMs on Google cloud.

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

What’s the difference between K8 and Docker?

A

K8 allows the management of containers across multiple VMs.

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

What is a pod ?

A

A group of containers that have shared resources (storage, network etc).

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

What is BigQuery ?

A

No-SQL data-warehouse (serverless).
Has build-in ML.

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

What is Cloud BigTable ?

A

No-SQL value/key store

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

What is Firestore?

A

No-SQL Document database

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

What is Cloud Spanner?

A

Proprietary relational database - uses SQL

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

What is Cloud SQL ?

A

Relational Database Service​

MySQL, PostgreSQL, and SQL Server database services​

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

What is Memorystore ?

A

In-Memory​ (like Redis) data store service

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

What is Database Migration Service (DMS) ?

A

Database Migration Service

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

What is the key feature of Firestore?

A

Firestore Realtime​

Store and sync data in real time.​

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

What is a data warehouse?

A

TODO

A relational datastore designed for analytic workloads, which is generally column-oriented data-store​

Companies will have terabytes and millions of rows of data,​ and they need a fast way to be able to produce analytics reports​

A data warehouse needs to consume data from a relational database on a regular basis.​

17
Q

List containers services

A

GKE
Container Registry (Docker images)
Artifact Registry (store, manage and secure containers)
Cloud Build
Cloud Run (run stateless containers on a fully managed environment). Alternative to K8.
Deep learning containers
Pre-build containers on Google Market Place

18
Q

List database services

A

BigQuery
CloudSpanner
Firestore
Cloud SQL
Database migration service
InMemory store
BigTable

19
Q

List available Cloud Storage classes

A

Standard (0 day min) – when you are frequently using files. The least cost-effective​
Nearline (30 day min) – when you will only access a file once per month, cheaper than standard.​
Coldline (90 day min) – higher access cost than nearline store but lower at-rest cost​
Archive (365 day min) – very slow retrieval, very cost-effective, rarely or never intended to be accessed​

20
Q

List type of storage types

A
  1. Block
    use hard drive , no medatada
    pros: fast
    Usage: in databases, caches, VMs, bare-metal server
  2. File
    use file system, structured data , allows metadata
    cons: expensive and slow
    Usage: share data across users and apps
  3. Object
    nonstructured, but with metadata
    Access over API
    Usage: videos, image, documents, website