What should you do?

You are writing a single-page web application with a user-interface that communicates with a third-party API for content using XMLHttpRequest. The data displayed on the UI by the API results is less critical than other data displayed on the same web page, so it is acceptable for some requests to...

January 9, 2024 No Comments READ MORE +

What should you do?

You are designing an application that will subscribe to and receive messages from a single Pub/Sub topic and insert corresponding rows into a database. Your application runs on Linux and leverages preemptible virtual machines to reduce costs. You need to create a shutdown script that will initiate a graceful shutdown....

January 9, 2024 No Comments READ MORE +

What should you do?

You are developing an application that will be launched on Compute Engine instances into multiple distinct projects, each corresponding to the environments in your software development process (development, QA, staging, and production). The instances in each project have the same application code but a different configuration. During deployment, each instance...

January 9, 2024 No Comments READ MORE +

What should they do?

Topic 1, HipLocal Case Study Company Overview HipLocal is a community application designed to facilitate communication between people in close proximity. It is used for event planning and organizing sporting events, and for businesses to connect with their local communities. HipLocal launched recently in a few neighborhoods in Dallas and...

January 9, 2024 No Comments READ MORE +

How should you identify the Docker image in your build?

You are using Cloud Build build to promote a Docker image to Development, Test, and Production environments. You need to ensure that the same Docker image is deployed to each of these environments. How should you identify the Docker image in your build?A . Use the latest Docker image tag.B...

January 8, 2024 No Comments READ MORE +

Which GKE object should you use?

You are planning to deploy your application in a Google Kubernetes Engine (GKE) cluster. Your application can scale horizontally, and each instance of your application needs to have a stable network identity and its own persistent disk. Which GKE object should you use?A . DeploymentB . StatefulSetC . ReplicaSetD ....

January 8, 2024 No Comments READ MORE +

Which command should you use?

Your application is running in multiple Google Kubernetes Engine clusters. It is managed by a Deployment in each cluster. The Deployment has created multiple replicas of your Pod in each cluster. You want to view the logs sent to stdout for all of the replicas in your Deployment in all...

January 8, 2024 No Comments READ MORE +

Which service should HipLocal use to enable access to internal apps?

Which service should HipLocal use to enable access to internal apps?A . Cloud VPNB . Cloud ArmorC . Virtual Private CloudD . Cloud Identity-Aware ProxyView AnswerAnswer: D Explanation: Reference: https://cloud.google.com/iap/docs/cloud-iap-for-on-prem-apps-overview

January 8, 2024 No Comments READ MORE +

What should you do?

You are using Cloud Build to create a new Docker image on each source code commit to a Cloud Source Repositoties repository. Your application is built on every commit to the master branch. You want to release specific commits made to the master branch in an automated method. What should...

January 8, 2024 No Comments READ MORE +

Which two steps should you take?

Your API backend is running on multiple cloud providers. You want to generate reports for the network latency of your API. Which two steps should you take? (Choose two.)A . Use Zipkin collector to gather data.B . Use Fluentd agent to gather data.C . Use Stackdriver Trace to generate reports.D...

January 8, 2024 No Comments READ MORE +