Google Associate Cloud Engineer 證照考古題大全 20240923

閱讀時間約 84 分鐘

谷歌雲工程理師助理證照題庫彙整 20240923

Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。

QUESTION 121

Your managed instance group raised an alert stating that new instance creation has failed to create new instances. You needto maintain the number of running instances specified by the template to be able to process expected application traffic. Whatshould you do?

A.       Create an instance template that contains valid syntax which will be used by the instance group. Delete any persistent diskswith the same name as instance names.

B.       Create an instance template that contains valid syntax that will be used by the instance group. Verify that the instancename and persistent disk name values are not the same in the template.

C.      Verify that the instance template being used by the instance group contains valid syntax. Delete any persistent disks withthe same name as instance names. Set the disks.autoDelete property to true in the instance template.

D.      Delete the current instance template and replace it with a new instance template. Verify that the instance name and persistent disk name values are not the same in the template. Set the disks.autoDelete property to true in theinstance template.

Correct Answer: A

Section: (none)


了解更多小豬科技如何助您輕鬆管理雲端資源,提升業務效率!點擊這裡

 

QUESTION 122

Your company is moving from an on-premises environment to Google Cloud. You have multiple development teams that useCassandra environments as backend databases. They all need a development environment that is isolated from other Cassandra instances. You want to move to Google Cloud quickly and with minimalsupport effort. What should you do? 

A.       1. Build an instruction guide to install Cassandra on Google Cloud. 2. Make the instruction guide accessible to yourdevelopers.

B.       1. Advise your developers to go to Cloud Marketplace. 2. Ask the developers to launch a Cassandra image for theirdevelopment work.

C.      1. Build a Cassandra Compute Engine instance and take a snapshot of it. 2. Use the snapshot to create instances for yourdevelopers.

D.      1. Build a Cassandra Compute Engine instance and take a snapshot of it. 2. Upload the snapshot to Cloud Storage and make it accessible to your developers. 3. Build instructions to create a Compute Engine instance from the snapshot sothat developers can do it themselves.

Correct Answer: B

Section: (none)

 

QUESTION 123

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. 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.

B.       1. Create a Cloud Monitoring Workspace and associate your Google Cloud Platform (GCP) project with it. 2. Create a Cloud Monitoring Alerting Policy that uses the threshold as a trigger condition. 3. Configure your email address in thenotification channel.

C.      1. Create a Cloud Monitoring 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 Cloud Monitoring. 3. Create an uptime check for the instance in CloudMonitoring.

D.      1. In Cloud Logging, create a logs-based metric to extract the CPU usage by using this regular expression: CPU Usage:([0-9] {1,3})% 2. In Cloud Monitoring, create an Alerting Policy based on this metric. 3. Configure your email address in thenotification channel.

Correct Answer: B

Section: (none)

 

QUESTION 124

You have an application that uses Cloud Spanner as a backend database. The application has a very predictable traffic pattern. You want to automatically scale up or down the number of Spanner nodes depending on traffic. What should you do?

A.       Create a cron job that runs on a scheduled basis to review Cloud Monitoring metrics, and then resize the Spannerinstance accordingly.

B.       Create a Cloud Monitoring alerting policy to send an alert to oncall SRE emails when Cloud Spanner CPU exceeds thethreshold. SREs would scale resources up or down accordingly.

C.      Create a Cloud Monitoring alerting policy to send an alert to Google Cloud Support email when Cloud Spanner CPUexceeds your threshold. Google support would scale resources up or down accordingly.

D.      Create a Cloud Monitoring alerting policy to send an alert to webhook when Cloud Spanner CPU is over or under your threshold. Create a Cloud Function that listens to HTTP and resizes Spanner resources accordingly.

Correct Answer: D

Section: (none)

 

QUESTION 125

Your company publishes large files on an Apache web server that runs on a Compute Engine instance. The Apache web server isnot the only application running in the project. You want to receive an email when the egress network costs for the server exceed 100 dollars for the current month as measured by Google Cloud.

What should you do?

A.       Set up a budget alert on the project with an amount of 100 dollars, a threshold of 100%, and notification type of "email."

B.       Set up a budget alert on the billing account with an amount of 100 dollars, a threshold of 100%, and notification type of"email."

C.      Export the billing data to BigQuery. Create a Cloud Function that uses BigQuery to sum the egress network costs of theexported billing data for the Apache web server for the current month and sends an email if it is over 100 dollars. Schedulethe Cloud Function using Cloud Scheduler to run hourly.

