Pre-Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Pass the Google Google Cloud Certified Associate-Cloud-Engineer Questions and answers with CertsForce

Viewing page 8 out of 10 pages
Viewing questions 71-80 out of questions
Questions # 71:

You are developing a financial trading application that will be used globally. Data is stored and queried using a relational structure, and clients from all over the world should get the exact identical state of the data. The application will be deployed in multiple regions to provide the lowest latency to end users. You need to select a storage option for the application data while minimizing latency. What should you do?

Options:

A.

Use Cloud Bigtable for data storage.


B.

Use Cloud SQL for data storage.


C.

Use Cloud Spanner for data storage.


D.

Use Firestore for data storage.


Expert Solution
Questions # 72:

You are deploying a production application on Compute Engine. You want to prevent anyone from accidentally destroying the instance by clicking the wrong button. What should you do?

Options:

A.

Disable the flag “Delete boot disk when instance is deleted.”


B.

Enable delete protection on the instance.


C.

Disable Automatic restart on the instance.


D.

Enable Preemptibility on the instance.


Expert Solution
Questions # 73:

You are analyzing Google Cloud Platform service costs from three separate projects. You want to use this information to create service cost estimates by service type, daily and monthly, for the next six months using standard query syntax. What should you do?

Options:

A.

Export your bill to a Cloud Storage bucket, and then import into Cloud Bigtable for analysis.


B.

Export your bill to a Cloud Storage bucket, and then import into Google Sheets for analysis.


C.

Export your transactions to a local file, and perform analysis with a desktop tool.


D.

Export your bill to a BigQuery dataset, and then write time window-based SQL queries for analysis.


Expert Solution
Questions # 74:

Your VMs are running in a subnet that has a subnet mask of 255.255.255.240. The current subnet has no more free IP addresses and you require an additional 10 IP addresses for new VMs. The existing and new VMs should all be able to reach each other without additional routes. What should you do?

Options:

A.

Use gcloud to expand the IP range of the current subnet.


B.

Delete the subnet, and recreate it using a wider range of IP addresses.


C.

Create a new project. Use Shared VPC to share the current network with the new project.


D.

Create a new subnet with the same starting IP but a wider range to overwrite the current subnet.


Expert Solution
Questions # 75:

Your company runs a variety of applications and workloads on Google Cloud and you are responsible for managing cloud costs. You need to identify a solution that enables you to perform detailed cost analysis You also must be able to visualize the cost data in multiple ways on the same dashboard What should you do?

Options:

A.

Use the cost breakdown report with the available filters from Cloud Billing to visualize the data


B.

Enable the Cloud Billing export to BigQuery. and use Looker Studio to visualize the data


C.

Run Queries in Cloud Monitoring Create dashboards to visualize the billing metrics


D.

Enable Cloud Monitoring metrics export to BigQuery and use Looker to visualize the data


Expert Solution
Questions # 76:

(You are managing the security configuration of your company's Google Cloud organization. The Operations team needs specific permissions on both a Google Kubernetes Engine (GKE) cluster and a Cloud SQL instance. Two predefined Identity and Access Management (IAM) roles exist that contain a subset of the permissions needed by the team. You need to configure the necessary IAM permissions for this team while following Google-recommended practices. What should you do?)

Options:

A.

Grant the team the two predefined IAM roles.


B.

Create a custom IAM role that combines the permissions from the two relevant predefined roles.


C.

Create a custom IAM role that includes only the required permissions from the predefined roles.


D.

Grant the team the IAM roles of Kubernetes Engine Admin and Cloud SQL Admin.


Expert Solution
Questions # 77:

Your company's security vulnerability management policy wonts 3 member of the security team to have visibility into vulnerabilities and other OS metadata for a specific Compute Engine instance This Compute Engine instance hosts a critical application in your Goggle Cloud project. You need to implement your company's security vulnerability management policy. What should you dc?

Options:

A.

• Ensure that the Ops Agent Is Installed on the Compute Engine instance.• Create a custom metric in the Cloud Monitoring dashboard.• Provide the security team member with access to this dashboard.


B.

• Ensure that the Ops Agent is installed on tie Compute Engine instance.• Provide the security team member roles/configure.inventoryViewer permission.


C.

• Ensure that the OS Config agent Is Installed on the Compute Engine instance.• Provide the security team member roles/configure.vulnerabilityViewer permission.


D.

• Ensure that the OS Config agent is installed on the Compute Engine instance• Create a log sink Co a BigQuery dataset.• Provide the security team member with access to this dataset.


Expert Solution
Questions # 78:

You are deploying an application to a Compute Engine VM in a managed instance group. The application must be running at all times, but only a single instance of the VM should run per GCP project. How should you configure the instance group?

Options:

A.

Set autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 1.


B.

Set autoscaling to Off, set the minimum number of instances to 1, and then set the maximum number of instances to 1.


C.

Set autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 2.


D.

Set autoscaling to Off, set the minimum number of instances to 1, and then set the maximum number of instances to 2.


Expert Solution
Questions # 79:

You have production and test workloads that you want to deploy on Compute Engine. Production VMs need to be in a different subnet than the test VMs. All the VMs must be able to reach each other over internal IP without creating additional routes. You need to set up VPC and the 2 subnets. Which configuration meets these requirements?

Options:

A.

Create a single custom VPC with 2 subnets. Create each subnet in a different region and with a different CIDR range.


B.

Create a single custom VPC with 2 subnets. Create each subnet in the same region and with the same CIDR range.


C.

Create 2 custom VPCs, each with a single subnet. Create each subnet is a different region and with a different CIDR range.


D.

Create 2 custom VPCs, each with a single subnet. Create each subnet in the same region and with the same CIDR range.


Expert Solution
Questions # 80:

You have an application running in Google Kubernetes Engine (GKE) with cluster autoscaling enabled. The application exposes a TCP endpoint. There are several replicas of this application. You have a Compute Engine instance in the same region, but in another Virtual Private Cloud (VPC), called gce-network, that has no overlapping IP ranges with the first VPC. This instance needs to connect to the application on GKE. You want to minimize effort. What should you do?

Options:

A.

1. In GKE, create a Service of type LoadBalancer that uses the application's Pods as backend.2. Set the service's externalTrafficPolicy to Cluster.3. Configure the Compute Engine instance to use the address of the load balancer that has been created.


B.

1. In GKE, create a Service of type NodePort that uses the application's Pods as backend.2. Create a Compute Engine instance called proxy with 2 network interfaces, one in each VPC.3. Use iptables on this instance to forward traffic from gce-network to the GKE nodes.4. Configure the Compute Engine instance to use the address of proxy in gce-network as endpoint.


C.

1. In GKE, create a Service of type LoadBalancer that uses the application's Pods as backend.2. Add an annotation to this service: cloud.google.com/load-balancer-type: Internal3. Peer the two VPCs together.4. Configure the Compute Engine instance to use the address of the load balancer that has been created.


D.

1. In GKE, create a Service of type LoadBalancer that uses the application's Pods as backend.2. Add a Cloud Armor Security Policy to the load balancer that whitelists the internal IPs of the MIG's instances.3. Configure the Compute Engine instance to use the address of the load balancer that has been created.


Expert Solution
Viewing page 8 out of 10 pages
Viewing questions 71-80 out of questions