Real Associate-Cloud-Engineer Dumps - Google Correct Answers updated on 2021 [Q87-Q104]

Share

Use Real Associate-Cloud-Engineer Dumps - Google Correct Answers updated on 2021

Google Cloud Certified Associate-Cloud-Engineer Exam Practice Dumps

NEW QUESTION 87
You have a Linux VM that must connect to Cloud SQL. You created a service account with the appropriate access rights. You want to make sure that the VM uses this service account instead of the default Compute Engine service account. What should you do?

  • A. Download a JSON Private Key for the service account.
    On the Custom Metadata of the VM, add that JSON as the value for the key compute-engine- service-account.
  • B. When creating the VM via the web console, specify the service account under the `Identity and API Access' section.
  • C. Download a JSON Private Key for the service account.
    After creating the VM, ssh into the VM and save the JSON under ~/.gcloud/compute-engine- service-account.json.
  • D. Download a JSON Private Key for the service account.
    On the Project Metadata, add that JSON as the value for the key compute-engine-service-account.

Answer: B

 

NEW QUESTION 88
You are hosting an application from Compute Engine virtual machines (VMs) in us-central1-a.
You want to adjust your design to support the failure of a single Compute Engine zone, eliminate downtime, and minimize cost. What should you do?

  • A. - Perform regular backups of your application.
    - Create a Cloud Monitoring Alert and be notified if your application becomes unavailable.
    - Restore from backups when notified.
  • B. - Create a Managed Instance Group and specify us-central1-a as the zone.
    - Configure the Health Check with a short Health Interval.
  • C. - Create an HTTP(S) Load Balancer.
    - Create one or more global forwarding rules to direct traffic to your VMs.
  • D. - Create Compute Engine resources in us-central1-b.
    - Balance the load across both us-central1-a and us-central1-b.

Answer: B

Explanation:
https://github.com/GoogleCloudPlatform/puppet-google-compute

 

NEW QUESTION 89
Your company has a large quantity of unstructured data in different file formats. You want to perform ETL transformations on the data. You need to make the data accessible on Google Cloud so it can be processed by a Dataflow job. What should you do?

  • A. Upload the data into Cloud Spanner using the import function in the console.
  • B. Upload the data to BigQuery using the bq command line tool.
  • C. Upload the data to Cloud Storage using the gsutil command line tool.
  • D. Upload the data into Cloud SQL using the import function in the console.

Answer: C

 

NEW QUESTION 90
You have a web application deployed as a managed instance group. You have a new version of the application to gradually deploy. Your web application is currently receiving live web traffic. You want to ensure that the available capacity does not decrease during the deployment. What should you do?

  • A. Perform a rolling-action start-update with maxSurge set to 0 and maxUnavailable set to 1.
  • B. Perform a rolling-action start-update with maxSurge set to 1 and maxUnavailable set to 0.
  • C. Create a new managed instance group with an updated instance template. Add the group to the backend service for the load balancer. When all instances in the new managed instance group are healthy, delete the old managed instance group.
  • D. Create a new instance template with the new application version. Update the existing managed instance group with the new instance template. Delete the instances in the managed instance group to allow the managed instance group to recreate the instance using the new instance template.

Answer: C

 

NEW QUESTION 91
You are building an archival solution for your data warehouse and have selected Cloud Storage to archive your dat a. Your users need to be able to access this archived data once a quarter for some regulatory requirements. You want to select a cost-efficient option. Which storage option should you use?

  • A. Cold Storage
  • B. Regional Storage
  • C. Multi-Regional Storage
  • D. Nearline Storage

Answer: A

Explanation:
Nearline, Coldline, and Archive offer ultra low-cost, highly-durable, highly available archival storage. For data accessed less than once a year, Archive is a cost-effective storage option for long-term preservation of data.
Coldline is also ideal for cold storage-data your business expects to touch less than once a quarter. For warmer storage, choose Nearline: data you expect to access less than once a month, but possibly multiple times throughout the year. All storage classes are available across all GCP regions and provide unparalleled sub-second access speeds with a consistent API.
Reference:
https://cloud.google.com/storage/archival

 

NEW QUESTION 92
The core business of your company is to rent out construction equipment at a large scale. All the equipment that is being rented out has been equipped with multiple sensors that send event information every few seconds. These signals can vary from engine status, distance traveled, fuel level, and more. Customers are billed based on the consumption monitored by these sensors. You expect high throughput - up to thousands of events per hour per device - and need to retrieve consistent data based on the time of the event. Storing and retrieving individual signals should be atomic. What should you do?

  • A. Ingest the data into Datastore. Store data in an entity group based on the device.
  • B. Create a file in Cloud Storage per device and append new data to that file.
  • C. Create a file in Cloud Filestore per device and append new data to that file.
  • D. Ingest the data into Cloud Bigtable. Create a row key based on the event timestamp.

Answer: D

 

NEW QUESTION 93
You're working for a company as a Cloud engineer. You have a managed instance group for which the autoscaling is enabled if CPU utilization is 70%. Right now there are 4 instances available in this instance group. When you connect to one of the instance, you see that the CPU utilization is 75% and there is no new instance is started in the group. What could be the possible reason for not starting another instance here?

  • A. It will take 60 seconds to launch a new instance
  • B. Average CPU usage of the instance group is less than 70%
  • C. None of the above
  • D. Autoscaling is not active

Answer: B

 

NEW QUESTION 94
A team of data scientists infrequently needs to use a Google Kubernetes Engine (GKE) cluster that you manage. They require GPUs for some long-running, non-restartable jobs.
You want to minimize cost. What should you do?

  • A. Create a VerticalPodAutscaler for those workloads.
  • B. Create a node pool with preemptible VMs and GPUs attached to those VMs.
  • C. Create a node pool of instances with GPUs, and enable autoscaling on this node pool with a minimum size of 1.
  • D. Enable node auto-provisioning on the GKE cluster.

Answer: C

Explanation:
If you need something for long-running, non-restartable jobs you don't use preemptible VMs.

 

NEW QUESTION 95
You need to enable traffic between multiple groups of Compute Engine instances that are currently running two different GCP projects. Each group of Compute Engine instances is running in its own VPC. What should you do?

  • A. Verify that you are the Project Administrator of both projects. Create two new VPCs and add all instances.
  • B. Verify that both projects are in a GCP Organization. Share the VPC from one project and request that the Compute Engine instances in the other project use this shared VPC.
  • C. Verify that both projects are in a GCP Organization. Create a new VPC and add all instances.
  • D. Verify that you are the Project Administrator of both projects. Create a new VPC and add all instances.

Answer: B

 

NEW QUESTION 96
You are building a pipeline to process time-series data. Which Google Cloud Platform services should you put in boxes 1,2,3, and 4?

  • A. Firebase Messages, Cloud Pub/Sub, Cloud Spanner, BigQuery
  • B. Cloud Pub/Sub, Cloud Dataflow, Cloud Datastore, BigQuery
  • C. Cloud Pub/Sub, Cloud Storage, BigQuery, Cloud Bigtable
  • D. Cloud Pub/Sub, Cloud Dataflow, Cloud Bigtable, BigQuery

Answer: D

 

NEW QUESTION 97
You are managing several Google Cloud Platform (GCP) projects and need access to all logs for the past 60 days. You want to be able to explore and quickly analyze the log contents. You want to follow Google- recommended practices to obtain the combined logs for all projects. What should you do?

  • A. Create a Stackdriver Logging Export with a Sink destination to Cloud Storage. Create a lifecycle rule to delete objects after 60 days.
  • B. Create a Stackdriver Logging Export with a Sink destination to a BigQuery dataset. Configure the table expiration to 60 days.
  • C. Configure a Cloud Scheduler job to read from Stackdriver and store the logs in BigQuery. Configure the table expiration to 60 days.
  • D. Navigate to Stackdriver Logging and select resource.labels.project_id="*"

Answer: B

Explanation:
Reference:
https://cloud.google.com/blog/products/gcp/best-practices-for-working-with-google-cloud-audit- logging

 

NEW QUESTION 98
You have an application server running on Compute Engine in the europe-west1-d zone. You need to ensure high availability and replicate the server to the europe-west2-c zone using the fewest steps possible. What should you do?

  • A. Use "gcloud" to copy the disk to the europe-west2-c zone. Create a new VM with that disk.
  • B. Use "gcloud compute instances move" with parameter "--destination-zone europe-west2-c" to move the instance to the new zone.
  • C. Create a snapshot from the disk. Create a disk from the snapshot in the europe-west1-d zone and then move the disk to europe-west2-c. Create a new VM with that disk.
  • D. Create a snapshot from the disk. Create a disk from the snapshot in the europe-west2-c zone.
    Create a new VM with that disk.

Answer: D

Explanation:
A is correct because this makes sure the VM gets replicated in the new zone.
B is not correct because this takes more steps than A.
C is not correct because this will generate an error, because gcloud cannot copy disks.
D is not correct because the original VM will be moved, not replicated.

 

NEW QUESTION 99
You need to create a custom VPC with a single subnet. The subnet's range must be as large as possible.
Which range should you use?

  • A. 0.0.0.0/0
  • B. 172.16.0.0/12
  • C. 10.0.0.0/8
  • D. 192.168.0.0/16

Answer: C

Explanation:
https://cloud.google.com/vpc/docs/vpc#manually_created_subnet_ip_ranges From the RFC 1918 defined ranges, 10.0.0.0/8 is the "largest".

 

NEW QUESTION 100
You are working with a Cloud SQL MySQL database at your company. You need to retain a month-end copy of the database for three years for audit purposes. What should you do?

  • A. Set up an on-demand backup tor the first of the month Write the backup to an Archive class Cloud Storage bucket
  • B. Set up an export job for the first of the month Write the export file to an Archive class Cloud Storage bucket
  • C. Convert the automatic first-of-the-month backup to an export file Write the export file to a Coldline class Cloud Storage bucket
  • D. Save file automatic first-of-the- month backup for three years Store the backup file in an Archive class Cloud Storage bucket

Answer: D

 

NEW QUESTION 101
You have been asked to set up the billing configuration for a new Google Cloud customer. Your customer wants to group resources that share common IAM policies. What should you do?

  • A. Set up a proper billing account structure to group IAM policies
  • B. Set up a proper project naming structure to group IAM policies
  • C. Use folders to group resources that share common IAM policies
  • D. Use labels to group resources that share common IAM policies

Answer: C

 

NEW QUESTION 102
You created several resources in multiple Google Cloud projects. All projects are linked to different billing accounts. To better estimate future charges, you want to have a single visual representation of all costs incurred. You want to include new cost data as soon as possible. What should you do?

  • A. Visit the Cost Table page to get a CSV export and visualize it using Data Studio.
  • B. Use the Reports view in the Cloud Billing Console to view the desired cost information.
  • C. Configure Billing Data Export to BigQuery and visualize the data in Data Studio.
  • D. Fill all resources in the Pricing Calculator to get an estimate of the monthly cost.

Answer: C

 

NEW QUESTION 103
Your organization needs to grant users access to query datasets in BigQuery but prevent them from accidentally deleting the datasets. You want a solution that follows Google-recommended practices. What should you do?

  • A. Create a custom role by removing delete permissions. Add users to the group, and then add the group to the custom role.
  • B. Create a custom role by removing delete permissions, and add users to that role only.
  • C. Add users to roles/bigquery dataEditor role only, instead of roles/bigquery dataOwner.
  • D. Add users to roles/bigquery user role only, instead of roles/bigquery dataOwner.

Answer: C

 

NEW QUESTION 104
......

Get ready to pass the Associate-Cloud-Engineer Exam right now using our Google Cloud Certified  Exam Package: https://www.preppdf.com/Google/Associate-Cloud-Engineer-prepaway-exam-dumps.html

Associate-Cloud-Engineer Premium Files Test pdf - Free Dumps Collection: https://drive.google.com/open?id=1qkopNYTNiopvLUgcfhFQT_xUCz3qZe0a