Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

[Q128-Q145] BraindumpsIT Associate-Cloud-Engineer Real Exam Question Answers Updated [Jan 23, 2022]

Share

BraindumpsIT Associate-Cloud-Engineer Real Exam Question Answers Updated [Jan 23, 2022]

Easily To Pass New Google Associate-Cloud-Engineer Dumps with 245 Questions


Training

While the exam curriculum covers a lot of knowledge and skills, Google offers enough tools to help candidates systematize their preparation process. Self-paced and in-classroom courses as well we lab practice are also available.

So, you can take advantage of Architecting with Google Compute Engine, a three-day course that will introduce you to Google Cloud infrastructure and platform services by focusing on Compute Engine.

Alternatively, candidates can pose their questions to an expert instructor regarding Google Сloud products at a one-day Google Cloud Fundamentals: Core Infrastructure training session that includes lectures, presentations, and lab activities.

In addition, Google recommends that all applicants who want to know more about the format, structure, and topics of the certification exam finish the Preparing for the Associate Cloud Engineer Examination course. It helps applicants to assess their strengths and weaknesses and be fully prepared on the day of the final test.

If you are not confident in your readiness, you can also check your skills by answering sample questions alongside doing self-paced labs offered by the vendor.


Below is a salary of Associate Cloud Engineer Certified Professional

  • United States: 71,399 USD
  • England: 54610.82 Pound
  • India: 5092569.37 INR
  • Europe: 64758.65 Euro

 

NEW QUESTION 128
You need to host an application on a Compute Engine instance in a project shared with other teams. You want to prevent the other teams from accidentally causing downtime on that application. Which feature should you use?

  • A. Use a Preemptible VM.
  • B. Enable deletion protection on the instance.
  • C. Use a sole-tenant node.
  • D. Use a Shielded VM.

Answer: B

 

NEW QUESTION 129
You need to create a new billing account and then link it with an existing Google Cloud Platform project. What should you do?

  • A. Verify that you are Project Billing Manager for the GCP project. Create a new billing account and link the new billing account to the existing project.
  • B. Verify that you are Billing Administrator for the billing account. Update the existing project to link it to the existing billing account.
  • C. Verify that you are Project Billing Manager for the GCP project. Update the existing project to link it to the existing billing account.
  • D. Verify that you are Billing Administrator for the billing account. Create a new project and link the new project to the existing billing account.

Answer: D

Explanation:
Reference:
https://cloud.google.com/billing/docs/how-to/modify-project

 

NEW QUESTION 130
You need to select and configure compute resources for a set of batch processing jobs. These jobs take around 2 hours to complete and are run nightly. You want to minimize service costs. What should you do?

  • A. Select Google Kubernetes Engine. Use a single-node cluster with a small instance type.
  • B. Select Compute Engine. Use VM instance types that support micro bursting.
  • C. Select Compute Engine. Use preemptible VM instances of the appropriate standard machine type.
  • D. Select Google Kubernetes Engine. Use a three-node cluster with micro instance types.

Answer: C

 

NEW QUESTION 131
Your company has a Google Cloud Platform project that uses BigQuery for data warehousing.
Your data science team changes frequently and has few members. You need to allow members of this team to perform queries.
You want to follow Google-recommended practices. What should you do?

  • A. 1. Create an IAM entry for each data scientist's user account.
    2. Assign the BigQuery jobUser role to the group.
  • B. 1. Create a dedicated Google group in Cloud Identity.
    2. Add each data scientist's user account to the group.
    3. Assign the BigQuery jobUser role to the group.
  • C. 1. Create an IAM entry for each data scientist's user account.
    2. Assign the BigQuery dataViewer user role to the group.
  • D. 1. Create a dedicated Google group in Cloud Identity.
    2. Add each data scientist's user account to the group.
    3. Assign the BigQuery dataViewer user role to the group.

Answer: B