D.      Use the Cloud Logging Agent to export the Apache web server logs to Cloud Logging. Create a Cloud Function that uses BigQuery to parse the HTTP response log data in Cloud Logging for the current month and sends an email if the size of allHTTP responses, multiplied by current Google Cloud egress prices, totals over 100 dollars. Schedule the Cloud Functionusing Cloud Scheduler to run hourly.

Correct Answer: C

Section: (none)


QUESTION 126

You have designed a solution on Google Cloud that uses multiple Google Cloud products. Your company has asked you to estimate the costs of the solution. You need to provide estimates for the monthly total cost. What should you do?

A.       For each Google Cloud product in the solution, review the pricing details on the products pricing page. Use the pricingcalculator to total the monthly costs for each Google Cloud product.

B.       For each Google Cloud product in the solution, review the pricing details on the products pricing page. Create a GoogleSheet that summarizes the expected monthly costs for each product.

C.      Provision the solution on Google Cloud. Leave the solution provisioned for 1 week. Navigate to the Billing Report pagein the Cloud Console. Multiply the 1 week cost to determine the monthly costs.

D.      Provision the solution on Google Cloud. Leave the solution provisioned for 1 week. Use Cloud Monitoring todetermine the provisioned and used resource amounts. Multiply the 1 week cost to determine the monthly costs.

Correct Answer: A

Section: (none)

 

QUESTION 127

You have an application that receives SSL-encrypted TCP traffic on port 443. Clients for this application are located all over the world. You want to minimize latency for the clients. Which load balancing option should you use?

A.       HTTPS Load Balancer

B.       Network Load Balancer

C.      SSL Proxy Load Balancer

D.      Internal TCP/UDP Load Balancer. Add a firewall rule allowing ingress traffic from 0.0.0.0/0 on the target instances.

Correct Answer: C

Section: (none)

 

QUESTION 128

You have an application on a general-purpose Compute Engine instance that is experiencing excessive disk read throttling on its Zonal SSD Persistent Disk. The application primarily reads large files from disk. The disk size is currently 350 GB. You wantto provide the maximum amount of throughput while minimizing costs.

What should you do?

A.       Increase the size of the disk to 1 TB.

B.       Increase the allocated CPU to the instance.

C.      Migrate to use a Local SSD on the instance.

D.      Migrate to use a Regional SSD on the instance.

Correct Answer: C

Section: (none)

 

立即註冊小豬科技,享受一鍵部署雲端伺服器的便利,無論是AWS還是GCP,我們都為您提供最專業的支持!馬上註冊


QUESTION 129

Your Dataproc cluster runs in a single Virtual Private Cloud (VPC) network in a single subnet with range 172.16.20.128/25.There are no private IP addresses available in the VPC network. You want to add new VMs to communicate with your cluster using the minimum number of steps. What should you do?

A.       Modify the existing subnet range to 172.16.20.0/24.

B.       Create a new Secondary IP Range in the VPC and configure the VMs to use that range.

C.      Create a new VPC network for the VMs. Enable VPC Peering between the VMs' VPC network and the Dataproc clusterVPC network.

D.      Create a new VPC network for the VMs with a subnet of 172.32.0.0/16. Enable VPC network Peering between theDataproc VPC network and the VMs VPC network. Configure a custom Route exchange.

Correct Answer: C

Section: (none)

 

QUESTION 130

You manage an App Engine Service that aggregates and visualizes data from BigQuery. The application is deployed with thedefault App Engine Service account.

The data that needs to be visualized resides in a different project managed by another team. You do not have access to this project, but you want your application to be able to read data from the BigQuery dataset. What should you do?

A.       Ask the other team to grant your default App Engine Service account the role of BigQuery Job User.

B.       Ask the other team to grant your default App Engine Service account the role of BigQuery Data Viewer.

C.      In Cloud IAM of your project, ensure that the default App Engine service account has the role of BigQuery DataViewer.

D.      In Cloud IAM of your project, grant a newly created service account from the other team the role of BigQuery Job Userin your project. 

Correct Answer: B

Section: (none)

 

QUESTION 131

You need to create a copy of a custom Compute Engine virtual machine (VM) to facilitate an expected increase in applicationtraffic due to a business acquisition.

What should you do?

A.       Create a Compute Engine snapshot of your base VM. Create your images from that snapshot.

B.       Create a Compute Engine snapshot of your base VM. Create your instances from that snapshot.

C.      Create a custom Compute Engine image from a snapshot. Create your images from that image.

D.      Create a custom Compute Engine image from a snapshot. Create your instances from that image.

Correct Answer: D

Section: (none)

 

