Google GCP-ACE Certification Exam Sample Questions

GCP-ACE Braindumps, GCP-ACE Exam Dumps, GCP-ACE Examcollection, GCP-ACE Questions PDF, GCP-ACE Sample Questions, Associate Cloud Engineer Dumps, Associate Cloud Engineer Official Cert Guide PDF, Associate Cloud Engineer VCEWe have prepared Google Associate Cloud Engineer (GCP-ACE) certification sample questions to make you aware of actual exam properties. This sample question set provides you with information about the Associate Cloud Engineer exam pattern, question formate, a difficulty level of questions and time required to answer each question. To get familiar with Google Cloud Platform - Associate Cloud Engineer (GCP-ACE) exam, we suggest you try our Sample Google GCP-ACE Certification Practice Exam in simulated Google certification exam environment.

To test your knowledge and understanding of concepts with real-time scenario based Google GCP-ACE questions, we strongly recommend you to prepare and practice with Premium Google Associate Cloud Engineer Certification Practice Exam. The premium Google Associate Cloud Engineer certification practice exam helps you identify topics in which you are well prepared and topics in which you may need further training to achieving great score in actual Google Cloud Platform - Associate Cloud Engineer (GCP-ACE) exam.

Google GCP-ACE Sample Questions:

01. Before migrating to Google Cloud your developers used RabbitMQ as a message broker between services. Now that the applications have moved, you want to retire the self-managed broker and adopt a managed Google Cloud product for asynchronous messaging.
Which product should the services publish to and subscribe from?
a) Dataflow
b) Pub/Sub
c) Dataproc
d) BigQuery
 
02. Your application serves a large international audience from stateless virtual machines in managed instance groups in several regions. One feature lets users upload files and share them with other users. Files must stay available for 30 days and then be removed from the system entirely.
Which storage solution should you choose?
a) A multi-region Cloud Storage bucket with a lifecycle rule that deletes objects 30 days after creation
b) A Firestore database holding each uploaded file as a document, with a scheduled job that deletes documents older than 30 days
c) Persistent SSD disks attached to the instances in each managed instance group
d) A Filestore instance mounted by every instance in the managed instance groups
 
03. After a successful proof of concept you are creating the production Cloud SQL instance. You want the instance to refuse an accidental delete request from the moment it exists.
Which command creates it that way?
a) gcloud sql instances patch INSTANCE_NAME --no-deletion-protection
b) gcloud compute sql create instances INSTANCE_NAME --deletion-protection
c) gsutil sql instances create INSTANCE_NAME --no-delete
d) gcloud sql instances create INSTANCE_NAME --deletion-protection
 
04. You are creating an alerting policy in Cloud Monitoring and the form offers an optional documentation field whose text is included in the notification that is sent.
What does filling in that field achieve?
(Choose two.)
a) Whoever receives the notification is told what the policy watches and why a breach of it matters.
b) First-response steps can travel with the notification, so the responder starts diagnosing without hunting for a runbook.
c) The policy's condition is evaluated more often, because documented policies are given scheduling priority.
d) The text is written to a Cloud Storage bucket in the project so it can be retained for audit.
e) The documentation decides which notification channels receive the alert when the policy fires.
 
05. All of your project's Compute Engine resources are in the europe-west1 region. You want europe-west1 to be the default region used by your gcloud commands.
What should you do?
a) Run gcloud config set compute/zone europe-west1 so that later gcloud commands use it by default.
b) Open Cloud Shell from a resource in the europe-west1 region instead of using the CLI on your own machine, so that the region is inherited.
c) Run gcloud config set compute/region europe-west1 so that later gcloud commands use it by default.
d) Create a Cloud VPN tunnel from your workstation to a subnet in europe-west1, and run your gcloud commands over that connection.
 
06. Your compliance team requires that a project's Data Access audit logs stay queryable in Cloud Logging for far longer than the _Default log bucket keeps them.
What should you do?
a) Edit the retention period of the _Required bucket, since that is the bucket that holds audit logs.
b) Turn on Log Analytics for the _Default bucket so that the entries remain available to SQL queries.
c) Add an exclusion filter for the audit logs to the _Default sink.
d) Create a log bucket with the required retention period and route the audit logs to it with a sink.
 
07. Researchers need to run ad hoc SQL queries over very large datasets. They use the environment for about an hour a day on average, but it has to be available to them at any time.
You need a cost-effective solution. What should you do?
a) Load the data into Bigtable, and have the researchers explore it through row-key lookups and range scans.
b) Load the data into BigQuery, and let the researchers run their SQL queries there.
c) Create a Dataproc cluster, keep the data in Cloud Storage, and have the researchers run Spark SQL.
d) Create a Dataproc cluster, keep the data in HDFS on the cluster, and have the researchers run Spark SQL.
 
08. A Compute Engine VM runs a job that reads objects from one Cloud Storage bucket and touches nothing else. The instance currently runs as the default service account with the default access scopes.
What should you do so the job has only the access it needs?
a) Attach a dedicated service account to the instance, set its access scope to allow all Cloud APIs, and grant that service account object viewer on the one bucket.
b) Keep the default service account, grant it storage admin on the project, and restrict the instance's access scopes to storage read-only.
c) Keep the default service account and set the instance's access scopes to allow full access to every Cloud API, so nothing blocks the job.
d) Place a service account key file on the instance and have the job authenticate with the key, which avoids having to think about access scopes on the instance at all.
 
09. You are reviewing which Google Cloud resources can be placed in a multi-region location rather than in a single region or zone.
Which two of the following support a multi-region deployment?
(Choose two.)
a) A Local SSD attached to a Compute Engine instance
b) A zonal persistent disk
c) A Spanner instance configuration
d) A Cloud Key Management Service key ring
e) A Filestore instance
 
10. VM1 runs in a VPC network, holds the internal address 192.168.1.2 and carries the network tag vm1. You have been asked to create a VPC firewall rule that lets TCP traffic from any source reach VM1 on port 80.
Which command creates that rule?
a) gcloud compute firewall-rules create firewall-rule-1 --network NETWORK_NAME --action allow --direction ingress --rules tcp:80 --source-ranges 0.0.0.0/0 --target-tags vm1 --priority 60
b) gcloud compute firewall-rules create firewall-rule-1 --network NETWORK_NAME --action allow --direction ingress --rules tcp:80 --source-ranges 192.168.1.2/32 --target-tags web-tier --priority 60
c) gcloud compute firewall-rules create firewall-rule-1 --network NETWORK_NAME --action allow --direction egress --rules tcp:80 --destination-ranges 0.0.0.0/0 --target-tags vm1 --priority 60
d) gcloud compute firewall-rules create firewall-rule-1 --network NETWORK_NAME --action deny --direction ingress --rules tcp --source-ranges 0.0.0.0/0 --target-tags vm1 --priority 1000

Answers:

Question: 01
Answer: b
Question: 02
Answer: a
Question: 03
Answer: d
Question: 04
Answer: a, b
Question: 05
Answer: c
Question: 06
Answer: d
Question: 07
Answer: b
Question: 08
Answer: a
Question: 09
Answer: c, d
Question: 10
Answer: a

Note: Please update us by writing an email on feedback@vmexam.com for any error in Google Cloud Platform - Associate Cloud Engineer (GCP-ACE) certification exam sample questions

Rating: 4.7 / 5 (251 votes)