
[Jan 23, 2022] Dumps Collection Associate-Cloud-Engineer Test Engine Dumps Training With 245 Questions
Google Associate-Cloud-Engineer Dumps - 100% Cover Real Exam Questions
Planning & Configuring Cloud Solutions
- Plan and estimate the GCP product use with Pricing Calculator;
- Plan and configure compute resources with specific skills in choosing the relevant compute choices for a specific workload as well as utilizing preemptible virtual machines and custom machine types as relevant;
- Plan and configure network resources, which include distinguishing load balancing alternatives, configuring the Cloud DNS, establishing resource locations within a network for its availability.
- Plan and configure data storage options with a focus on product choice and selecting storage options;
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.
NEW QUESTION 75
A company has a website running on Amazon EC2. The application DNS name points to an Elastic IP address associated with the EC2 instance. In the event of an attack on the website coming from a specific IP address, the company wants a way to block the offending IP address.
Which tool or service should a Solutions Architect recommend to block the IP address?
- A. Network ACL
- B. Security groups
- C. AWS Shield
- D. AWS WAF
Answer: D
NEW QUESTION 76
You have been asked to set up Object Lifecycle Management for objects stored in storage buckets. The objects are written once and accessed frequently for 30 days. After 30 days, the objects are not read again unless there is a special need. The object should be kept for three years, and you need to minimize cost. What should you do?
- A. Set up a policy that uses Standard storage for 30 days and then moves to Archive storage for three years.
- B. Set up a policy that uses Nearline storage for 30 days, then moves the Coldline for one year, and then moves to Archive storage for two years.
- C. Set up a policy that uses Nearline storage for 30 days and then moves to Archive storage for three years.
- D. Set up a policy that uses Standard storage for 30 days, then moves to Coldline for one year, and then moves to Archive storage for two years.
Answer: C
Explanation:
Reference:
https://books.google.com.pk/books?id=q0nhDwAAQBAJ&pg=PA52&lpg=PA52&dq=Set+up+a
+policy+that+uses+Nearline+storage+for+30+days+and+then+moves+to+Archive+storage+for+three
+years.&source=bl&ots=kYLZN1ymA8&sig=ACfU3U2XLmzQ39cmPDwjfWxRbNtDNLc_6g&hl=en&sa=X&ved
=2ahUKEwjZmefOpr7qAhVzQkEAHTUgASYQ6AEwAHoECAoQAQ#v=onepage&q=Set%20up%20a% 20policy%20that%20uses%20Nearline%20storage%20for%2030%20days%20and%20then%20moves%20to
%20Archive%20storage%20for%20three%20years.&f=false
NEW QUESTION 77
The sales team has a project named Sales Data Digest that has the ID acme-data-digest You need to set up similar Google Cloud resources for the marketing team but their resources must be organized independently of the sales team. What should you do?
- A. Create another protect with the ID acme-marketing-data-digest for the Marketing team and deploy the resources there
- B. Create a new protect named Meeting Data Digest and use the ID acme-data-digest Grant the Project Editor role to the Marketing team.
- C. Grant the Project Editor role to the Marketing learn for acme data digest
- D. Create a Project Lien on acme-data digest and then grant the Project Editor role to the Marketing team
Answer: A
NEW QUESTION 78
Your existing application running in Google Kubernetes Engine (GKE) consists of multiple pods running on four GKE n1-standard-2 nodes. You need to deploy additional pods requiring n2-highmem-16 nodes without any downtime. What should you do?
- A. Create a new cluster with both n1-standard-2 and n2-highmem-16 nodes. Redeploy the pods and delete the old cluster.
- B. Create a new cluster with n2-highmem-16 nodes. Redeploy the pods and delete the old cluster.
- C. Create a new Node Pool and specify machine type n2-highmem-16. Deploy the new pods.
- D. Use gcloud container clusters upgrade. Deploy the new services.
Answer: C
NEW QUESTION 79
A website keeps a record of user actions using a globally unique identifier (GIUD) retrieved from Amazon Aurora in place of the user name within the audit record. Security protocols state that the GUID content must not leave the company's Amazon VPC.
As the web traffic has increased, the number of web servers and Aurora read replicas has also increased to keep up with the user record reads for the GUID.
What should be done to reduce the number of read replicas required while improving performance?
- A. Change the GUID to an MD5 hash of the user name, so that the value can be calculated on demand without referring to the database.
- B. Deploy a Amazon ElastiCache for Redis server into the infrastructure and store the user name and GUID there. Retrieve GUID from ElastiCache when required.
- C. Encrypt the GUID using Base64 and store it in the user's session cookie. Decrypt the GUID when an audit record is needed.
- D. Keep the user name and GUID in memory on the web server instance so that the association can be remade on demand. Remove the record after 30 minutes.
Answer: B
Explanation:
Explanation/Reference: https://aws.amazon.com/elasticache/redis/faqs/
NEW QUESTION 80
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. Create the VM using Compute Engine default settings. Use gcloud to modify the running instance to have
96 vCPUs. - B. When creating the VM, use Intel Skylake as the CPU platform.
- C. Start the VM using Compute Engine default settings, and adjust as you go based on Rightsizing Recommendations.
- D. When creating the VM, use machine type n1-standard-96.
Answer: A
NEW QUESTION 81
You are using Deployment Manager to create a Google Kubernetes Engine cluster. Using the same Deployment Manager deployment, you also want to create a DaemonSet in the kube-systemnamespace of the cluster. You want a solution that uses the fewest possible services. What should you do?
- A. In the cluster's definition in Deployment Manager, add a metadata that has kube-systemas key and the DaemonSet manifest as value.
- B. Add the cluster's API as a new Type Provider in Deployment Manager, and use the new type to create the DaemonSet.
- C. Use the Deployment Manager Runtime Configurator to create a new Config resource that contains the DaemonSet definition.
- D. With Deployment Manager, create a Compute Engine instance with a startup script that uses kubectlto create the DaemonSet.
Answer: D
Explanation:
Explanation/Reference: https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl
NEW QUESTION 82
You have an autoscaled managed instance group that is set to scale based on CPU utilization of 60%. There are currently 3 instances in the instance group. You're connected to one of the instances and notice that the CPU usage is a 70%. However, the instance group isn't starting up another instance. What's the most likely reason?
- A. The load balancer doesn't recognize the instance as healthy.
- B. The autoscaler takes 60 seconds before creating a new instance.
- C. The autoscaler is disabled.
- D. The average CPU for the entire instance group is below 60%.
Answer: D
NEW QUESTION 83
You are using Google Kubernetes Engine with autoscaling enabled to host a new application. You want to expose this new application to the public, using HTTPS on a public IP address. What should you do?
- A. Create a HAProxy pod in the cluster to load-balance the traffic to all the pods of the application. Forward the public traffic to HAProxy with an iptable rule. Configure the DNS name of your application using the public IP of the node HAProxy is running on.
- B. Create a Kubernetes Service of type NodePort to expose the application on port 443 of each node of the Kubernetes cluster. Configure the public DNS name of your application with the IP of every node of the cluster to achieve load-balancing.
- C. Create a Kubernetes Service of type NodePort for your application, and a Kubernetes Ingress to expose this Service via a Cloud Load Balancer.
- D. Create a Kubernetes Service of type ClusterIP for your application. Configure the public DNS name of your application using the IP of this Service.
Answer: C
Explanation:
Reference:
https://cloud.google.com/kubernetes-engine/docs/tutorials/http-balancer
NEW QUESTION 84
You are building an archival solution for your data warehouse and have selected Cloud Storage to archive your data. 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. Multi-Regional Storage
- C. Regional Storage
- D. Nearline Storage
Answer: D
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.
https://cloud.google.com/storage/archival
NEW QUESTION 85
You have an application that looks for its licensing server on the IP 10.0.3.21. You need to deploy the licensing server on Compute Engine. You do not want to change the configuration of the application and want the application to be able to reach the licensing server. What should you do?
- A. Reserve the IP 10.0.3.21 as a static internal IP address using gcloud and assign it to the licensing server.
- B. Start the licensing server with an automatic ephemeral IP address, and then promote it to a static internal IP address.
- C. Reserve the IP 10.0.3.21 as a static public IP address using gcloud and assign it to the licensing server.
- D. Use the IP 10.0.3.21 as a custom ephemeral IP address and assign it to the licensing server.
Answer: A
NEW QUESTION 86
You have experimented with Google Cloud using your own credit card and expensed the costs to your company. Your company wants to streamline the billing process and charge the costs of your projects to their monthly invoice. What should you do?
- A. Grant the financial team the IAM role of "Billing Account User" on the billing account linked to your credit card.
- B. Change the billing account of your projects to the billing account of your company.
- C. Create a ticket with Google Billing Support to ask them to send the invoice to your company.
- D. Set up BigQuery billing export and grant your financial department IAM access to query the data.
Answer: B
NEW QUESTION 87
You deployed an App Engine application using gcloud app deploy, but it did not deploy to the intended project. You want to find out why this happened and where the application deployed. What should you do?
- A. Go to Cloud Shell and run gcloud config list to review the Google Cloud configuration used for deployment.
- B. Go to Deployment Manager and review settings for deployment of applications.
- C. Check the web-application.xml file for your application and check project settings.
- D. Check the app.yaml file for your application and check project settings.
Answer: D
NEW QUESTION 88
Your company has embraced a hybrid cloud strategy where some of the applications are deployed on Google Cloud. A Virtual Private Network (VPN) tunnel connects your Virtual Private Cloud (VPC) in Google Cloud with your company's on-premises network. Multiple applications in Google Cloud need to connect to an on- premises database server, and you want to avoid having to change the IP configuration in all of your applications when the IP of the database changes. What should you do?
- A. Create a private zone on Cloud DNS, and configure the applications with the DNS name.
- B. Configure Cloud NAT for all subnets of your VPC to be used when egressing from the VM instances.
- C. Configure the IP of the database as custom metadata for each instance, and query the metadata server.
- D. Query the Compute Engine internal DNS from the applications to retrieve the IP of the database.
Answer: B
NEW QUESTION 89
You need to provide a cost estimate for a Kubernetes cluster using the GCP pricing calculator for Kubernetes. Your workload requires high IOPs, and you will also be using disk snapshots. You start by entering the number of nodes, average hours, and average days. What should you do next?
- A. Select Add GPUs. Fill in persistent disk storage and snapshot storage.
- B. Select Add GPUs. Add estimated cost for cluster management.
- C. Fill in local SSD. Fill in persistent disk storage and snapshot storage.
- D. Fill in local SSD. Add estimated cost for cluster management.
Answer: A
Explanation:
Reference:
https://cloud.google.com/products/calculator#tab=container
NEW QUESTION 90
You need a dynamic way of provisioning VMs on Compute Engine. The exact specifications will be in a dedicated configuration file. You want to follow Google's recommended practices. Which method should you use?
- A. Deployment Manager
- B. Cloud Composer
- C. Managed Instance Group
- D. Unmanaged Instance Group
Answer: C
Explanation:
Reference:
https://cloud.google.com/compute/docs/instances/
NEW QUESTION 91
......
Below are advantages of Getting the Associate Cloud Engineer Certification Exam
- Google Certified Specialists have the knowledge to use the tools to complete the task efficiently and cost effectively than the other non-certified professionals lack in doing so.
- Google Certified Specialists Certifications provide opportunities to get a job easily in which they are interested in instead of wasting years and ending without getting any experience.
- Google Certified Specialists have more useful and relevant networks that help them in setting career goals for themselves. Google Certified Specialists networks provide them with the right career direction than non certified usually are unable to get.
- Google Certified Specialists will be confident and stand different from others as their skills are more trained than non-certified professionals.
- Google Certified Specialists Certification provides practical experience to candidates from all the aspects to be a proficient worker in the organization.
- Google Certified Specialists are distinguished among competitors. Google Certified Specialists certification can give them an edge at that time easily when candidates appear for a job interview employers seek to notify something which differentiates the individual to another.
Realistic VCEPrep Associate-Cloud-Engineer Dumps PDF - 100% Passing Guarantee: https://www.vceprep.com/Associate-Cloud-Engineer-latest-vce-prep.html
Real Associate-Cloud-Engineer dumps - Real Google dumps PDF: https://drive.google.com/open?id=1hVNjOspBfoFjWSdTTxVWHYmmHw3hHrZQ