ExamGecko
Home Home / Google / Associate Cloud Engineer

Google Associate Cloud Engineer Practice Test - Questions Answers, Page 20

Question list
Search
Search

List of questions

Search

Related questions











You are performing a monthly security check of your Google Cloud environment and want to know who has access to view data stored in your Google Cloud

Project. What should you do?

A.
Enable Audit Logs for all APIs that are related to data storage.
A.
Enable Audit Logs for all APIs that are related to data storage.
Answers
B.
Review the IAM permissions for any role that allows for data access. Most Voted
B.
Review the IAM permissions for any role that allows for data access. Most Voted
Answers
C.
Review the Identity-Aware Proxy settings for each resource.
C.
Review the Identity-Aware Proxy settings for each resource.
Answers
D.
Create a Data Loss Prevention job.
D.
Create a Data Loss Prevention job.
Answers
Suggested answer: B

Explanation:

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

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.
Configure Cloud NAT for all subnets of your VPC to be used when egressing from the VM instances.
A.
Configure Cloud NAT for all subnets of your VPC to be used when egressing from the VM instances.
Answers
B.
Create a private zone on Cloud DNS, and configure the applications with the DNS name.
B.
Create a private zone on Cloud DNS, and configure the applications with the DNS name.
Answers
C.
Configure the IP of the database as custom metadata for each instance, and query the metadata server.
C.
Configure the IP of the database as custom metadata for each instance, and query the metadata server.
Answers
D.
Query the Compute Engine internal DNS from the applications to retrieve the IP of the database.
D.
Query the Compute Engine internal DNS from the applications to retrieve the IP of the database.
Answers
Suggested answer: B

Explanation:

Forwarding zones Cloud DNS forwarding zones let you configure target name servers for specific private zones. Using a forwarding zone is one way to implement outbound DNS forwarding from your VPC network. A Cloud DNS forwarding zone is a special type of Cloud DNS private zone. Instead of creating records within the zone, you specify a set of forwarding targets. Each forwarding target is an IP address of a DNS server, located in your VPC network, or in an on-premises network connected to your VPC network by Cloud VPN or Cloud Interconnect.

https://cloud.google.com/nat/docs/overview

DNS configuration Your on-premises network must have DNS zones and records configured so that Google domain names resolve to the set of IP addresses for either private.googleapis.com or restricted.googleapis.com. You can create Cloud DNS managed private zones and use a Cloud DNS inbound server policy, or you can configure on-premises name servers. For example, you can use BIND or Microsoft Active Directory DNS. https://cloud.google.com/vpc/docs/configure-private-google-access-hybrid#config-domain

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.
A.
Grant the financial team the IAM role of Billing Account User on the billing account linked to your credit card.
Answers
B.
Set up BigQuery billing export and grant your financial department IAM access to query the data.
B.
Set up BigQuery billing export and grant your financial department IAM access to query the data.
Answers
C.
Create a ticket with Google Billing Support to ask them to send the invoice to your company.
C.
Create a ticket with Google Billing Support to ask them to send the invoice to your company.
Answers
D.
Change the billing account of your projects to the billing account of your company.
D.
Change the billing account of your projects to the billing account of your company.
Answers
Suggested answer: D

Your web application has been running successfully on Cloud Run for Anthos. You want to evaluate an updated version of the application with a specific percentage of your production users (canary deployment). What should you do?

A.
Create a new service with the new version of the application. Split traffic between this version and the version that is currently running.
A.
Create a new service with the new version of the application. Split traffic between this version and the version that is currently running.
Answers
B.
Create a new revision with the new version of the application. Split traffic between this version and the version that is currently running.
B.
Create a new revision with the new version of the application. Split traffic between this version and the version that is currently running.
Answers
C.
Create a new service with the new version of the application. Add an HTTP Load Balancer in front of both services.
C.
Create a new service with the new version of the application. Add an HTTP Load Balancer in front of both services.
Answers
D.
Create a new revision with the new version of the application. Add an HTTP Load Balancer in front of both revisions.
D.
Create a new revision with the new version of the application. Add an HTTP Load Balancer in front of both revisions.
Answers
Suggested answer: B

Explanation:

https://cloud.google.com/kuberun/docs/rollouts-rollbacks-traffic-migration

Your company developed a mobile game that is deployed on Google Cloud. Gamers are connecting to the game with their personal phones over the Internet. The game sends UDP packets to update the servers about the gamers' actions while they are playing in multiplayer mode. Your game backend can scale over multiple virtual machines (VMs), and you want to expose the VMs over a single IP address. What should you do?

A.
Configure an SSL Proxy load balancer in front of the application servers.
A.
Configure an SSL Proxy load balancer in front of the application servers.
Answers
B.
Configure an Internal UDP load balancer in front of the application servers.
B.
Configure an Internal UDP load balancer in front of the application servers.
Answers
C.
Configure an External HTTP(s) load balancer in front of the application servers.
C.
Configure an External HTTP(s) load balancer in front of the application servers.
Answers
D.
Configure an External Network load balancer in front of the application servers.
D.
Configure an External Network load balancer in front of the application servers.
Answers
Suggested answer: D

Explanation:


You are monitoring an application and receive user feedback that a specific error is spiking. You notice that the error is caused by a Service Account having insufficient permissions. You are able to solve the problem but want to be notified if the problem recurs. What should you do?