QUESTION 132

You have deployed an application on a single Compute Engine instance. The application writes logs to disk. Users start reportingerrors with the application. You want to diagnose the problem. What should you do?

A.       Navigate to Cloud Logging and view the application logs.

B.       Connect to the instance's serial console and read the application logs.

C.      Configure a Health Check on the instance and set a Low Healthy Threshold value.

D.      Install and configure the Cloud Logging Agent and view the logs from Cloud Logging.

Correct Answer: D

Section: (none)


QUESTION 133

An application generates daily reports in a Compute Engine virtual machine (VM). The VM is in the project corp-iot-insights. Your team operates only in the project corp-aggregate-reports and needs a copy of the daily exports in the bucket corp-aggregate-reports-storage. You want to configure access so that the daily reports from the VM are available in the bucket corp-aggregate-reports-storage and use as few steps as possible while following Google-recommended practices. Whatshould you do? 

A.       Move both projects under the same folder.

B.       Grant the VM Service Account the role Storage Object Creator on corp-aggregate-reports-storage.

C.      Create a Shared VPC network between both projects. Grant the VM Service Account the role Storage Object Creator oncorp-iot-insights.

D.      Make corp-aggregate-reports-storage public and create a folder with a pseudo-randomized suffix name. Share the folderwith the IoT team.

Correct Answer: B

Section: (none)

 

QUESTION 134

You built an application on your development laptop that uses Google Cloud services. Your application uses Application Default Credentials for authentication and works fine on your development laptop. You want to migrate this application to a Compute Engine virtual machine (VM) and set up authentication using Google- recommended practices and minimal changes. What shouldyou do?

A.       Assign appropriate access for Google services to the service account used by the Compute Engine VM.

B.       Create a service account with appropriate access for Google services, and configure the application to use this account.

C.      Store credentials for service accounts with appropriate access for Google services in a config file, and deploy this configfile with your application.

D.      Store credentials for your user account with appropriate access for Google services in a config file, and deploy this configfile with your application.

Correct Answer: B

Section: (none)

 

QUESTION 135

You need to create a Compute Engine instance in a new project that doesn't exist yet. What should you do?

A.       Using the Cloud SDK, create a new project, enable the Compute Engine API in that project, and then create the instancespecifying your new project.

B.       Enable the Compute Engine API in the Cloud Console, use the Cloud SDK to create the instance, and then use the --project flag to specify a new project.

C.      Using the Cloud SDK, create the new instance, and use the --project flag to specify the new project. Answer yes whenprompted by Cloud SDK to enable the Compute Engine API.

D.      Enable the Compute Engine API in the Cloud Console. Go to the Compute Engine section of the Console to create a newinstance, and look for the Create In A New Project option in the creation form.

Correct Answer: A

Section: (none)


有任何疑問?聯絡小豬科技專員,獲取專屬雲端解決方案,助您無縫進軍雲端市場!立即聯絡我們

 

QUESTION 136

Your company runs one batch process in an on-premises server that takes around 30 hours to complete. The task runsmonthly, can be performed offline, and must be restarted if interrupted. You want to migrate this workload to the cloud whileminimizing cost. What should you do? 

A.       Migrate the workload to a Compute Engine Preemptible VM.

B.       Migrate the workload to a Google Kubernetes Engine cluster with Preemptible nodes.

C.      Migrate the workload to a Compute Engine VM. Start and stop the instance as needed.

D.      Create an Instance Template with Preemptible VMs On. Create a Managed Instance Group from the template and adjustTarget CPU Utilization. Migrate the workload

Correct Answer: C

Section: (none)

 

QUESTION 137

You are developing a new application and are looking for a Jenkins installation to build and deploy your source code. You want toautomate the installation as quickly and easily as possible. What should you do?

A.       Deploy Jenkins through the Google Cloud Marketplace.

B.       Create a new Compute Engine instance. Run the Jenkins executable.

C.      Create a new Kubernetes Engine cluster. Create a deployment for the Jenkins image.

D.      Create an instance template with the Jenkins executable. Create a managed instance group with this template. 

Correct Answer: A

Section: (none)

 

QUESTION 138

You have downloaded and installed the gcloud command line interface (CLI) and have authenticated with your Google Account. Most of your Compute Engine instances in your project run in the europe-west1-d zone. You want to avoid having to specify this zone with each CLI command when managing these instances.

What should you do? 

A.       Set the europe-west1-d zone as the default zone using the gcloud config subcommand.

B.       In the Settings page for Compute Engine under Default location, set the zone to europe""west1-d.

