Cloud Concepts Flashcards

1
Q

Cloud (defined)

A

The network of data centers that store and compute information available through the internet.

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

Cloud Computing (defined)

A

The technology and processes needed to store, manage and access data over the cloud.

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

Digital Transformation (defined)

A

Taking advantage of Cloud technology to:

  • re-define relationships with customers, employees, partners
  • create revolutionary applications and experiences
  • fundamentally change operation and value delivery
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Customer Expectations shift from Digital

A

Cloud adopters have set new customer expectations:

  • content and information available instantly from anywhere
  • services that are always available
  • personalized experiences
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Cloud v. Traditional on-prem

A

Google Cloud offers:

  • economies of scale
  • rapid elasticity
  • automation
  • data access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Burning platform effect

A

Abandoning old tech for a new one.

Thriving companies focus on Why they exist, not How they operate.

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

Modernization focus areas

A
  • Infrastructure
  • Business platforms using APIs
  • Applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

7 Solution Pillars

A

GCP solution categories:

  1. Infrastructure modernization
  2. Business app portfolio
  3. App modernization
  4. Db and Storage
  5. Smart analytics
  6. AI
  7. Security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Data Types

A
  • structured. (defined data elements, relationships, consistency)
  • unstructured. (e.g. docs, files, objects, BLOBs), now easier to analyze through APIs to gain insights
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Data Warehouse (defined)

A

Assemble data from multiple sources (including Dbs)
and enable rapid analysis of large (multi-dimensional) datasets
by transforming un-structured —> semi-structured data for gaining insights
Big Query is the GCP Data Warehouse solution

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

Cloud Data Lake

A

Repository for retrieval of un-structured data e.g. for Backup data

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

Machine Learning

A

Producing trained algorithms based on analyzing big data sets.
Training the computer to automatically do something.

E.g. training a facial recognition algorithm to recognize the same face across changes, lifespan

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

Shared-Responsibility model

A

A security model where the Cloud provider secures the infrastructure
and the business secures access to apps and data

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

Kubernetes

A

Provides a managed environment for deploying, managing and scaling your containerized applications in GC.
Also provides Open source cluster management for automated container orchestration since using many containers creates complexity in their management, this simplifies container management and app deployment

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

AI

A

Any machine capability that normally requires human intelligence.

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

Cloud Regions and Zones

A

Regions are collections of zones.
Zones have high-bandwidth, low-latency network connections to other zones in the same region.
In order to deploy fault-tolerant applications that have high availability, Google recommends deploying applications across multiple zones and multiple regions.