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?
Explanation:
Option B is the correct answer. This approach involves creating a script that uses the gcloud storage command to synchronize the on-premises storage with Cloud Storage and scheduling the script as a cron job to automate the process. This solution is straightforward to set up and maintain. It directly addresses the hospital's requirement for an automated process to upload new medical images to Cloud Storage.