Google Prof Cloud Archi - pt 6

Google Prof Cloud Archi - pt 6

University

30 Qs

quiz-placeholder

Similar activities

GCP-Quiz-1

GCP-Quiz-1

University - Professional Development

25 Qs

IT ERA FINAL EXAM

IT ERA FINAL EXAM

University

25 Qs

Cloud Computing Basics

Cloud Computing Basics

University

30 Qs

CertyIQ - Google - Prof Data Eng - pt 7

CertyIQ - Google - Prof Data Eng - pt 7

University

30 Qs

CertyIQ - Google - Prof Data Eng - pt 9

CertyIQ - Google - Prof Data Eng - pt 9

University

30 Qs

Software - Quiz # 2 for 9/11

Software - Quiz # 2 for 9/11

11th Grade - University

25 Qs

037_Misconfiguration Vulnerabilities – CompTIA Security+

037_Misconfiguration Vulnerabilities – CompTIA Security+

9th Grade - University

25 Qs

Cloud Computing - Bangkit Academy 2024 H1

Cloud Computing - Bangkit Academy 2024 H1

University

30 Qs

Google Prof Cloud Archi - pt 6

Google Prof Cloud Archi - pt 6

Assessment

Quiz

Computers

University

Easy

Created by

Katheryne Pierce

Used 27+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Your company has a support ticketing solution that uses App Engine Standard. The project that contains the App Engine application already has a Virtual Private Cloud (VPC) network fully connected to the company's on-premises environment through a Cloud VPN tunnel. You want to enable the App Engine application to communicate with a database that is running in the company's onpremises environment. What should you do?

Configure private Google access for on-premises hosts only.

Configure private Google access.

Configure private services access.

Configure serverless VPC access.

2.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Your company is planning to upload several important files to Cloud Storage. After the upload is completed, they want to verify that the uploaded content is identical to what they have on-premises. You want to minimize the cost and effort of performing this check. What should you do?

1. Use Linux shasum to compute a digest of files you want to upload. 2. Use gsutil -m to upload all the files to Cloud Storage. 3. Use gsutil cp to download the uploaded files. 4. Use Linux shasum to compute a digest of the downloaded files. 5. Compare the hashes.

1. Use gsutil -m to upload the files to Cloud Storage. 2. Develop a custom Java application that computes CRC32C hashes. 3. Use gsutil ls -L gs://[YOUR_BUCKET_NAME] to collect CRC32C hashes of the uploaded files. 4. Compare the hashes.

1. Use gsutil -m to upload all the files to Cloud Storage. 2. Use gsutil cp to download the uploaded files. 3. Use Linux diff to compare the content of the files.

1. Use gsutil -m to upload the files to Cloud Storage. 2. Use gsutil hash -c FILE_NAME to generate CRC32C hashes of all on-premises files. 3. Use gsutil ls -L gs://[YOUR_BUCKET_NAME] to collect CRC32C hashes of the uploaded files. 4. Compare the hashes.

3.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

You have deployed an application on Anthos clusters (formerly Anthos GKE). According to the SRE practices at your company, you need to be alerted if request latency is above a certain threshold for a specified amount of time. What should you do?

Install Anthos Service Mesh on your cluster. Use the Google Cloud Console to define a Service Level Objective (SLO), and create an alerting policy based on this SLO.

Enable the Cloud Trace API on your project, and use Cloud Monitoring Alerts to send an alert based on the Cloud Trace metrics.

Use Cloud Profiler to follow up the request latency. Create a custom metric in Cloud Monitoring based on the results of Cloud Profiler, and create an Alerting policy in case this metric exceeds the threshold.

Configure Anthos Config Management on your cluster, and create a yaml file that defines the SLO and alerting policy you want to deploy in your cluster.

4.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Your company has a stateless web API that performs scientific calculations. The web API runs on a single Google Kubernetes Engine (GKE) cluster. The cluster is currently deployed in us-central1. Your company has expanded to offer your API to customers in Asia. You want to reduce the latency for users in Asia. What should you do?

Create a second GKE cluster in asia-southeast1, and expose both APIs using a Service of type LoadBalancer. Add the public IPs to the Cloud DNS zone.

Use a global HTTP(s) load balancer with Cloud CDN enabled.

Create a second GKE cluster in asia-southeast1, and use kubemci to create a global HTTP(s) load balancer.

Increase the memory and CPU allocated to the application in the cluster.

5.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

You are migrating third-party applications from optimized on-premises virtual machines to Google Cloud. You are unsure about the optimum CPU and memory options. The applications have a consistent usage pattern across multiple weeks. You want to optimize resource usage for the lowest cost. What should you do?

Create an instance template with the smallest available machine type, and use an image of the third-party application taken from a current on-premises virtual machine. Create a managed instance group that uses average CPU utilization to autoscale the number of instances in the group. Modify the average CPU utilization threshold to optimize the number of instances running.

Create an App Engine flexible environment, and deploy the third-party application using a Dockerfile and a custom runtime. Set CPU and memory options similar to your application's current on-premises virtual machine in the app.yaml file.

Create multiple Compute Engine instances with varying CPU and memory options. Install the Cloud Monitoring agent, and deploy the third-party application on each of them. Run a load test with high traffic levels on the application, and use the results to determine the optimal settings.

Create a Compute Engine instance with CPU and memory options similar to your application's current onpremises virtual machine. Install the Cloud Monitoring agent, and deploy the third-party application. Run a load test with normal traffic levels on the application, and follow the Rightsizing Recommendations in the Cloud Console

6.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Your company has a Google Cloud project that uses BigQuery for data warehousing. They have a VPN tunnel between the on-premises environment and Google Cloud that is configured with Cloud VPN. The security team wants to avoid data exfiltration by malicious insiders, compromised code, and accidental oversharing. What should they do?

Configure Private Google Access for on-premises only.

Perform the following tasks: 1. Create a service account. 2. Give the BigQuery JobUser role and Storage Reader role to the service account. 3. Remove all other IAM access from the project.

Configure VPC Service Controls and configure Private Google Access.

Configure Private Google Access.

7.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

You are working at an institution that processes medical data. You are migrating several workloads onto Google Cloud. Company policies require all workloads to run on physically separated hardware, and workloads from different clients must also be separated. You created a sole-tenant node group and added a node for each client. You need to deploy the workloads on these dedicated hosts. What should you do?

Add the node group name as a network tag when creating Compute Engine instances in order to host each workload on the correct node group.

Add the node name as a network tag when creating Compute Engine instances in order to host each workload on the correct node.

Use node affinity labels based on the node group name when creating Compute Engine instances in order to host each workload on the correct node group.

Use node affinity labels based on the node name when creating Compute Engine instances in order to host each workload on the correct node.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?