C.      In the CLI installation directory, create a file called default.conf containing zone=europe""west1""d.

D.      Create a Metadata entry on the Compute Engine page with key compute/zone and value europe""west1""d.

Correct Answer: A

Section: (none)

 

QUESTION 139

The core business of your company is to rent out construction equipment at large scale. All the equipment that is being rented out has been equipped with multiple sensors that send event information every few seconds. These signals can vary from engine status, distance traveled, fuel level, and more. Customers are billed based on the consumption monitored by these sensors. You expect high throughput `" up to thousands of events per hour per device `" and need to retrieve consistent data based on the time of the event. Storing and retrieving individual signals should be atomic. What should you do?

A.       Create a file in Cloud Storage per device and append new data to that file.

B.       Create a file in Cloud Filestore per device and append new data to that file.

C.      Ingest the data into Datastore. Store data in an entity group based on the device.

D.      Ingest the data into Cloud Bigtable. Create a row key based on the event timestamp.

Correct Answer: D

Section: (none)

 

QUESTION 140

You are asked to set up application performance monitoring on Google Cloud projects A, B, and C as a single pane of glass. Youwant to monitor CPU, memory, and disk. What should you do?

A.       Enable API and then share charts from project A, B, and C.

B.       Enable API and then give the metrics.reader role to projects A, B, and C.

C.      Enable API and then use default dashboards to view all projects in sequence.

D.      Enable API, create a workspace under project A, and then add projects B and C.

Correct Answer: D

Section: (none)


QUESTION 141

You created several resources in multiple Google Cloud projects. All projects are linked to different billing accounts. To better estimate future charges, you want to have a single visual representation of all costs incurred. You want to include new cost dataas soon as possible. What should you do?

A.       Configure Billing Data Export to BigQuery and visualize the data in Data Studio.

B.       Visit the Cost Table page to get a CSV export and visualize it using Data Studio.

C.      Fill all resources in the Pricing Calculator to get an estimate of the monthly cost.

D.      Use the Reports view in the Cloud Billing Console to view the desired cost information.

Correct Answer: A

Section: (none)


探索小豬科技的全方位雲端服務,立即提升您的業務競爭力!了解更多

 

QUESTION 142

Your company has workloads running on Compute Engine and on-premises. The Google Cloud Virtual Private Cloud (VPC) isconnected to your WAN over a

Virtual Private Network (VPN). You need to deploy a new Compute Engine instance and ensure that no public Internet traffic canbe routed to it. What should you do?

A.       Create the instance without a public IP address.

B.       Create the instance with Private Google Access enabled.

C.      Create a deny-all egress firewall rule on the VPC network.

D.      Create a route on the VPC to route all traffic to the instance over the VPN tunnel.

Correct Answer: A

Section: (none)

 

QUESTION 143

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 youdo?

A.       Use Deployment Manager templates to describe the proposed changes and store them in a Cloud Storage bucket.

B.       Use Deployment Manager templates to describe the proposed changes and store them in Cloud Source Repositories.

C.      Apply the changes in a development environment, run gcloud compute instances list, and then save the output in a sharedStorage bucket.

D.      Apply the changes in a development environment, run gcloud compute instances list, and then save the output in CloudSource Repositories.

Correct Answer: B

Section: (none)

 

QUESTION 144

You have a Compute Engine instance hosting an application used between 9 AM and 6 PM on weekdays. You want to back up this instance daily for disaster recovery purposes. You want to keep the backups for 30 days. You want the Google-recommended solution with the least management overhead and the least number of services. What should you do?

A.       1. Update your instances' metadata to add the following value: snapshot""schedule: 0 1 * * * 2. Update your instances' metadata to add the following value: snapshot""retention: 30

B.       1. In the Cloud Console, go to the Compute Engine Disks page and select your instance's disk.

2. In the Snapshot Schedule section, select Create Schedule and configure the following parameters: - Schedule frequency:Daily - Start time: 1:00 AM "" 2:00 AM - Autodelete snapshots after: 30 days

C.      1. Create a Cloud Function that creates a snapshot of your instance's disk. 2.   Create a Cloud Function that deletes snapshots that are older than 30 days. 3.   Use Cloud Scheduler to trigger both Cloud Functions daily at 1:00 AM.

D.      1. Create a bash script in the instance that copies the content of the disk to Cloud Storage. 2.   Create a bash script in the instance that deletes data older than 30 days in the backup Cloud Storage

bucket. 3.   Configure the instance's crontab to execute these scripts daily at 1:00 AM.

Correct Answer: B

Section: (none)

 

