Serverless Flashcards

1
Q

What is AppEngine?

A

Fully managed. service for developing web apps at scale

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

What are the two AppEngine types?

A

Standard and Flexible

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

What are the different Api management offerings from GCP ?

A
  1. API Gateway
  2. Cloud Endpoints
  3. Apigee Api Management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Cloud Endpoints ?

A

Endpoints is an API management system that helps you secure, monitor, analyze, and set quotas on your APIs using the same infrastructure Google uses for its own APIs

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

What are the three options when setting up Cloud Endpoints?

A
  1. Open API
  2. Grpc
  3. Web framework for the App Engine standard
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is API Gateway?

A

Fully managed gateway for Google Cloud serverless back ends, including Cloud Functions, Cloud Run, and App Engine

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

What is Apigee API Management?

A

Google Cloud’s native API management tool to build, manage, and secure APIs—for any use case, environment, or scale

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

What is Apigee?

A

Apigee is a platform for developing and managing APIs. By fronting services with a proxy layer, Apigee provides an abstraction or facade for your backend service APIs and provides security, rate limiting, quotas, analytics, and more.

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

What is Cloud Run

A

Managed Compute platform for running stateless container. Pulls images from Artifact Registry or you supply source and Cloud run uses buildpacks to build a container to run. Pay only when serving requests, startup or shutdown.

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

What is Cloud Function ?

A

Google Cloud Functions is a serverless execution environment for building and connecting cloud services. With Cloud Functions you write simple, single-purpose functions that are attached to events emitted from your cloud infrastructure and services

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

What is EventArc?

A

Eventarc lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes.

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