Google Cloud Associate Cloud Engineer — Question 157

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: C

Explanation

The correct answer is C because using a script with the gsutil command line interface allows for an automated synchronization process between on-premises storage and Cloud Storage, making it suitable for handling new medical images efficiently. Options A and B involve more complex setups that do not directly address the requirement for automated uploads, and option D is not automated as it requires manual uploads.