QUESTION 145

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.       Use gcloud container clusters upgrade. Deploy the new services.

B.       Create a new Node Pool and specify machine type n2""highmem""16. Deploy the new pods.

C.      Create a new cluster with n2""highmem""16 nodes. Redeploy the pods and delete the old cluster.

D.      Create a new cluster with both n1""standard""2 and n2""highmem""16 nodes. Redeploy the pods and delete the oldcluster.

Correct Answer: B

Section: (none)

 

想要快速啟動雲端服務?現在就註冊小豬科技,輕鬆開通您的雲端伺服器!立即註冊


QUESTION 146

You have an application that uses Cloud Spanner as a database backend to keep current state information about users. Cloud Bigtable logs all events triggered by users. You export Cloud Spanner data to Cloud Storage during daily backups. One of your analysts asks you to join data from Cloud Spanner and Cloud Bigtable for specific users. You want to complete this ad hocrequest as efficiently as possible. What should you do?

A.       Create a dataflow job that copies data from Cloud Bigtable and Cloud Storage for specific users.

B.       Create a dataflow job that copies data from Cloud Bigtable and Cloud Spanner for specific users.

C.      Create a Cloud Dataproc cluster that runs a Spark job to extract data from Cloud Bigtable and Cloud Storage for specific users.

D.      Create two separate BigQuery external tables on Cloud Storage and Cloud Bigtable. Use the BigQuery console to jointhese tables through user fields, and apply appropriate filters.

Correct Answer: D

Section: (none)

 

QUESTION 147

You are hosting an application from Compute Engine virtual machines (VMs) in us`"central1`"a. You want to adjust your design tosupport the failure of a single

Compute Engine zone, eliminate downtime, and minimize cost. What should you do? 

A.       "" Create Compute Engine resources in us""central1""b. "" Balance the load across both us""central1""a andus""central1""b.

B.       "" Create a Managed Instance Group and specify us""central1""a as the zone. "" Configure the Health Check with a shortHealth Interval.

C.      "" Create an HTTP(S) Load Balancer. "" Create one or more global forwarding rules to direct traffic to your VMs.

D.      "" Perform regular backups of your application. "" Create a Cloud Monitoring Alert and be notified if your applicationbecomes unavailable. "" Restore from backups when notified.

Correct Answer: A

Section: (none)

 

QUESTION 148

A colleague handed over a Google Cloud Platform project for you to maintain. As part of a security checkup, you want toreview who has been granted the Project

Owner role. What should you do?

A.       In the console, validate which SSH keys have been stored as project-wide keys.

B.       Navigate to Identity-Aware Proxy and check the permissions for these resources.

C.      Enable Audit Logs on the IAM & admin page for all resources, and validate the results.

D.      Use the command gcloud projects get""iam""policy to view the current role assignments.

Correct Answer: D

Section: (none)

 

QUESTION 149

You are running multiple VPC-native Google Kubernetes Engine clusters in the same subnet. The IPs available for the nodes areexhausted, and you want to ensure that the clusters can grow in nodes when needed. What should you do?

A.       Create a new subnet in the same region as the subnet being used.

B.       Add an alias IP range to the subnet used by the GKE clusters.

C.      Create a new VPC, and set up VPC peering with the existing VPC.

D.      Expand the CIDR range of the relevant subnet for the cluster.

Correct Answer: D

Section: (none)

 

QUESTION 150

You have a batch workload that runs every night and uses a large number of virtual machines (VMs). It is fault-tolerant and cantolerate some of the VMs being terminated. The current cost of VMs is too high. What should you do?

A.       Run a test using simulated maintenance events. If the test is successful, use preemptible N1 Standard VMs when runningfuture jobs.

B.       Run a test using simulated maintenance events. If the test is successful, use N1 Standard VMs when running future jobs.

C.      Run a test using a managed instance group. If the test is successful, use N1 Standard VMs in the managed instancegroup when running future jobs.

D.      Run a test using N1 standard VMs instead of N2. If the test is successful, use N1 Standard VMs when running future jobs.

Correct Answer: A

Section: (none)

 

QUESTION 151

You are working with a user to set up an application in a new VPC behind a firewall. The user is concerned about data egress. You want to configure the fewest open egress ports. What should you do?

A.       Set up a low-priority (65534) rule that blocks all egress and a high-priority rule (1000) that allows only the appropriateports.

B.       Set up a high-priority (1000) rule that pairs both ingress and egress ports.

C.      Set up a high-priority (1000) rule that blocks all egress and a low-priority (65534) rule that allows only the appropriateports.

