Question-22: There is a need for unplanned provisioning and decommissioning of information technology resources. Therefore, the required provisioning and decommissioning of information technology resources are automated in order to match the quantity of resources with the shifting demand. Random workloads are a generalization of periodic workloads since they demand flexibility but are not predictable. Random workloads also have the same characteristics as periodic workloads. The actual world often presents itself with burdens of this kind. You have been contacted for guidance by a team that is developing an application. They want to use Go in the creation of an HTTP(S) API, which they will then deploy. The strain on the API will be very unpredictable, therefore it is essential that it continue to be dependable even during periods of high traffic. They aim to reduce the amount of operational overhead associated with this application as much as possible. Which strategy would you advise someone to take?
A. Construct the application using containers, and then deploy it using Google Kubernetes Engine.
B. Construct the application so that it runs in the standard App Engine environment.
D. Create the application for the flexible environment of App Engine by using a specialised runtime.
Correct Answer

Get All 340 Questions and Answer for Google Professional Cloud Architect

: 2 Explanation: Designed to function for no charge or at a very low cost, with users paying only for the resources they consume and at the time they do so. When there is no traffic, for instance, your application can scale down to using no instances at all. encounters unexpected and extreme peaks in traffic, necessitating immediate scaling to accommodate them. AppEngine Standard now has support for the Go programming language. Fully-managed service, which means no additional costs for operational overhead and a model in which you only pay for the resources you actually use. App Engine Standard provides support for Go, has the ability to scale up quickly during peak usage and even scale down to 0 when it is not being utilized, and has no management overhead.