Products Flashcards

(18 cards)

1
Q

What Is

Dataproc

A

Cloud Dataproc is a managed Hadoop and Spark service where a preconfigured cluster
can be created with one command line or console operation.

When working with Cloud Dataproc, you must know how to manage data storage, configure a cluster, and submit jobs.

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

What is

Dataflow

A

Cloud Dataflow is a managed stream and batch processing service. It is a core component for building pipelines that collect, transform, and output data.

Cloud Dataflow does not require you to configure instances or clusters—it is a no-ops service. Cloud Dataflow pipelines are run within a region. It directly integrates with Cloud Pub/Sub, BigQuery, and the Cloud ML Engine. Cloud Dataflow integrates with Bigtable and Apache Kafka.

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

What is

Pub/Sub

A

Cloud Pub/Sub is a real-time messaging service that supports both push and pull subscription models. It is a managed service, and it requires no provisioning of servers or clusters. Cloud Pub/Sub will automatically scale and partition load as needed.

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

What is

Compute Engine

A

VM running in google infrastructure

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

What is

App Engine

A

Plarform as a service, for building and hosting web apps.

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

What is

Google Kubernetes Engine (GKE)

A

Kubernetes Service

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

What is

Cloud Run

A

Platform for running serverless apps in containers.

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

What is

Cloud Functions

A

Functions Handling

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

What is

Cloud Storage

A

Cloud Storage is a managed service for storing unstructured data.

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

What is

Cloud SQL

A

Relational database service for PostgreSQL, MySQL, and SQL Server.
Key features:
- regional database
- limit 30 TB (if u need more move to cloud spanner)

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

What is

Big Query

A

Data Werehouse

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

What is

Spanner

A

Globally distributed, werticly scalled database.
- SQL
- Creating globally synchronous multiple replicas of each rows in multiple locations

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

What is

Cloud Bigtable

A

Low-latency, Cassandra, and HBase-compatible NoSQL database service.
Key Features:
- NoSQL
- Wide-column type
- High-volume
- low latency (miliseconds)

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

Cloud Firestore

A

NoSQL Document database.
Replacement of Cloud Datastore

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

Cloud Memorystore

A

Redis (REmote DIctionary Server) service.
Commonly used for caching.

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

Persistent Disk

A

Discs for compute engine

17
Q

Cloud Datastore

A

NoSQL document database.

18
Q

What is

Cloud SQL Proxy

A

Tool(?) which provides secure access to second generation instances without having to create allow lists or to configure SSL.
The proxy manages authentication and automatically encrypts data.