Quizlet #5 Flashcards

1
Q

AI Hub

A

A hosted repository of plug-and-play AI components, including end-to-end AI pipelines and out-of-the-box algorithms

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

Business problems ML can address

A

Replacing rule-based systems, Automating processes, Understanding unstructured data, Personalizing applications

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

Virtual machines

A

Cloud machines share and optimize the same pool of computer processing, storage, and networking resources. They also enable businesses to have multiple applications running at the same time on a server

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

Infrastructure as a Service (IaaS)

A

Outsourcing your IT needs and move some or all infrastructure away from physical data centers to virtualized data centers in the cloud

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

Platform as a Service (PaaS)

A

A cloud service in which consumers can install and run their own specialized applications on the cloud computing network.

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

Hypervisor

A

Software layer that sits on top of physical hardware, and multiple VMs are built on top of it. It’s like having multiple computers that only use one piece of hardware

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

Container

A

Hold exactly what’s needed for the particular application that they support. They start faster, use less memory, and allow developers to create predictable environments. They are like prefabricated units placed on top of each other. This means that any problem that arises is easier to isolate and fix

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

Serverless computing

A

Resources, such as compute power, are automatically provisioned behind-the-scenes as needed. Businesses do not pay for compute power unless they are actually running a query or application. AKA Function-as-a -service

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

Private cloud

A

Cloud infrastructure where an organization has virtualized servers in its own data centers to create its own private on-premises environment

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

Hybrid cloud

A

Cloud infrastructure where an organization is using a combination of on-premises or private cloud infrastructure and public cloud services

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

Multi-cloud

A

Cloud infrastructure where an organization is using multiple public cloud providers as part of its architecture. The organization needs flexibility and secure connectivity between the different networks involved

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

Anthos

A

Open application modernization service. Build an application once and then move to any open cloud services

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

Compute Engine

A

Computing and hosting service that lets you create and run virtual machines on Google infrastructure

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

Google Cloud VMware Engine

A

A fully managed service that lets you run the VMware platform in Google Cloud. Google manages the infrastructure, networking and management services

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

Bare Metal

A

Enables migration of specialized workloads to the cloud, while maintaining your existing investments and architecture. This allows you access and integration with Google Cloud services with minimal latency

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

Kubernetes

A

A managed environment for deploying, managing, and scaling your containerized applications using Google infrastructure. The GKE environment consists of multiple machines grouped together to form a cluster

17
Q

App Engine

A

Platform as a Service and cloud computing platform for developing and hosting web applications. It lets app developers build scalable web and mobile back ends in any programming language on a fully managed serverless platform

18
Q

Cloud Run

A

Allows for the ability to build applications in your favorite programming language, with your favorite dependencies and tools, and deploy them in seconds. It abstracts away all infrastructure management by automatically scaling up and down from zero almost instantaneously—depending on traffic

19
Q

Cloud Functions

A

Serverless execution environment for building and connecting cloud services. It offers scalable, pay-as-you-go functions as a service to run your code with zero server management

20
Q

Patterns to modernize applications

A

Move applications before changing, change applications before moving, invent in greenfield, invent in brownfield, move applications without changing