ExamGecko
Home Home / Google / Associate Cloud Engineer

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

Question list
Search
Search

List of questions

Search

Related questions











You are running a data warehouse on BigQuery. A partner company is offering a recommendation engine based on the data in your data warehouse. The partner company is also running their application on Google Cloud. They manage the resources in their own project, but they need access to the BigQuery dataset in your project. You want to provide the partner company with access to the dataset What should you do?

A.
Create a Service Account in your own project, and grant this Service Account access to BigGuery in your project
A.
Create a Service Account in your own project, and grant this Service Account access to BigGuery in your project
Answers
B.
Create a Service Account in your own project, and ask the partner to grant this Service Account access to BigQuery in their project
B.
Create a Service Account in your own project, and ask the partner to grant this Service Account access to BigQuery in their project
Answers
C.
Ask the partner to create a Service Account in their project, and have them give the Service Account access to BigQuery in their project
C.
Ask the partner to create a Service Account in their project, and have them give the Service Account access to BigQuery in their project
Answers
D.
Ask the partner to create a Service Account in their project, and grant their Service Account access to the BigQuery dataset in your project
D.
Ask the partner to create a Service Account in their project, and grant their Service Account access to the BigQuery dataset in your project
Answers
Suggested answer: D

Explanation:

https://gtseres.medium.com/using-service-accounts-across-projects-in-gcp-cf9473fef8f0#:~:text=Go%20to%20the%20destination%20project,Voila!

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.
Deploy a Dataflow job from the batch template 'Datastore lo Cloud Storage' Schedule the batch job on the desired interval
A.
Deploy a Dataflow job from the batch template 'Datastore lo Cloud Storage' Schedule the batch job on the desired interval
Answers
B.
In the Cloud Console, go to Cloud Storage Upload the relevant images to the appropriate bucket
B.
In the Cloud Console, go to Cloud Storage Upload the relevant images to the appropriate bucket
Answers
C.
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
C.
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
Answers
D.
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
D.
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
Answers
Suggested answer: C

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.

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 Cloud Run for Anthos, and set the minimum number of instances to zero
A.
Deploy the container on Cloud Run for Anthos, and set the minimum number of instances to zero
Answers
B.
Deploy the container on Cloud Run (fully managed), and set the minimum number of instances to zero.
B.
Deploy the container on Cloud Run (fully managed), and set the minimum number of instances to zero.
Answers
C.
Deploy the container on App Engine flexible environment with autoscaling. and set the value min_instances to zero in the app yaml
C.
Deploy the container on App Engine flexible environment with autoscaling. and set the value min_instances to zero in the app yaml
Answers
D.
Deploy the container on App Engine flexible environment with manual scaling, and set the value instances to zero in the app yaml
D.
Deploy the container on App Engine flexible environment with manual scaling, and set the value instances to zero in the app yaml
Answers
Suggested answer: B

Explanation:

https://cloud.google.com/kuberun/docs/architecture-overview#components_in_the_default_installation

Your company wants to standardize the creation and management of multiple Google Cloud resources using Infrastructure as Code. You want to minimize the amount of repetitive code needed to manage the environment What should you do?

A.
Create a bash script that contains all requirement steps as gcloud commands
A.
Create a bash script that contains all requirement steps as gcloud commands
Answers
B.
Develop templates for the environment using Cloud Deployment Manager
B.
Develop templates for the environment using Cloud Deployment Manager
Answers
C.
Use curl in a terminal to send a REST request to the relevant Google API for each individual resource.
C.
Use curl in a terminal to send a REST request to the relevant Google API for each individual resource.
Answers
D.
Use the Cloud Console interface to provision and manage all related resources
D.
Use the Cloud Console interface to provision and manage all related resources
Answers
Suggested answer: B

Explanation:

You can use Google Cloud Deployment Manager to create a set of Google Cloud resources and manage them as a unit, called a deployment. For example, if your team's development environment needs two virtual machines (VMs) and a BigQuery database, you can define these resources in a configuration file, and use Deployment Manager to create, change, or delete these resources. You can make the configuration file part of your team's code repository, so that anyone can create the same environment with consistent results. https://cloud.google.com/deployment-manager/docs/quickstart

You are using Data Studio to visualize a table from your data warehouse that is built on top of BigQuery. Data is appended to the data warehouse during the day. At night, the daily summary is recalculated by overwriting the table. You just noticed that the charts in Data Studio are broken, and you want to analyze the problem. What should you do?

A.
Use the BigQuery interface to review the nightly Job and look for any errors
A.
Use the BigQuery interface to review the nightly Job and look for any errors
Answers
B.
Review the Error Reporting page in the Cloud Console to find any errors.
B.
Review the Error Reporting page in the Cloud Console to find any errors.
Answers
C.
In Cloud Logging create a filter for your Data Studio report
C.
In Cloud Logging create a filter for your Data Studio report
Answers
D.
Use Cloud Debugger to find out why the data was not refreshed correctly
D.
Use Cloud Debugger to find out why the data was not refreshed correctly
Answers
Suggested answer: C

Explanation:

Cloud Debugger helps inspect the state of an application, at any code location, without stopping or slowing down the running app // https://cloud.google.com/debugger/docs

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

Explanation:

https://cloud.google.com/sql/docs/mysql/backup-recovery/backups#can_i_export_a_backup

https://cloud.google.com/sql/docs/mysql/import-export#automating_export_operations