A.
In the Log Viewer, filter the logs on severity 'Error' and the name of the Service Account.
A.
In the Log Viewer, filter the logs on severity 'Error' and the name of the Service Account.
Answers
B.
Create a sink to BigQuery to export all the logs. Create a Data Studio dashboard on the exported logs.
B.
Create a sink to BigQuery to export all the logs. Create a Data Studio dashboard on the exported logs.
Answers
C.
Create a custom log-based metric for the specific error to be used in an Alerting Policy.
C.
Create a custom log-based metric for the specific error to be used in an Alerting Policy.
Answers
D.
Grant Project Owner access to the Service Account.
D.
Grant Project Owner access to the Service Account.
Answers
Suggested answer: C

You are developing a financial trading application that will be used globally. Data is stored and queried using a relational structure, and clients from all over the world should get the exact identical state of the data. The application will be deployed in multiple regions to provide the lowest latency to end users. You need to select a storage option for the application data while minimizing latency. What should you do?


A.
Use Cloud Bigtable for data storage.
A.
Use Cloud Bigtable for data storage.
Answers
B.
Use Cloud SQL for data storage.
B.
Use Cloud SQL for data storage.
Answers
C.
Use Cloud Spanner for data storage.
C.
Use Cloud Spanner for data storage.
Answers
D.
Use Firestore for data storage.
D.
Use Firestore for data storage.
Answers
Suggested answer: C

Explanation:

Keywords, Financial data (large data) used globally, data stored and queried using relational structure (SQL), clients should get exact identical copies(Strong Consistency), Multiple region, low latency to end user, select storage option to minimize latency.

You are about to deploy a new Enterprise Resource Planning (ERP) system on Google Cloud. The application holds the full database in-memory for fast data access, and you need to configure the most appropriate resources on Google Cloud for this application. What should you do?

A.
Provision preemptible Compute Engine instances.
A.
Provision preemptible Compute Engine instances.
Answers
B.
Provision Compute Engine instances with GPUs attached.
B.
Provision Compute Engine instances with GPUs attached.
Answers
C.
Provision Compute Engine instances with local SSDs attached.
C.
Provision Compute Engine instances with local SSDs attached.
Answers
D.
Provision Compute Engine instances with M1 machine type.
D.
Provision Compute Engine instances with M1 machine type.
Answers
Suggested answer: D

Explanation:

M1 machine series Medium in-memory databases such as SAP HANA Tasks that require intensive use of memory with higher memory-to-vCPU ratios than the general-purpose high-memory machine types. In-memory databases and in-memory analytics, business warehousing (BW) workloads, genomics analysis, SQL analysis services. Microsoft SQL Server and similar databases.

https://cloud.google.com/compute/docs/machine-types

https://cloud.google.com/compute/docs/machine-types#:~:text=databases%20such%20as-,SAP%20HANA,-In%2Dmemory%20databases

https://www.sap.com/india/products/hana.html#:~:text=is%20SAP%20HANA-,in%2Dmemory,-database%3F

You have developed an application that consists of multiple microservices, with each microservice packaged in its own Docker container image. You want to deploy the entire application on Google Kubernetes Engine so that each microservice can be scaled individually. What should you do?

A.
Create and deploy a Custom Resource Definition per microservice.
A.
Create and deploy a Custom Resource Definition per microservice.
Answers
B.
Create and deploy a Docker Compose File.
B.
Create and deploy a Docker Compose File.
Answers
C.
Create and deploy a Job per microservice.
C.
Create and deploy a Job per microservice.
Answers
D.
Create and deploy a Deployment per microservice.
D.
Create and deploy a Deployment per microservice.
Answers
Suggested answer: A

Explanation:


You are managing a project for the Business Intelligence (BI) department in your company. A data pipeline ingests data into BigQuery via streaming. You want the users in the BI department to be able to run the custom SQL queries against the latest data in BigQuery. What should you do?

A.
Create a Data Studio dashboard that uses the related BigQuery tables as a source and give the BI team view access to the Data Studio dashboard.
A.
Create a Data Studio dashboard that uses the related BigQuery tables as a source and give the BI team view access to the Data Studio dashboard.
Answers
B.
Create a Service Account for the BI team and distribute a new private key to each member of the BI team.
B.
Create a Service Account for the BI team and distribute a new private key to each member of the BI team.
Answers
C.
Use Cloud Scheduler to schedule a batch Dataflow job to copy the data from BigQuery to the BI team's internal data warehouse.
C.
Use Cloud Scheduler to schedule a batch Dataflow job to copy the data from BigQuery to the BI team's internal data warehouse.
Answers
D.
Assign the IAM role of BigQuery User to a Google Group that contains the members of the BI team.
D.
Assign the IAM role of BigQuery User to a Google Group that contains the members of the BI team.
Answers
Suggested answer: D

Explanation:

When applied to a dataset, this role provides the ability to read the dataset's metadata and list tables in the dataset. When applied to a project, this role also provides the ability to run jobs, including queries, within the project. A member with this role can enumerate their own jobs, cancel their own jobs, and enumerate datasets within a project. Additionally, allows the creation of new datasets within the project; the creator is granted the BigQuery Data Owner role (roles/bigquery.dataOwner) on these new datasets.

https://cloud.google.com/bigquery/docs/access-control

Total 289 questions
Go to page: of 29