D.      Set up a high-priority (1000) rule to allow the appropriate ports.

Correct Answer: A

Section: (none)

 

需要更多資訊?小豬科技專員隨時為您服務,聯絡我們,為您的業務提供最佳的雲端解決方案!點擊聯絡


QUESTION 152

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.       Enable Cloud IAP for the Compute Engine instances, and add the operations partner as a Cloud IAP Tunnel User.

B.       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.

C.      Set up Cloud VPN between your Google Cloud VPC and the internal network of the operations partner.

D.      Ask the operations partner to generate SSH key pairs, and add the public keys to the VM instances.

Correct Answer: A

Section: (none)

 

QUESTION 153

You have created a code snippet that should be triggered whenever a new file is uploaded to a Cloud Storage bucket. You wantto deploy this code snippet. What should you do?

A.       Use App Engine and configure Cloud Scheduler to trigger the application using Pub/Sub.

B.       Use Cloud Functions and configure the bucket as a trigger resource.

C.      Use Google Kubernetes Engine and configure a CronJob to trigger the application using Pub/Sub.

D.      Use Dataflow as a batch job, and configure the bucket as a data source. 

Correct Answer: B

Section: (none)

 

QUESTION 154

You have been asked to set up Object Lifecycle Management for objects stored in storage buckets. The objects are written onceand accessed frequently for 30 days. After 30 days, the objects are not read again unless there is a special need. The objects should be kept for three years, and you need to minimize cost. What should you do?

A.       Set up a policy that uses Nearline storage for 30 days and then moves to Archive storage for three years.

B.       Set up a policy that uses Standard 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 Archivestorage for two years.

D.      Set up a policy that uses Standard storage for 30 days, then moves to Coldline for one year, and then moves to Archivestorage for two years.

Correct Answer: B

Section: (none)

 

QUESTION 155

You are storing sensitive information in a Cloud Storage bucket. For legal reasons, you need to be able to record all requests that read any of the stored data. You want to make sure you comply with these requirements. What should you do?

A.       Enable the Identity Aware Proxy API on the project.

B.       Scan the bucket using the Data Loss Prevention API.

C.      Allow only a single Service Account access to read the data.

D.      Enable Data Access audit logs for the Cloud Storage API.

Correct Answer: D

Section: (none)

 

QUESTION 156

You are the team lead of a group of 10 developers. You provided each developer with an individual Google Cloud Project that they can use as their personal sandbox to experiment with different Google Cloud solutions. You want to be notified if any of the developers are spending above $500 per month on their sandbox environment. What should you do?

A.       Create a single budget for all projects and configure budget alerts on this budget.

B.       Create a separate billing account per sandbox project and enable BigQuery billing exports. Create a Data Studio dashboard to plot the spending per billing account.

C.      Create a budget per project and configure budget alerts on all of these budgets.

D.      Create a single billing account for all sandbox projects and enable BigQuery billing exports. Create a Data Studio dashboard to plot the spending per project.

Correct Answer: C

Section: (none)

 

QUESTION 157

You are deploying a production application on Compute Engine. You want to prevent anyone from accidentally destroying theinstance by clicking the wrong button. What should you do?

A.       Disable the flag "Delete boot disk when instance is deleted."

B.       Enable delete protection on the instance.

C.      Disable Automatic restart on the instance.

D.      Enable Preemptibility on the instance.

Correct Answer: B

Section: (none)

 

QUESTION 158

Your company uses a large number of Google Cloud services centralized in a single project. All teams have specific projects fortesting and development. The

DevOps team needs access to all of the production services in order to perform their job. You want to prevent Google Cloudproduct changes from broadening their permissions in the future. You want to follow Google-recommended practices. What should you do?

A.       Grant all members of the DevOps team the role of Project Editor on the organization level.

B.       Grant all members of the DevOps team the role of Project Editor on the production project.

C.      Create a custom role that combines the required permissions. Grant the DevOps team the custom role on the productionproject.

D.      Create a custom role that combines the required permissions. Grant the DevOps team the custom role on the organization level.

Correct Answer: C

Section: (none)

 

QUESTION 159

You are building an application that processes data files uploaded from thousands of suppliers. Your primary goals for theapplication are data security and the expiration of aged data. You need to design the application to:

*   Restrict access so that suppliers can access only their own data.

*   Give suppliers write access to data only for 30 minutes.

*   Delete data that is over 45 days old.

You have a very short development cycle, and you need to make sure that the application requires minimal maintenance. Whichtwo strategies should you use?

(Choose two.)

