[2023] Associate-Cloud-Engineer PDF Questions - Perfect Prospect To Go With PassCollection Practice Exam
Google Associate-Cloud-Engineer Pdf Questions - Outstanding Practice To your Exam
Google Associate-Cloud-Engineer certification is an excellent way to showcase your expertise in GCP to potential employers. Google Associate Cloud Engineer Exam certification demonstrates that you have a deep understanding of GCP and can deploy and manage applications on the platform. Google Associate Cloud Engineer Exam certification also provides access to a network of GCP professionals and resources that can help you stay up to date with the latest trends and best practices in the industry.
NEW QUESTION # 55
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. Check the web-application.xml file for your application and check project settings.
- B. Check the app.yaml file for your application and check project settings.
- C. Go to Deployment Manager and review settings for deployment of applications.
- D. Go to Cloud Shell and run gcloud config list to review the Google Cloud configuration used for deployment.
Answer: B
Explanation:
Reference:
https://cloud.google.com/endpoints/docs/openapi/troubleshoot-aeflex-deployment
NEW QUESTION # 56
Your organization has strict requirements to control access to Google Cloud projects. You need to enable your Site Reliability Engineers (SREs) to approve requests from the Google Cloud support team when an SRE opens a support case. You want to follow Google-recommended practices. What should you do?
- A. Add your SREs to roles/iam.roleAdmin role.
- B. Add your SREs to roles/accessapproval approver role.
- C. Add your SREs to a group and then add this group to roles/iam roleAdmin role.
- D. Add your SREs to a group and then add this group to roles/accessapproval approver role.
Answer: D
Explanation:
Google recommended practices lead us to use groups rather than granting each individual SRE permissions.
NEW QUESTION # 57
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 System Event Logs in Stackdriver. Search for the service account associated with the user.
- 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 user's email as the principal.
- D. View Data Access audit logs in Stackdriver. Search for the user's email as the principal.
Answer: A
NEW QUESTION # 58
You have a Google Cloud Platform account with access to both production and development projects. You need to create an automated process to list all compute instances in development and production projects on a daily basis. What should you do?
- A. Create two configurations using gcloud config. Write a script that sets configurations as active, individually. For each configuration, use gcloud compute instances list to get a list of compute resources.
- B. Go to GCP Console and export this information to Cloud SQL on a daily basis.
- C. Go to Cloud Shell and export this information to Cloud Storage on a daily basis.
- D. Create two configurations using gsutil config. Write a script that sets configurations as active, individually. For each configuration, use gsutil compute instances list to get a list of compute resources.
Answer: A
NEW QUESTION # 59
Your team maintains the infrastructure for your organization. The current infrastructure requires changes. You need to share your proposed changes with the rest of the team. You want to follow Google's recommended best practices. What should you do?
- A. Use Deployment Manager templates to describe the proposed changes and store them in Cloud Source Repositories.
- B. Use Deployment Manager templates to describe the proposed changes and store them in a Cloud Storage bucket.
- C. Apply the change in a development environment, run gcloud compute instances list, and then save the output in a shared Storage bucket.
- D. Apply the change in a development environment, run gcloud compute instances list, and then save the output in Cloud Source Repositories.
Answer: A
NEW QUESTION # 60
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. 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. - B. 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. - C. 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. - D. 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.
Answer: A
NEW QUESTION # 61
You need to configure IAM access audit logging in BigQuery for external auditors. You want to follow Google- recommended practices. What should you do?
- A. Add the auditors group to two new custom IAM roles.
- B. Add the auditor user accounts to the 'logging.viewer' and 'bigQuery.dataViewer' predefined IAM roles.
- C. Add the auditors group to the 'logging.viewer' and 'bigQuery.dataViewer' predefined IAM roles.
- D. Add the auditor user accounts to two new custom IAM roles.
Answer: B
Explanation:
Explanation/Reference: https://cloud.google.com/iam/docs/roles-audit-logging
NEW QUESTION # 62
Your development team needs a new Jenkins server for their project. You need to deploy the server using the fewest steps possible. What should you do?
- A. Use GCP Marketplace to launch the Jenkins solution.
- B. Create a new Compute Engine instance and install Jenkins through the command line interface.
- C. Create a Kubernetes cluster on Compute Engine and create a deployment with the Jenkins Docker image.
- D. Download and deploy the Jenkins Java WAR to App Engine Standard.
Answer: A
Explanation:
https://cloud.google.com/solutions/using-jenkins-for-distributed-builds-on-compute-engine
NEW QUESTION # 63
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, then moves to Coldline for one year, and then moves to Archive storage for two years.
- B. Set up a policy that uses Nearline storage for 30 days and then moves to Archive storage for three years.
- C. 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.
- D. Set up a policy that uses Standard storage for 30 days and then moves to Archive storage for three years.
Answer: B
NEW QUESTION # 64
You are working for a hospital that stores Its medical images in an on-premises data room. The hospital wants to use Cloud Storage for archival storage of these images. The hospital wants an automated process to upload any new medical images to Cloud Storage. You need to design and implement a solution. What should you do?
- A. Create a script that uses the gsutil command line interface to synchronize the on-premises storage with Cloud Storage Schedule the script as a cron job
- B. Create a Pub/Sub topic, and enable a Cloud Storage trigger for the Pub/Sub topic. Create an application that sends all medical images to the Pub/Sub lope
- C. Deploy a Dataflow job from the batch template "Datastore lo Cloud Storage" Schedule the batch job on the desired interval
- D. In the Cloud Console, go to Cloud Storage Upload the relevant images to the appropriate bucket
Answer: A
Explanation:
they require cloud storage for archival and the want to automate the process to upload new medical image to cloud storage, hence we go for gsutil to copy on-prem images to cloud storage and automate the process via cron job. whereas Pub/Sub listens to the changes in the Cloud Storage bucket and triggers the pub/sub topic, which is not required.
NEW QUESTION # 65
You created an instance of SQL Server 2017 on Compute Engine to test features in the new version. You want to connect to this instance using the fewest number of steps. What should you do?
- A. Set a Windows username and password in the GCP Console. Verify that a firewall rule for port 3389 exists.
Click the RDP button in the GCP Console, and supply the credentials to log in. - B. Install a RDP client in your desktop. Set a Windows username and password in the GCP Console. Use the credentials to log in to the instance.
- C. Install a RDP client on your desktop. Verify that a firewall rule for port 3389 exists.
- D. Set a Windows password in the GCP Console. Verify that a firewall rule for port 22 exists. Click the RDP button in the GCP Console and supply the credentials to log in.
Answer: B
Explanation:
Explanation/Reference: https://medium.com/falafel-software/sql-server-in-the-google-cloud-a17e8a1f11ce
NEW QUESTION # 66
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 Storage, BigQuery, Cloud Bigtable
- C. Cloud Pub/Sub, Cloud Dataflow, Cloud Bigtable, BigQuery
- D. Cloud Pub/Sub, Cloud Dataflow, Cloud Datastore, BigQuery
Answer: C
Explanation:
Correct answer is D as Cloud Pub/Sub for data ingestion, Dataflow for data handling and transformation, Bigtable for storage to provide low latency data access and BigQuery for analytics Whenever we want to process timeseries data look for BigTable.
Also you want to perform analystics in Box 4 ..look for BigQuery
https://cloud.google.com/blog/products/databases/getting-started-with-time-series-trend- predictions-using-gcp
NEW QUESTION # 67
Your company runs its Linux workloads on Compute Engine instances. Your company will be working with a new operations partner that does not use Google Accounts. You need to grant access to the instances to your operations partner so they can maintain the installed tooling.
What should you do?
- A. Ask the operations partner to generate SSH key pairs, and add the public keys to the VM instances.
- B. Set up Cloud VPN between your Google Cloud VPC and the internal network of the operations partner.
- C. Enable Cloud IAP for the Compute Engine instances, and add the operations partner as a Cloud IAP Tunnel User.
- D. Tag all the instances with the same network tag.
Create a firewall rule in the VPC to grant TCP access on port 22 for traffic from the operations partner to instances with the network tag.
Answer: D
Explanation:
https://cloud.google.com/vpc/docs/firewalls
NEW QUESTION # 68
You have developed a containerized web application that will serve Internal colleagues during business hours. You want to ensure that no costs are incurred outside of the hours the application is used. You have just created a new Google Cloud project and want to deploy the application. What should you do?
- A. Deploy the container on App Engine flexible environment with manual scaling, and set the value instances to zero in the app yaml
- B. Deploy the container on Cloud Run (fully managed), and set the minimum number of instances to zero.
- C. Deploy the container on App Engine flexible environment with autoscaling. and set the value min_instances to zero in the app yaml
- D. Deploy the container on Cloud Run for Anthos, and set the minimum number of instances to zero
Answer: B
Explanation:
https://cloud.google.com/kuberun/docs/architecture-overview#components_in_the_default_installation
NEW QUESTION # 69
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. Nearline Storage
- B. Coldline Storage
- C. Multi-Regional Storage
- D. Regional Storage
Answer: B
Explanation:
Explanation
Coldline Storage is a very-low-cost, highly durable storage service for storing infrequently accessed data.
Coldline Storage is ideal for data you plan to read or modify at most once a quarter. Since we have a requirement to access data once a quarter and want to go with the most cost-efficient option, we should select Coldline Storage.
Ref: https://cloud.google.com/storage/docs/storage-classes#coldline
NEW QUESTION # 70
......
Online Questions - Outstanding Practice To your Associate-Cloud-Engineer Exam: https://www.passcollection.com/Associate-Cloud-Engineer_real-exams.html
Practice To Associate-Cloud-Engineer - PassCollection Remarkable Practice On your Google Associate Cloud Engineer Exam Exam: https://drive.google.com/open?id=1dMQfPD9nsAgLq-DMx61Qsc__wnsTXsTU

