[Q70-Q90] 2022 Updates For the Latest Associate-Cloud-Engineer Free Exam Study Guide!

Share

2022 Updates For the Latest Associate-Cloud-Engineer Free Exam Study Guide!

Best Associate-Cloud-Engineer Exam Preparation Material with New Dumps Questions


Deploying & Implementing Cloud Solutions

  • Deploy solutions with Cloud Marketplace: the candidates must demonstrate the ability to browse the Cloud Marketplace catalog to check solution details; deploy Cloud Marketplace solutions;
  • Deploy an application infrastructure with Cloud Deployment Manager with a focus on the development and launch of Deployment Manager templates.
  • Deploy and implement compute engine resources: the skills required for this area include launching compute instances with Cloud SDK and Cloud Console; creating auto-scaled managed instance groups with instance templates; uploading/generating custom SSH keys for instances; configuring virtual machines or Stackdriver logging and monitoring. It also requires that the students can assess compute quotas and request for increases; install a Stackdriver Agent for logging and monitoring;
  • Deploy and implement Google Kubernetes Engine Resources: this domain includes skills in deploying Google Kubernetes Engine cluster, container application to Google Kubernetes Engine with pods, and configuring Google Kubernetes Engine Application logging and monitoring;
  • Deploy and implement networking resources: this will measure your ability to launch Compute Engine instances using custom network configuration; create egress and ingress firewall rule or VPC; create VPNs between the external network and Google VPC with Cloud VPN; create the load balancer to allocate the application network traffic for apps;
  • Deploy and implement data solutions: the applicants should be able to initialize data systems with Google products and load data;

Career Path

After acing the certification test, the candidates will possess all the knowledge and skills needed to function in a role of an Associate Cloud Engineer. The responsibilities of these professionals include the deployment of apps, monitoring of operations, and management of enterprise solutions. The successful applicants will be capable of using Google Cloud Console as well as the command-line interface to fulfill common platform-based tasks to maintain deployed solutions that leverage self-managed or Google-managed services on Google Cloud. Some of the other job roles that you can take up after getting certified include the following: an Associate DevOps Engineer, an Associate Software Engineer, an Associate Cloud Migration Engineer, an Associate Consulting Engineer, an Associate Cloud Security Engineer, an Associate DevOps Network Engineer, and an Associate Cloud Operations Engineer. The average salary associated with these positions is $108,752 per year. However, the specialists with some level of experience in the domain can earn as much as $177,000 per annum.

 

NEW QUESTION 70
You need to run an important query in BigQuery but expect it to return a lot of records. You want to find out how much it will cost to run the query. You are using on-demand pricing. What should you do?

  • A. Arrange to switch to Flat-Rate pricing for this query, then move back to on-demand.
  • B. Use the command line to run a dry run query to estimate the number of bytes read.
    Then convert that bytes estimate to dollars using the Pricing Calculator.
  • C. Run a select count (*) to get an idea of how many records your query will look through.
    Then convert that number of rows to dollars using the Pricing Calculator.
  • D. Use the command line to run a dry run query to estimate the number of bytes returned.
    Then convert that bytes estimate to dollars using the Pricing Calculator.

Answer: B

Explanation:
https://cloud.google.com/bigquery/docs/estimate-costs

 

NEW QUESTION 71
You recently deployed a new version of an application to App Engine and then discovered a bug in the release.
You need to immediately revert to the prior version of the application. What should you do?

  • A. Deploy the original version as a separate application. Then go to App Engine settings and split traffic between applications so that the original version serves 100% of the requests.
  • B. Run gcloud app restore.
  • C. On the App Engine page of the GCP Console, select the application that needs to be reverted and click Revert.
  • D. On the App Engine Versions page of the GCP Console, route 100% of the traffic to the previous version.

Answer: A

 

NEW QUESTION 72
You are migrating a production-critical on-premises application that requires 96 vCPUs to perform its task. You want to make sure the application runs in a similar environment on GCP. What should you do?

  • A. Start the VM using Compute Engine default settings, and adjust as you go based on Rightsizing Recommendations.
  • B. When creating the VM, use Intel Skylake as the CPU platform.
  • C. Create the VM using Compute Engine default settings. Use gcloud to modify the running instance to have
    96 vCPUs.
  • D. When creating the VM, use machine type n1-standard-96.

