ads

25 Jun 2024

Google Associate Cloud Engineer: Managing Google App Engine

 

Question:

When deploying multiple revisions to a service; what option can you select to determine which revision gets what amount of the traffic?

  • Manage Traffic


Question

:

When securing your custom domain with a Google managed certificate, what option must be selected?

  • Enable Managed Security


Question

:

When accepting inbound traffic to a Cloud Run service, what are the options available?

  • Allow internal traffic and traffic from Cloud Load Balancing

  • Allow internal traffic only

  • Allow all traffic


Question

:

When configuring automatic scaling; which metrics are available to be used as metrics to scale up and down as needed?

  • Idle Time

  • Request Rate

  • Response Latency


Question

:

Instead of setting scaling configuration in the app.yaml file; you may need to use the API explorer if you are using which of the option(s) to deploy your application?

  • appcfg


Question

:

What element must be present in the app.yaml file to allow for gradual migration of traffic?

  • Inbound Services : - warmup


Question

:

App Engine provides a tool for you to use to view the security of your application. It will give you warnings and make you aware of any security concerns with your App Engine deployment. What service is used to accomplish this?

  • Cloud Web Security Scanner


Question

:

Once you are in your project directory, what command must you run to deploy a version of your application?

  • gcloud app deploy


Question

:

After mapping your custom domain to your App Engine application, what does Google provide for you to route your domain name to the application?

  • DNS Settings


Question

:

Which are the two supported options that you can use to migrate traffic from one version to another?

  • Gradual migration

  • Immediate migration