A hospital wants an automated process to upload new on-premises medical images to Cloud Storage for archival. Which solution should you implement?
Choose an answer
Tap an option to check your answer.
Correct answer: Create a script that uses gsutil to synchronize on-prem storage to Cloud Storage and schedule it with cron..
Why this is the answer
The most straightforward and cost-effective solution for transferring on-premises files to Cloud Storage is to use gsutil. The gsutil rsync command efficiently synchronizes local directories with Cloud Storage buckets, only transferring new or changed files. Scheduling this script with cron (on Linux/macOS) or Task Scheduler (on Windows) automates the process. Pub/Sub is a messaging service, not a direct file transfer mechanism; it would require custom application development to send the actual image data. Dataflow is a data processing service, typically used for large-scale transformations, not simple file synchronization. Manually uploading is not an automated solution and is impractical for continuous archival.
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