What should you do?

You are developing an HTTP API hosted on a Compute Engine virtual machine instance that needs to be invoked by multiple clients within the same Virtual Private Cloud (VPC). You want clients to be able to get the IP address of the service. What should you do?A . Reserve a...

June 10, 2021 No Comments READ MORE +

What should you do?

You are working on a social media application. You plan to add a feature that allows users to upload images. These images will be 2 MB C 1 GB in size. You want to minimize their infrastructure operations overhead for this feature. What should you do?A . Change the application...

June 10, 2021 No Comments READ MORE +

Which improvement should you suggest your teammate make?

Your teammate has asked you to review the code below. Its purpose is to efficiently add a large number of small rows to a BigQuery table. Which improvement should you suggest your teammate make?A . Include multiple rows with each request.B . Perform the inserts in parallel by creating multiple...

June 9, 2021 No Comments READ MORE +

What should you do?

You are creating a Google Kubernetes Engine (GKE) cluster and run this command: The command fails with the error: You want to resolve the issue. What should you do? A. Request additional GKE quota is the GCP Console. B. Request additional Compute Engine quota in the GCP Console. C. Open...

June 9, 2021 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 10, 2020 No Comments READ MORE +

What should you do?

You are planning to migrate a MySQL database to the managed Cloud SQL database for Google Cloud. You have Compute Engine virtual machine instances that will connect with this Cloud SQL instance. You do not want to whitelist IPs for the Compute Engine instances to be able to access Cloud...

January 10, 2020 No Comments READ MORE +

Which of the following is an AWS managed Domain Name System (DNS) web service?

Which of the following is an AWS managed Domain Name System (DNS) web service?A . Amazon Route 53B . Amazon NeptuneC . Amazon SageMakerD . Amazon LightsailView AnswerAnswer: A Explanation: Reference: https://aws.amazon.com/getting-started/tutorials/get-a-domain/

January 8, 2020 No Comments READ MORE +

Which commands should you run?

You have deployed an HTTP(s) Load Balancer with the gcloud commands shown below. Health checks to port 80 on the Compute Engine virtual machine instance are failing and no traffic is sent to your instances. You want to resolve the problem. Which commands should you run?A . gcloud compute instances...

January 7, 2020 No Comments READ MORE +

Which command should you use?

You want to upload files from an on-premises virtual machine to Google Cloud Storage as part of a data migration. These files will be consumed by Cloud DataProc Hadoop cluster in a GCP environment. Which command should you use?A . gsutil cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/B . gcloud cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/C ....

January 6, 2020 No Comments READ MORE +

Which deployment strategy should you use?

You have an application deployed in production. When a new version is deployed, some issues don't arise until the application receives traffic from users in production. You want to reduce both the impact and the number of users affected. Which deployment strategy should you use?A . Blue/green deploymentB . Canary...

January 3, 2020 No Comments READ MORE +