ads

25 Jun 2024

Google Associate Cloud Engineer: Implementing Google App Engine

 

Question:

Which are supported language frameworks in Google App Engine?

  • Node.js

  • PHP

  • Python

  • C#


Question

:

Which option is sometimes used to describe the type of service that cloud functions provide?

  • Function as a Service (FaaS)


Question

:

When deploying to cloud run, you first create a(n) _______________ which is used to expose a unique endpoint and automatically scale the underlying infrastructure to handle the incoming requests.

  • Service


Question

:

You want to create a cloud function that triggers based on activity in a cloud storage bucket. What are the available event types for a cloud storage trigger?

  • Archive

  • Delete

  • Finalize/Create


Question

:

When downloading the appropriate SDK for Google App Engine; which are the two environment types available for choosing?

  • Standard environment

  • Flexible environment


Question

:

Which type of service is Cloud Run considered to be?

  • Serverless


Question

:

After creating a pub/sub topic; what else must be created and tied to the topic in order to not lose any published messages?

  • Subscription


Question

:

Which command is used to build your application into an app engine application?

  • gcloud app create


Question

:

When creating cloud functions, which of the options are available as trigger types?

  • Cloud pub/sub

  • Cloud storage

  • HTTP