
Ultimate access to all questions.
You are employed at a hospital that maintains an on-premises data room for storing its medical images. The hospital has decided to utilize Google Cloud Storage for the archival storage of these images to improve data management and durability. To facilitate this transition, the hospital requires an automated process to ensure that any new medical images generated are seamlessly uploaded to Cloud Storage. Your task is to design and implement an effective solution for this requirement. What should you do?
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
Create a script that uses the gcloud storage command to synchronize the on-premises storage with Cloud Storage, Schedule the script as a cron job.
C
Create a Pub/Sub topic, and create a Cloud Function connected to the topic that writes data to Cloud Storage. Create an application that sends all medical images to the Pub/Sub topic.
D
In the Google Cloud console, go to Cloud Storage. Upload the relevant images to the appropriate bucket.