A.       Build a lifecycle policy to delete Cloud Storage objects after 45 days.

B.       Use signed URLs to allow suppliers limited time access to store their objects.

C.      Set up an SFTP server for your application, and create a separate user for each supplier.

D.      Build a Cloud function that triggers a timer of 45 days to delete objects that have expired.

E.       Develop a script that loops through all Cloud Storage buckets and deletes any buckets that are older than 45 days.

Correct Answer: AB

Section: (none)

 

QUESTION 160

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

A.       Develop templates for the environment using Cloud Deployment Manager.

B.       Use curl in a terminal to send a REST request to the relevant Google API for each individual resource.

C.      Use the Cloud Console interface to provision and manage all related resources.

D.      Create a bash script that contains all requirement steps as gcloud commands.

Correct Answer: A

Section: (none)


立即註冊小豬科技,開啟您的雲端之旅,享受專屬優惠和全天候技術支持!點擊註冊

1會員
47內容數
小豬科技 - 您的雲端伺服器解決方案 我們是領先的雲端伺服器供應商,提供來自 AWS、GCP、阿里雲、騰訊雲等頂級供應商的解決方案。我們主要提供高效能 VPS(虛擬機),以滿足客戶的多樣化需求。
留言0
查看全部
發表第一個留言支持創作者!
小豬科技的沙龍 的其他內容
AWS 雲端從業人員證照考古題彙整 20240923 QUESTION 134 Which of the following services can be used to block network traffic to an instance?
AWS 架構師證照考古題大全 20240922 Amazon Web Service(AWS 亞馬遜)全系列考古題,2024年最新題庫,持續更新,全網最完整。AWS 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。 QUESTION 21 A company's d
谷歌雲工程理師助理證照題庫彙整 20240918 Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。 QUESTION 101 You need
AWS CLF-C02 QUESTION 119 A company has 5 TB of data stored in Amazon S3. The company plans to occasionally run queries on the data for analysis.
AWS 架構師證照考古題大全 SAA-C03 20240919 QUESTION 19 A development team needs to host a website that will be accessed by other teams.
Google Associate Cloud Engineer 證照考古題大全 20240918 QUESTION 96 Your company implemented BigQuery as an enterprise data warehouse.
AWS 雲端從業人員證照考古題彙整 20240923 QUESTION 134 Which of the following services can be used to block network traffic to an instance?
AWS 架構師證照考古題大全 20240922 Amazon Web Service(AWS 亞馬遜)全系列考古題,2024年最新題庫,持續更新,全網最完整。AWS 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。 QUESTION 21 A company's d
谷歌雲工程理師助理證照題庫彙整 20240918 Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。 QUESTION 101 You need
AWS CLF-C02 QUESTION 119 A company has 5 TB of data stored in Amazon S3. The company plans to occasionally run queries on the data for analysis.
AWS 架構師證照考古題大全 SAA-C03 20240919 QUESTION 19 A development team needs to host a website that will be accessed by other teams.
Google Associate Cloud Engineer 證照考古題大全 20240918 QUESTION 96 Your company implemented BigQuery as an enterprise data warehouse.
你可能也想看
Google News 追蹤
Thumbnail
本專欄將提供給您最新的市場資訊、產業研究、交易心法、精選公司介紹,以上內容並非個股分析,還請各位依據自身狀況作出交易決策。歡迎訂閱支持我,獲得相關內容,也祝您的投資之路順遂! 每年 $990 訂閱方案👉 https://reurl.cc/VNYVxZ 每月 $99 訂閱方案👉https://re
Thumbnail
你有幾個 Google 帳號?Google 提供許多免費的應用程式,包括大家最常使用的地圖、YouTube、 email、日曆、Meet、Gemini、雲端硬碟、翻譯、文件、Google表單…等,如果你還沒有申請過 Google 帳號,請 抽空到此申請,免費體驗各種功能豐富的應用程式。 下圖右邊都
Thumbnail
Amazon 與 Walmart 提供的後台報表是非常先進的報表,強調在數據中發現洞察並直接給出可行的建議。Google 的第三方 Cookie 保留決定對行銷人員、廣告商及 Martech 工具產生重大影響。Email 成效驗證充滿疑點,應注重「到達率」、「打開率」與「點擊率」。
Thumbnail
你最近有特別有興趣的產業嗎,有興趣的股票嗎?你是每天去刷網頁嗎? 這裡有個方法可以幫你收集相關的網路新聞,固定送到你的信箱。 這個方法就是Google帳號的功能,快訊。 一、        首先你要有一個Google account及Gmail 然後是login in的狀態! 二、     
Thumbnail
這是一篇介紹如何使用Google Maps API在網頁上呈現地圖,並進行店家名稱的搜尋的文章。內容包含如何申請Google Cloud Platform的API金鑰、初始化地圖、設定搜尋功能等步驟。文章中提供了部分程式碼範例,並附上圖片說明操作過程。
Thumbnail
近期 Google 搜尋引擎API機密文件的外流事件,絕對是近期震撼數位行銷世界的一大頭條,其內容揭示了一些有關 Google 搜尋結果生成原理的重要細節。今天本男爵就來跟各位聊聊這其中獲得的寶貴洞察,或許會對您在設計網站內容時有一些不同的想法!
Thumbnail
本篇文章主要是在準備 Professional Google Workspace Administrator 考試時,使用官方教材所截錄出來的考試範圍(官方文件),另外也是企業剛導入 Google Workspace 時常見的設定的整理。
Thumbnail
隨著數位轉型的加速,雲計算已成為企業支撐運營和創新的關鍵技術。本文將深入探討雲計算的基本概念、主要服務商的比較,以及企業在選擇和實施雲計算服務時的最佳實踐。
Thumbnail
文章目錄 GA4 簡介 SEO 代理商 GA4 應用 社群媒體代理商 GA4 應用 數位廣告代理商 GA4 應用 數位行銷顧問公司 GA4 應用 網站設計與開發公司 GA4 應用 影片製作公司與內容行銷代理商 GA4 應用 聯絡 TenMax 獲得免費 GA4 健檢機會 GA4
Thumbnail
本專欄將提供給您最新的市場資訊、產業研究、交易心法、精選公司介紹,以上內容並非個股分析,還請各位依據自身狀況作出交易決策。歡迎訂閱支持我,獲得相關內容,也祝您的投資之路順遂! 每年 $990 訂閱方案👉 https://reurl.cc/VNYVxZ 每月 $99 訂閱方案👉https://re
Thumbnail
你有幾個 Google 帳號?Google 提供許多免費的應用程式,包括大家最常使用的地圖、YouTube、 email、日曆、Meet、Gemini、雲端硬碟、翻譯、文件、Google表單…等,如果你還沒有申請過 Google 帳號,請 抽空到此申請,免費體驗各種功能豐富的應用程式。 下圖右邊都
Thumbnail
Amazon 與 Walmart 提供的後台報表是非常先進的報表,強調在數據中發現洞察並直接給出可行的建議。Google 的第三方 Cookie 保留決定對行銷人員、廣告商及 Martech 工具產生重大影響。Email 成效驗證充滿疑點,應注重「到達率」、「打開率」與「點擊率」。
Thumbnail
你最近有特別有興趣的產業嗎,有興趣的股票嗎?你是每天去刷網頁嗎? 這裡有個方法可以幫你收集相關的網路新聞,固定送到你的信箱。 這個方法就是Google帳號的功能,快訊。 一、        首先你要有一個Google account及Gmail 然後是login in的狀態! 二、     
Thumbnail
這是一篇介紹如何使用Google Maps API在網頁上呈現地圖,並進行店家名稱的搜尋的文章。內容包含如何申請Google Cloud Platform的API金鑰、初始化地圖、設定搜尋功能等步驟。文章中提供了部分程式碼範例,並附上圖片說明操作過程。
Thumbnail
近期 Google 搜尋引擎API機密文件的外流事件,絕對是近期震撼數位行銷世界的一大頭條,其內容揭示了一些有關 Google 搜尋結果生成原理的重要細節。今天本男爵就來跟各位聊聊這其中獲得的寶貴洞察,或許會對您在設計網站內容時有一些不同的想法!
Thumbnail
本篇文章主要是在準備 Professional Google Workspace Administrator 考試時,使用官方教材所截錄出來的考試範圍(官方文件),另外也是企業剛導入 Google Workspace 時常見的設定的整理。
Thumbnail
隨著數位轉型的加速,雲計算已成為企業支撐運營和創新的關鍵技術。本文將深入探討雲計算的基本概念、主要服務商的比較,以及企業在選擇和實施雲計算服務時的最佳實踐。
Thumbnail
文章目錄 GA4 簡介 SEO 代理商 GA4 應用 社群媒體代理商 GA4 應用 數位廣告代理商 GA4 應用 數位行銷顧問公司 GA4 應用 網站設計與開發公司 GA4 應用 影片製作公司與內容行銷代理商 GA4 應用 聯絡 TenMax 獲得免費 GA4 健檢機會 GA4