单选题 Your company is moving 75 TB of data into Google Cloud. You want to use Cloud Storage and follow Google-recommended practices. What should you do?

A、 Move your data onto a Transfer Appliance.Use a Transfer Appliance Rehydrator to decrypt the data into Cloud Storage.
B、 Move your data onto a Transfer Appliance.Use Cloud Dataprep to decrypt the data into Cloud Storage.
C、 Install gsutil on each server that contains data.Use resumable transfers to upload the data into Cloud Storage.
D、 Install gsutil on each server containing data.Use streaming transfers to upload the data into Cloud Storage.
下载APP答题
由4l***oq提供 分享 举报 纠错

相关试题

单选题 Your company has multiple on-premises systems that serve as sources for reporting. The data has not been maintained well and has become degraded over time.
You want to use Google-recommended practices to detect anomalies in your company data. What should you do?

A、 Upload your Files into Cloud Storage. Use Cloud Datalab to explore and clean your data.
B、 Upload your FIles into Cloud Storage. Use Cloud Dataprep to explore and clean your data.
C、 Connect Cloud Datalab to your on-premises systems. Use Cloud Datalab to explore and clean your data.
D、 Connect Cloud Dataprep to your on-premises systems. Use Cloud Dataprep to explore and clean your data.

单选题 Your company has successfully migrated to the cloud and wants to analyze their data stream to optimize operations. They do not have any existing code for this analysis, so they are exploring all their options. These options include a mix of batch and stream processing, as they are running some hourly jobs and live- processing some data as it comes in.
Which technology should they use for this?

A、 Google Cloud Dataproc
B、 Google Cloud Dataflow
C、 Google Container Engine with Bigtable
D、 Google Compute Engine with Google BigQuery

单选题 Your customer is moving an existing corporate application to Google Cloud Platform from an on-premises data center. The business owners require minimal user disruption. There are strict security team requirements for storing passwords.
What authentication strategy should they use?

A、 Use G Suite Password Sync to replicate passwords into Google
B、 Federate authentication via SAML 2.0 to the existing Identity Provider
C、 Provision users in Google using the Google Cloud Directory Sync tool
D、 Ask users to set their Google password to match their corporate password

单选题 Your customer support tool logs all email and chat conversations to Cloud Bigtable for retention and analysis.What is the recommended approach for sanitizing this data of personally identifiable information or payment card information before initial storage?

A、 Hash all data using SHA256
B、 Encrypt all data using elliptic curve cryptography
C、 De-identify the data with the Cloud Data Loss Prevention API
D、 Use regular expressions to find and redact phone numbers, email addresses, and credit card numbers

单选题 Your company plans to migrate a multi-petabyte data set to the cloud. The data set must be available 24hrs a day. Your business analysts have experience only with using a SQL interface.
How should you store the data to optimize it for ease of analysis?

A、 Load data into Google BigQuery
B、 Insert data into Google Cloud SQL
C、 Put flat files into Google Cloud Storage
D、 Stream data into Google Cloud Datastore

单选题 During a high traffic portion of the day, one of your relational databases crashes, but the replica is never promoted to a master. You want to avoid this in the future.
What should you do?

A、 Use a different database
B、 Choose larger instances for your database
C、 Create snapshots of your database more regularly
D、 Implement routinely scheduled failovers of your databases

单选题 You have developed an application using Cloud ML Engine that recognizes famous paintings from uploaded images.You want to test the application and allow specific people to upload images for the next 24 hours.Not all users have a Google Account.How should you have users upload images?

A、 Have users upload the images to Cloud Storage.Protect the bucket with a password that expires after 24 hours.
B、 Have users upload the images to Cloud Storage using a signed URL that expires after 24 hours.
C、 Create an App Engine web application where users can upload images.Confi gure App Engine to disable the application after 24 hours.Authenticate users via Cloud Identity.
D、 Create an App Engine web application where users can upload images for the next 24 hours.Authenticate users via Cloud identity.

单选题 You have an application that will run on Compute Engine. You need to design an architecture that takes into account a disaster recovery plan that requires your application to fail over to another region in case of a regional outage. What should you do?

A、 Deploy the application on two Compute Engine instances in the same project but in a different region. Use the first instance to serve traffic, and use the HTTP load balancing service to fail over to the standby instance in case of a disaster.
B、 Deploy the application on a Compute Engine instance. Use the instance to serve trafic, and use the HTTP load balancing service to fail over to an instance on your premises in case of a disaster.
C、 Deploy the application on two Compute Engine instance groups, each in the same project but in a different region. Use the first instance group to serve traffic, and use the HTTP load balancing service to fail over to the standby instance group in case of a disaster.
D、 Deploy the application on two Compute Engine instance groups, each in separate project and a different region. Use the first instance group to serve traffic, and use the HTTP load balancing service to fail over to the standby instance in case of a disaster.