Google Cloud Associate Cloud Engineer — Question 198

You are working for a hospital that stores its medical images in an on-premises data room. The hospital wants to use Cloud Storage for archival storage of these images. The hospital wants an automated process to upload any new medical images to Cloud Storage. You need to design and implement a solution. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because creating a script to use the gcloud storage command allows for efficient synchronization of on-premises storage with Cloud Storage, making it suitable for an automated approach. Option A is incorrect as it requires a more complex setup with Pub/Sub that is not necessary for simple uploads. Option C, while it includes automation, involves additional components that may complicate the process. Option D does not provide automation for new images, making it unsuitable for the hospital's requirements.