Answer: B

 

NEW QUESTION 73
You are creating a Kubernetes Engine cluster to deploy multiple pods inside the cluster. All container logs must be stored in BigQuery for later analysis. You want to follow Google- recommended practices. Which two approaches can you take?

  • A. Develop a custom add-on that uses Cloud Logging API and BigQuery API. Deploy the add-on to your Kubernetes Engine cluster.
  • B. Use the Stackdriver Logging export feature to create a sink to BigQuery. Specify a filter expression to export log records related to your Kubernetes Engine cluster only.
  • C. Turn on Stackdriver Monitoring during the Kubernetes Engine cluster creation.
  • D. Use the Stackdriver Logging export feature to create a sink to Cloud Storage. Create a Cloud Dataflow job that imports log files from Cloud Storage to BigQuery.
  • E. Turn on Stackdriver Logging during the Kubernetes Engine cluster creation.

Answer: B,E

Explanation:
A Is correct because creating a cluster with Stackdriver Logging option will enable all the container logs to be stored in Stackdriver Logging.
B Is not correct because creating a cluster with Stackdriver Monitoring option will enable monitoring metrics to be gathered, but it has nothing to do with logging.
C is not correct, because even if you can develop a Kubernetes addon that will send logs to BigQuery, this is not a Google-recommended practice.
D is incorrect because this is not a Google recommended practice.
E Is correct because Stackdriver Logging support exporting logs to BigQuery by creating sinks (see links below).
https://cloud.google.com/kubernetes-engine/docs/how-to/logging
https://cloud.google.com/logging/docs/export/configure_export_v2
https://kubernetes.io/docs/reference/labels-annotations-taints/

 

NEW QUESTION 74
You've been running your App Engine app for a few weeks with Autoscaling, and it's been working well. However, your marketing team is planning on a massive campaign, and they expect a lot of burst traffic. How would you go about ensuring there are always 4 idle instances?

  • A. Switch to manual scaling and use the burst_traffic_protection property to True in the app.yaml.
  • B. Set the min_idle_instances property in the app.yaml.
  • C. Switch to manual scaling and use the idle_instance_count property in the app.yaml.
  • D. Set the min_instances property in the app.yaml,

Answer: B

 

NEW QUESTION 75
Your boss has asked you to set up something to perform monitoring and logging. The ideal solution would allow you to monitor your Google Cloud resources as well as a few different EC2 instances running inside AWS. Which option would meet the criteria with the least amount of work?

  • A. Datadog
  • B. AWS Cloudwatch
  • C. Deploy a custom solution based on the ELK stack.
  • D. Stackdriver

Answer: D

 

NEW QUESTION 76
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 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.
  • B. 1. Create an IAM entry for each data scientist's user account.
    2. Assign the BigQuery dataViewer user role to the group.
  • C. 1. Create an IAM entry for each data scientist's user account.
    2. Assign the BigQuery jobUser 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 jobUser role to the group.

Answer: A

Explanation:
Explanation/Reference: https://cloud.google.com/bigquery/docs/cloud-sql-federated-queries

 

NEW QUESTION 77
Your company runs one batch process in an on-premises server that takes around 30 hours to complete. The task runs monthly, can be performed offline, and must be restarted if interrupted. You want to migrate this workload to the cloud while minimizing cost. What should you do?

  • A. Migrate the workload to a Compute Engine Preemptible VM.
  • B. Migrate the workload to a Google Kubernetes Engine cluster with Preemptible nodes.
  • C. Create an Instance Template with Preemptible VMs On. Create a Managed Instance Group from the template and adjust Target CPU Utilization. Migrate the workload.
  • D. Migrate the workload to a Compute Engine VM. Start and stop the instance as needed.

Answer: B

Explanation:
Explanation/Reference: https://cloud.google.com/kubernetes-engine/docs/tutorials/migrating-node-pool

 

NEW QUESTION 78
You have deployed a Django 1.5 Python application to App Engine. This version of Django requires Python 3. Due to some issues, App Engine is trying to run the application using Python
2. Which of the following file would you check and modify (if required) to ensure that Python 3 is used with the application?

  • A. cron.yaml
  • B. app.yaml
  • C. services.yaml
  • D. app.config

Answer: B

 

NEW QUESTION 79
Which of the following is a valid use case for Flow Logs?

  • A. Serving as a UDP relay.
  • B. Blocking instances from communicating over certain ports.
  • C. Network forensics.
  • D. Proxying SSL traffic.

Answer: C

 

NEW QUESTION 80
You have a website hosted on App Engine standard environment. You want 1% of your users to see a new test version of the website. You want to minimize complexity. What should you do?

  • A. Create a new App Engine application in the same project. Deploy the new version in that application.
    Configure your network load balancer to send 1% of the traffic to that new application.
  • B. Deploy the new version in the same application and use the --migrateoption.
  • C. Deploy the new version in the same application and use the --splitsoption to give a weight of 99 to the current version and a weight of 1 to the new version.
  • D. Create a new App Engine application in the same project. Deploy the new version in that application. Use the App Engine library to proxy 1% of the requests to the new version.

Answer: C

 

NEW QUESTION 81
You have a Compute Engine instance hosting a production application. You want to receive an email if the instance consumes more than 90% of its CPU resources for more than 15 minutes. You want to use Google services. What should you do?

  • A. 1. Create a Stackdriver Workspace, and associate your Google Cloud Platform (GCP) project with it.
    2.Create an Alerting Policy in Stackdriver that uses the threshold as a trigger condition.
    3.Configure your email address in the notification channel.
  • B. 1. Create a consumer Gmail account.
    2.Write a script that monitors the CPU usage.
    3.When the CPU usage exceeds the threshold, have that script send an email using the Gmail account and smtp.gmail.com on port 25 as SMTP server.
  • C. 1. In Stackdriver Logging, create a logs-based metric to extract the CPU usage by using this regular expression: CPU Usage: ([0-9] {1,3})%
    2.In Stackdriver Monitoring, create an Alerting Policy based on this metric.
    3.Configure your email address in the notification channel.
  • D. 1. Create a Stackdriver Workspace, and associate your GCP project with it.
    2.Write a script that monitors the CPU usage and sends it as a custom metric to Stackdriver.
    3.Create an uptime check for the instance in Stackdriver.

Answer: C

 

NEW QUESTION 82
You need to manage a third-party application that will run on a Compute Engine instance. Other Compute Engine instances are already running with default configuration. Application installation files are hosted on Cloud Storage. You need to access these files from the new instance without allowing other virtual machines (VMs) to access these files. What should you do?

  • A. Create the instance with the default Compute Engine service account Add metadata to the objects on Cloud Storage that matches the metadata on the new instance.
  • B. Create a new service account and assign this service account to the new instance Add metadata to the objects on Cloud Storage that matches the metadata on the new instance.
  • C. Create a new service account and assign this service account to the new instance Grant the service account permissions on Cloud Storage.
  • D. Create the instance with the default Compute Engine service account Grant the service account permissions on Cloud Storage.

Answer: C

 

NEW QUESTION 83
Your company runs one batch process in an on-premises server that takes around 30 hours to complete. The task runs monthly, can be performed offline, and must be restarted if interrupted.
You want to migrate this workload to the cloud while minimizing cost. What should you do?

  • A. Migrate the workload to a Compute Engine Preemptible VM.
  • B. Migrate the workload to a Google Kubernetes Engine cluster with Preemptible nodes.
  • C. Migrate the workload to a Compute Engine VM.
    Start and stop the instance as needed.
  • D. Create an Instance Template with Preemptible VMs On.
    Create a Managed Instance Group from the template and adjust Target CPU Utilization.
    Migrate the workload.

Answer: B

Explanation:
https://cloud.google.com/kubernetes-engine/docs/tutorials/migrating-node-pool

 

