Serverless Computing Flashcards

1
Q

Provides event-driven compute

A

AWS Lambda

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

Can be triggered from over 200 AWS services and SaaS apps

A

AWS Lambda

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

Integrates and extends with other AWS Services

A

AWS Lambda

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

Provides connection to relational databases and shared file systems?

A

AWS Lambda

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

Provides even driven serverless functions

A

google cloud functions

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

Integrates with Amazon Simple Notification Service

A

Google Cloud Functions

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

App Engine and Cloud Run

A

Serverless platforms

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

Provides an open source runtime

A

Azure Functions

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

Open source platform based on kubernetes and used to deploy and manage serverless apps

A

Knative

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

Aims to simplify code and function deployment to kubernetes

A

Open FaaS

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

Uses Docker as a container runtime

A

OpenFaaSMis

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

Microservices can be built in any language

A

OpenFaaS

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

What is the process called when a cloud provider executes a piece of code by dynamically allocating resources?

A

serverless computing

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

What is it called when servers or compute resources are abstracted?

A

serverless computing

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

What is the process called when a user is only charged for the number of resources used to run their code

A

serverless computing

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

Knative

A

open source platform based on kunernetes
used to deploy and manage serverless apps
able to run on any kubernetes distribution prevents vendor lock in
key features are serving and eventing

17
Q

OpenFaaS

A

aims to simplify code and function deployment to kubernetes
uses docker as a container runtime
runs on bare metal, vm or cloud
microservices can be built in any language

18
Q

Projects using containers for serverless

A

azure container instances ACI
AWS Fargat
Kubeless
Fission
Fn Project
Virtual Kubelet

19
Q
A