What should you do?

Your application is controlled by a managed instance group. You want to share a large read-only data set between all the instances in the managed instance group. You want to ensure that each instance can start quickly and can access the data set via its filesystem with very low latency....

January 11, 2024 No Comments READ MORE +

Which code snippet should you include in your configuration?

Your App Engine standard configuration is as follows: service: production instance_class: B1 You want to limit the application to 5 instances. Which code snippet should you include in your configuration?A . manual_scaling:instances: 5min_pending_latency: 30msB . manual_scaling:max_instances: 5idle_timeout: 10mC . basic_scaling:instances: 5min_pending_latency: 30msD . basic_scaling:max_instances: 5idle_timeout: 10mView AnswerAnswer: C

January 11, 2024 No Comments READ MORE +

What should you do?

You are porting an existing Apache/MySQL/PHP application stack from a single machine to Google Kubernetes Engine. You need to determine how to containerize the application. Your approach should follow Google-recommended best practices for availability. What should you do?A . Package each component in a separate container. Implement readiness and liveness...

January 10, 2024 No Comments READ MORE +

What should they do?

For this question, refer to the HipLocal case study. HipLocal's application uses Cloud Client Libraries to interact with Google Cloud. HipLocal needs to configure authentication and authorization in the Cloud Client Libraries to implement least privileged access for the application. What should they do?A . Create an API key. Use...

January 10, 2024 No Comments READ MORE +

Which storage option should you choose?

Your existing application keeps user state information in a single MySQL database. This state information is very user-specific and depends heavily on how long a user has been using an application. The MySQL database is causing challenges to maintain and enhance the schema for various users. Which storage option should...

January 10, 2024 No Comments READ MORE +

Which approach should you use?

Your website is deployed on Compute Engine. Your marketing team wants to test conversion rates between 3 different website designs. Which approach should you use?A . Deploy the website on App Engine and use traffic splitting.B . Deploy the website on App Engine as three separate services.C . Deploy the...

January 9, 2024 No Comments READ MORE +

What should you do?

You have an application running in App Engine. Your application is instrumented with Stackdriver Trace. The /product-details request reports details about four known unique products at /sku-details as shown below. You want to reduce the time it takes for the request to complete. What should you do? A . Increase...

January 9, 2024 No Comments READ MORE +

Which alert condition should you configure?

You are deploying your application to a Compute Engine virtual machine instance with the Stackdriver Monitoring Agent installed. Your application is a unix process on the instance. You want to be alerted if the unix process has not run for at least 5 minutes. You are not able to change...

January 9, 2024 No Comments READ MORE +

Which two services should they choose?

HipLocal wants to reduce the number of on-call engineers and eliminate manual scaling. Which two services should they choose? (Choose two.)A . Use Google App Engine services.B . Use serverless Google Cloud Functions.C . Use Knative to build and deploy serverless applications.D . Use Google Kubernetes Engine for automated deployments.E...

January 9, 2024 No Comments READ MORE +

What should you do?

Your application is logging to Stackdriver. You want to get the count of all requests on all /api/alpha/* endpoints. What should you do? A. Add a Stackdriver counter metric for path:/api/alpha/. B. Add a Stackdriver counter metric for endpoint:/api/alpha/*. C. Export the logs to Cloud Storage and count lines matching...

January 9, 2024 No Comments READ MORE +