NEW QUESTION 84
Your engineers need to pass database credentials to a Kubernetes Pod. The YAML they're using looks similar to the following:
apiVersion: "extensions/v1beta1"
kind: "Deployment"
metadata:
name: "products-service"
namespace: "default"
labels:
app: "products-service"
spec:
replicas: 3
selector:
matchLabels:
app: "products-service"
template:
metadata:
labels:
app: "products-service"
spec:
containers:
- name: "products"
image: "gcr.io/find-seller-app-dev/products:latest"
env:
- name: "database_user"
value: "admin"
- name: "database_password"
value: "TheB3stP@ssW0rd"
What is Google's recommended best practice for working with sensitive information inside of Kubernetes?

  • A. Store the credentials in a ConfigMap.
  • B. Mount the credentials in a volume.
  • C. Store the credentials in a Secret.
  • D. Use an environment variable.

Answer: C

 

NEW QUESTION 85
Your organization uses Active Directory (AD) to manage user identities. Each user uses this identity for federated access to various on-premises systems. Your security team has adopted a policy that requires users to log into Google Cloud with their AD identity instead of their own login.
You want to follow the Google-recommended practices to implement this policy.
What should you do?

  • A. Sync identities with Cloud Directory Sync, and then copy passwords to allow simplified login with the same credentials.
  • B. Sync Identities in the Google Admin console, and then enable Oauth for single sign-on
  • C. Sync identities with 3rd party LDAP sync, and then copy passwords to allow simplified login with (he same credentials
  • D. Sync Identities with Cloud Directory Sync, and then enable SAML for single sign-on

Answer: D

 

NEW QUESTION 86
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. Save the automatic first-of-the-month backup for three years.
    Store the backup file in an Archive class Cloud Storage bucket.
  • B. Convert the automatic first-of-the-month backup to an export file.
    Write the export file to a Coldline class Cloud Storage bucket.
  • C. Set up an on-demand backup for the first of the month.
    Write the backup to an Archive class Cloud Storage bucket.
  • D. Set up an export job for the first of the month.
    Write the export file to an Archive class Cloud Storage bucket.

Answer: A

 

NEW QUESTION 87
You have an application that receives SSL-encrypted TCP traffic on port 443. Clients for this application are located all over the world. You want to minimize latency for the clients. Which load balancing option should you use?

  • A. HTTPS Load Balancer
  • B. Network Load Balancer
  • C. SSL Proxy Load Balancer
  • D. Internal TCP/UDP Load Balancer. Add a firewall rule allowing ingress traffic from 0.0.0.0/0on the target instances.

Answer: C

Explanation:
Explanation/Reference: https://cloud.google.com/load-balancing/docs/ssl

 

NEW QUESTION 88
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. Cloud Pub/Sub, Cloud Storage, BigQuery, Cloud Bigtable
  • B. Cloud Pub/Sub, Cloud Dataflow, Cloud Datastore, BigQuery
  • C. Cloud Pub/Sub, Cloud Dataflow, Cloud Bigtable, BigQuery
  • D. Firebase Messages, Cloud Pub/Sub, Cloud Spanner, BigQuery

Answer: C

 

NEW QUESTION 89
You need to create an autoscaling managed instance group for an HTTPS web application. You want to make sure that unhealthy VMs are recreated. What should you do?

  • A. In the Instance Template, add a startup script that sends a heartbeat to the metadata server.
  • B. Select Multi-Zone instead of Single-Zone when creating the Managed Instance Group.
  • C. Create a health check on port 443 and use that when creating the Managed Instance Group.
  • D. In the Instance Template, add the label `health-check'.

Answer: C

Explanation:
MIGs support autohealing, load balancing, autoscaling, and auto-updating. no the Images templates, this is set up in the MIG.

 

NEW QUESTION 90
......


Prerequisites

The certification test has no formal prerequisites. However, hands-on experience with Google Cloud will be a benefit. The candidates are recommended to have at least 6 months of practical experience in the domain of the Google Associate Cloud Engineer exam. In addition, the applicants need to develop an in-depth understanding of the topics covered in the test.

 

Free Associate-Cloud-Engineer Exam Files Verified & Correct Answers Downloaded Instantly: https://pass4sure.exam-killer.com/Associate-Cloud-Engineer-valid-questions.html