You are developing a new web application that will be deployed on Google Cloud Platform. As part of your release cycle, you want to test updates to your application on a small portion of real user traffic. The majority of the users should still be directed towards a stable version of your application. What should you do?

A.
Deploy me application on App Engine For each update, create a new version of the same service Configure traffic splitting to send a small percentage of traffic to the new version
A.
Deploy me application on App Engine For each update, create a new version of the same service Configure traffic splitting to send a small percentage of traffic to the new version
Answers
B.
Deploy the application on App Engine For each update, create a new service Configure traffic splitting to send a small percentage of traffic to the new service.
B.
Deploy the application on App Engine For each update, create a new service Configure traffic splitting to send a small percentage of traffic to the new service.
Answers
C.
Deploy the application on Kubernetes Engine For a new release, update the deployment to use the new version
C.
Deploy the application on Kubernetes Engine For a new release, update the deployment to use the new version
Answers
D.
Deploy the application on Kubernetes Engine For a now release, create a new deployment for the new version Update the service e to use the now deployment.
D.
Deploy the application on Kubernetes Engine For a now release, create a new deployment for the new version Update the service e to use the now deployment.
Answers
Suggested answer: A

Explanation:

Keyword, Version, traffic splitting, App Engine supports traffic splitting for versions before releasing.

Your organization has three existing Google Cloud projects. You need to bill the Marketing department for only their Google Cloud services for a new initiative within their group. What should you do?

A.
1. Verify that you ace assigned the Billing Administrator IAM role tor your organization's Google Cloud Project for the Marketing department 2. Link the new project to a Marketing Billing Account
A.
1. Verify that you ace assigned the Billing Administrator IAM role tor your organization's Google Cloud Project for the Marketing department 2. Link the new project to a Marketing Billing Account
Answers
B.
1. Verify that you are assigned the Billing Administrator IAM role for your organization's Google Cloud account 2. Create a new Google Cloud Project for the Marketing department 3. Set the default key-value project labels to department marketing for all services in this project
B.
1. Verify that you are assigned the Billing Administrator IAM role for your organization's Google Cloud account 2. Create a new Google Cloud Project for the Marketing department 3. Set the default key-value project labels to department marketing for all services in this project
Answers
C.
1. Verify that you are assigned the Organization Administrator IAM role for your organization's Google Cloud account 2. Create a new Google Cloud Project for the Marketing department 3. Link the new project to a Marketing Billing Account.
C.
1. Verify that you are assigned the Organization Administrator IAM role for your organization's Google Cloud account 2. Create a new Google Cloud Project for the Marketing department 3. Link the new project to a Marketing Billing Account.
Answers
D.
1. Verity that you are assigned the Organization Administrator IAM role for your organization's Google Cloud account 2. Create a new Google Cloud Project for the Marketing department 3. Set the default key value project labels to department marketing for all services in this protect
D.
1. Verity that you are assigned the Organization Administrator IAM role for your organization's Google Cloud account 2. Create a new Google Cloud Project for the Marketing department 3. Set the default key value project labels to department marketing for all services in this protect
Answers
Suggested answer: A

You have been asked to create robust Virtual Private Network (VPN) connectivity between a new Virtual Private Cloud (VPC) and a remote site. Key requirements include dynamic routing, a shared address space of 10.19.0.1/22, and no overprovisioning of tunnels during a failover event. You want to follow Google-recommended practices to set up a high availability Cloud VPN. What should you do?

A.
Use a custom mode VPC network, configure static routes, and use active/passive routing
A.
Use a custom mode VPC network, configure static routes, and use active/passive routing
Answers
B.
Use an automatic mode VPC network, configure static routes, and use active/active routing
B.
Use an automatic mode VPC network, configure static routes, and use active/active routing
Answers
C.
Use a custom mode VPC network use Cloud Router border gateway protocol (86P) routes, and use active/passive routing
C.
Use a custom mode VPC network use Cloud Router border gateway protocol (86P) routes, and use active/passive routing
Answers
D.
Use an automatic mode VPC network, use Cloud Router border gateway protocol (BGP) routes and configure policy-based routing
D.
Use an automatic mode VPC network, use Cloud Router border gateway protocol (BGP) routes and configure policy-based routing
Answers
Suggested answer: C

Explanation:

https://cloud.google.com/network-connectivity/docs/vpn/concepts/best-practices

You need to configure optimal data storage for files stored in Cloud Storage for minimal cost. The files are used in a mission-critical analytics pipeline that is used continually. The users are in Boston, MA (United States). What should you do?

A.
Configure regional storage for the region closest to the users Configure a Nearline storage class
A.
Configure regional storage for the region closest to the users Configure a Nearline storage class
Answers
B.
Configure regional storage for the region closest to the users Configure a Standard storage class
B.
Configure regional storage for the region closest to the users Configure a Standard storage class
Answers
C.
Configure dual-regional storage for the dual region closest to the users Configure a Nearline storage class
C.
Configure dual-regional storage for the dual region closest to the users Configure a Nearline storage class
Answers
D.
Configure dual-regional storage for the dual region closest to the users Configure a Standard storage class
D.
Configure dual-regional storage for the dual region closest to the users Configure a Standard storage class
Answers
Suggested answer: B

Explanation:

Keywords: - continually -> Standard - mission-critical analytics -> dual-regional

Total 289 questions
Go to page: of 29