Friday, August 26, 2022

Applications in the Cloud (GCP Coursera )

 Question 1

App Engine is best suited to the development and hosting of which type of application?

A web application 

Question 2

Which statements are true about App Engine? (Select 2).

The daily billing for an App Engine application can drop to zero. (Correct)

App Engine manages the hardware and networking infrastructure required to run your code. (Correct)


Question 3

What are the advantages of using App Engine’s flexible environment instead of its standard environment? (Select 3).


Your application can write to the local disk. (Correct)

you can use SSH to connect to the virtual machines on which your application runs. (Correct)

You can install third-party binaries.  (Correct)

Question 4

Which Google Cloud service should you choose to perform business analytics and billing on a customer-facing API?

Answer: Apigee Edge


Question 5

Select the managed compute platform that lets you run stateless containers through web requests or Pub/Sub events.

Answer: Cloud Run  (Correct)

Question 6

Cloud Run can only pull images from: 

Correct Answer: Artifact Registry

No comments:

Post a Comment

Kubernetes Commands for Beginners

 This document provides a list of basic Kubernetes commands useful for beginners. These commands help in interacting with the cluster and ma...