Your company must upload historic data to Cloud Storage but on-prem security disallows external IP access to on-prem resources. After an initial upload, new data will be added daily from on-prem applications. What should they do?
Choose an answer
Tap an option to check your answer.
Correct answer: Execute gsutil rsync from the on-premises servers..
Why this is the answer
Executing gsutil rsync from on-premises servers is the most suitable solution. gsutil is a command-line tool that can be installed on-premises and used to transfer data to Cloud Storage. This method works well for both initial bulk uploads and subsequent incremental updates, as rsync efficiently handles only changed or new files. It also addresses the security constraint by not requiring external IP access to on-prem resources, as the connection is initiated from on-prem to Google Cloud. Using Dataflow or Dataproc for simple file transfer is overkill and more complex than necessary; these services are designed for data processing and transformation, not basic ingress. Installing an FTP server on Compute Engine would introduce unnecessary infrastructure management and potential security vulnerabilities, and still requires a mechanism to move data from the FTP server to Cloud Storage.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed