Topic 1 Question 98
Your company needs to upload their historic data to Cloud Storage. The security rules don't allow access from external IPs to their on-premises resources. After an initial upload, they will add new data from existing on-premises applications every day. What should they do?
Execute gsutil rsync from the on-premises servers.
Use Dataflow and write the data to Cloud Storage.
Write a job template in Dataproc to perform the data transfer.
Install an FTP server on a Compute Engine VM to receive the files and move them to Cloud Storage.
ユーザの投票
コメント(17)
Should be A
👍 23[Removed]2020/03/22should be A, dataflow is on cloud is external; "don't allow access from external IPs to their on-premises resources" so no dataflow.
👍 13itche_scratche2020/04/19Ans : A The gsutil rsync command makes the contents under dst_url the same as the contents under src_url, by copying any missing files/objects (or those whose data has changed), and (if the -d option is specified) deleting any extra files/objects. src_url must specify a directory, bucket, or bucket subdirectory
👍 6VishalB2020/07/07
シャッフルモード