nerdexam
Google

ASSOCIATE-CLOUD-ENGINEER · Question #235

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

The correct answer is C. Create a script that uses the gsutil command line interface to synchronize the on- premises. Keyword, they require cloud storage for archival and the want to automate the process to upload new medical image to cloud storage, hence we go for gsutil to copy on-prem images to cloud storage and automate the process via cron job. whereas Pub/Sub listens to the changes in the

Submitted by skyler.x· Mar 30, 2026Deploying and implementing a cloud solution

Question

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?

Options

  • ADeploy a Dataflow job from the batch template "Datastore lo Cloud Storage" Schedule the batch
  • BIn the Cloud Console, go to Cloud Storage Upload the relevant images to the appropriate bucket
  • CCreate a script that uses the gsutil command line interface to synchronize the on- premises
  • DCreate a Pub/Sub topic, and enable a Cloud Storage trigger for the Pub/Sub topic. Create an

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    89% (17)

Explanation

Keyword, they require cloud storage for archival and the want to automate the process to upload new medical image to cloud storage, hence we go for gsutil to copy on-prem images to cloud storage and automate the process via cron job. whereas Pub/Sub listens to the changes in the Cloud Storage bucket and triggers the pub/sub topic, which is not required.

Topics

#Cloud Storage#gsutil sync#on-premises migration#data transfer

Community Discussion

No community discussion yet for this question.

Full ASSOCIATE-CLOUD-ENGINEER Practice