
Ultimate access to all questions.
You are employed at a hospital that currently maintains its medical images in an on-premises data room. The hospital is seeking to migrate these images to Cloud Storage for long-term archival purposes. Additionally, they require an automated process to ensure that any new medical images are promptly uploaded to Cloud Storage. Your task is to design and deploy an appropriate solution. What steps should you take?
A
Create a Pub/Sub topic, and enable a Cloud Storage trigger for the Pub/Sub topic. Create an application that sends all medical images to the Pub/Sub topic.
B
Deploy a Dataflow job from the batch template, 'Datastore to Cloud Storage.' Schedule the batch job on the desired interval.
C
Create a script that uses the gsutil command line interface to synchronize the on-premises storage with Cloud Storage. Schedule the script as a cron job.
D
In the Cloud Console, go to Cloud Storage. Upload the relevant images to the appropriate bucket.