Explanation:
Provides permissions to run jobs, including queries, within the project. This role can check the existence of all jobs, enumerate their own jobs, and cancel their own jobs.
https://cloud.google.com/bigquery/docs/access-control

 

NEW QUESTION 132
Your team needs to set up a new Jenkins instance as quickly as possible. What's the best way to get it up- and-running?

  • A. Search the marketplace for Jenkins and install with Cloud Launcher.
  • B. Create a Deployment Manager template and deploy it.
  • C. Use Google's Managed Jenkins Service.
  • D. Deploy the jar file to a Compute Engine instance.

Answer: A,C

 

NEW QUESTION 133
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. Fill all resources in the Pricing Calculator to get an estimate of the monthly cost.
  • B. Configure Billing Data Export to BigQuery and visualize the data in Data Studio.
  • C. Use the Reports view in the Cloud Billing Console to view the desired cost information.
  • D. Visit the Cost Table page to get a CSV export and visualize it using Data Studio.

Answer: B

Explanation:
https://cloud.google.com/billing/docs/how-to/visualize-data

 

NEW QUESTION 134
You've been asked to help onboard a new member of the big-data team. They need full access to BigQuery. Which type of role would be the most efficient to set up while following the principle of least privilege?

  • A. Predefined Role
  • B. Primitive Role
  • C. Custom Role
  • D. Managed Role

Answer: A

 

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

Answer: C

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

 

NEW QUESTION 136
You are configuring service accounts for an application that spans multiple projects. Virtual machines (VMs) running in the web-applications project need access to BigQuery datasets in crm-databases-proj. You want to follow Google-recommended practices to give access to the service account in the web-applications project.
What should you do?

  • A. Give bigquery.dataViewer role to crm-databases-proj and appropriate roles to web-applications.
  • B. Give "project owner" role to crm-databases-proj and bigquery.dataViewer role to web-applications.
  • C. Give "project owner" role to crm-databases-proj and the web-applications project.
  • D. Give "project owner" for web-applications appropriate roles to crm-databases- proj

Answer: B

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

 

NEW QUESTION 137
You have a virtual machine that is currently configured with 2 vCPUs and 4 GB of memory. It is running out of memory. You want to upgrade the virtual machine to have 8 GB of memory. What should you do?

  • A. Stop the VM, change the machine type to n1-standard-8, and start the VM.
  • B. Rely on live migration to move the workload to a machine with more memory.
  • C. Stop the VM, increase the memory to 8 GB, and start the VM.
  • D. Use gcloud to add metadata to the VM. Set the key to required-memory-size and the value to 8 GB.

Answer: C

 

NEW QUESTION 138
An employee was terminated, but their access to Google Cloud Platform (GCP) was not removed until 2 weeks later. You need to find out this employee accessed any sensitive customer information after their termination. What should you do?

  • A. View Data Access audit logs in Stackdriver. Search for the user's email as the principal.
  • B. View the Admin Activity log in Stackdriver. Search for the service account associated with the user.
  • C. View System Event Logs in Stackdriver. Search for the service account associated with the user.
  • D. View System Event Logs in Stackdriver. Search for the user's email as the principal.

Answer: A

Explanation:
https://cloud.google.com/logging/docs/audit

 

NEW QUESTION 139
2. Your auditor wants to view your organization's use of data in Google Cloud. The auditor is most interested in auditing who accessed data in Cloud Storage buckets. You need to help the auditor access the data they need. What should you do?

  • A. Assign the appropriate permissions, and then use Cloud Monitoring to review metrics
  • B. Assign the appropriate permissions, and then create a Data Studio report on Admin Activity Audit Logs
  • C. Turn on Data Access Logs for the buckets they want to audit, and Then build a query in the log viewer that filters on Cloud Storage
  • D. Use the export logs API to provide the Admin Activity Audit Logs in the format they want

Answer: A

 

NEW QUESTION 140
Your finance team wants to view the billing report for your projects. You want to make sure that the finance team does not get additional permissions to the project. What should you do?

  • A. Add the group for the finance team to roles/billing project/Manager role.
  • B. Add the group for the finance team to roles/billing user role.
  • C. Add the group for the finance team to roles/billing admin role.
  • D. Add the group for the finance team to roles/billing viewer role.

Answer: D

Explanation:
Billing Account Viewer access would usually be granted to finance teams, it provides access to spend information, but does not confer the right to link or unlink projects or otherwise manage the properties of the billing account.
https://cloud.google.com/billing/docs/how-to/billing-access

 

NEW QUESTION 141
You need to create a copy of a custom Compute Engine virtual machine (VM) to facilitate an expected increase in application traffic due to a business acquisition. What should you do?

  • A. Create a Compute Engine snapshot of your base VM. Create your images from that snapshot.
  • B. Create a custom Compute Engine image from a snapshot. Create your instances from that image.
    :
    A custom image belongs only to your project. To create an instance with a custom image, you must first have a custom image.
  • C. Create a Compute Engine snapshot of your base VM. Create your instances from that snapshot.
  • D. Create a custom Compute Engine image from a snapshot. Create your images from that image.

Answer: B

Explanation:
Reference:
https://cloud.google.com/compute/docs/instances/create-start-instance

 

NEW QUESTION 142
You significantly changed a complex Deployment Manager template and want to confirm that the dependencies of all defined resources are properly met before committing it to the project. You want the most rapid feedback on your changes. What should you do?

  • A. Monitor activity of the Deployment Manager execution on the Stackdriver Logging page of the GCP Console.
  • B. Execute the Deployment Manager template using the ?preview option in the same project, and observe the state of interdependent resources.
  • C. Execute the Deployment Manager template against a separate project with the same configuration, and monitor for failures.
  • D. Use granular logging statements within a Deployment Manager template authored in Python.

Answer: B

Explanation:
https://cloud.google.com/deployment-manager/docs/deployments/updating-deployments

 

NEW QUESTION 143
You have a project for your App Engine application that serves a development environment. The required testing has succeeded and you want to create a new project to serve as your production environment. What should you do?

  • A. Deploy your application again using gcloud and specify the project parameter with the new project name to create the new project.
  • B. Use gcloud to create the new project and to copy the deployed application to the new project.
  • C. Use gcloud to create the new project, and then deploy your application to the new project.
  • D. Create a Deployment Manager configuration file that copies the current App Engine deployment into a new project.

Answer: D

 

NEW QUESTION 144
You have successfully created a development environment in a project for an application. This application uses Compute Engine and Cloud SQL. Now, you need to create a production environment for this application.
The security team has forbidden the existence of network routes between these 2 environments, and asks you to follow Google-recommended practices. What should you do?

  • A. Create a new project, modify your existing VPC to be a Shared VPC, share that VPC with your new project, and replicate the setup you have in the development environment in that new project, in the Shared VPC.
  • B. Create a new project, enable the Compute Engine and Cloud SQL APIs in that project, and replicate the setup you have created in the development environment.
  • C. Create a new production subnet in the existing VPC and a new production Cloud SQL instance in your existing project, and deploy your application using those resources.
  • D. Ask the security team to grant you the Project Editor role in an existing production project used by another division of your company. Once they grant you that role, replicate the setup you have in the development environment in that project.

Answer: B

 

NEW QUESTION 145
......


Below are the requirements of Associate Cloud Engineer Exam

There is no prerequisite for Oracle Associate Cloud Engineer certification.

 

Latest Associate-Cloud-Engineer Study Guides 2022 - With Test Engine PDF: https://www.braindumpsit.com/Associate-Cloud-Engineer_real-exam.html

Get New Associate-Cloud-Engineer Practice Test Questions Answers : https://drive.google.com/open?id=1YVX4yvIhIGFOKKRi_cSqJf-CT4oiJQRx