How should HipLocal increase their API development speed while continuing to provide the QA team with a stable testing environment that meets feature requirements?

For this question, refer to the HipLocal case study. How should HipLocal increase their API development speed while continuing to provide the QA team with a stable testing environment that meets feature requirements?A . Include unit tests in their code, and prevent deployments to QA until all tests have a...

January 20, 2024 No Comments READ MORE +

Which command should you use?

You need to copy directory local-scripts and all of its contents from your local workstation to a Compute Engine virtual machine instance. Which command should you use?A . gsutil cp --project “my-gcp-project” -r ~/local-scripts/ gcp-instance-name:~/ server-scripts/ --zone “us-east1-b”B . gsutil cp --project “my-gcp-project” -R ~/local-scripts/ gcp-instance-name:~/ server-scripts/ --zone “us-east1-b”C ....

January 20, 2024 No Comments READ MORE +

Which code snippet should you include in your Pod configuration?

You are planning to deploy your application in a Google Kubernetes Engine (GKE) cluster. The application exposes an HTTP-based health check at /healthz. You want to use this health check endpoint to determine whether traffic should be routed to the pod by the load balancer. Which code snippet should you...

January 20, 2024 No Comments READ MORE +

How should you design a row key for Cloud Bigtable for this table?

You are designing a schema for a table that will be moved from MySQL to Cloud Bigtable. The MySQL table is as follows: How should you design a row key for Cloud Bigtable for this table?A . Set Account_id as a key.B . Set Account_id_Event_timestamp as a key.C . Set...

January 20, 2024 No Comments READ MORE +

How should you proceed with the migration?

Your company is planning to migrate their on-premises Hadoop environment to the cloud. Increasing storage cost and maintenance of data stored in HDFS is a major concern for your company. You also want to make minimal changes to existing data analytics jobs and existing architecture. How should you proceed with...

January 20, 2024 No Comments READ MORE +

Which two actions should you take?

Your company has a data warehouse that keeps your application information in BigQuery. The BigQuery data warehouse keeps 2 PBs of user data. Recently, your company expanded your user base to include EU users and needs to comply with these requirements: Your company must be able to delete all user...

January 20, 2024 No Comments READ MORE +

What should you do?

You are using Cloud Build to build and test application source code stored in Cloud Source Repositories. The build process requires a build tool not available in the Cloud Build environment. What should you do?A . Download the binary from the internet during the build process.B . Build a custom...

January 19, 2024 No Comments READ MORE +

Which approach should you take?

You want to re-architect a monolithic application so that it follows a microservices model. You want to accomplish this efficiently while minimizing the impact of this change to the business. Which approach should you take?A . Deploy the application to Compute Engine and turn on autoscaling.B . Replace the application's...

January 19, 2024 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 19, 2024 No Comments READ MORE +

Which IP strategy should they use?

HipLocal has connected their Hadoop infrastructure to GCP using Cloud Interconnect in order to query data stored on persistent disks. Which IP strategy should they use?A . Create manual subnets.B . Create an auto mode subnet.C . Create multiple peered VPCs.D . Provision a single instance for NAT.View AnswerAnswer: A

January 19, 2024 No Comments READ MORE +