nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #97

You are working for a hospital that stores its medical images in an on-premises data room and it is provided that the hospitals want to use Cloud Storage for archival storage of these images. You…

The correct answer is B. Create a script that uses the gsutil command line interface to synchronize the on-premises. Using a script with the gsutil rsync command is the standard automated approach for synchronizing files from an on-premises directory to a Cloud Storage bucket. The script can be scheduled (e.g., via cron) to detect and upload new images automatically. Choice A describes…

Data Storage and Transfer

Question

You are working for a hospital that stores its medical images in an on-premises data room and it is provided that the hospitals want to use Cloud Storage for archival storage of these images. You are required to design and implement a solution where the hospital wants an automated process to up-load any new medical images to Cloud Storage. On the basis of this statements which of the follow-ing statement is correct.

Options

  • ACreate a Pub/Sub topic, and enable a Cloud Storage trigger for the Pub/Sub topic. Create an
  • BCreate a script that uses the gsutil command line interface to synchronize the on-premises
  • CIn the Cloud Console, go to Cloud Storage. Upload the relevant images to the ap-propriate
  • DDeploy a Dataflow job from the batch template, "Datastore to Cloud Storage" Schedule the batch

How the community answered

(18 responses)
  • B
    83% (15)
  • C
    6% (1)
  • D
    11% (2)

Explanation

Using a script with the gsutil rsync command is the standard automated approach for synchronizing files from an on-premises directory to a Cloud Storage bucket. The script can be scheduled (e.g., via cron) to detect and upload new images automatically. Choice A describes Pub/Sub triggering on Cloud Storage events (reactive, not a source for uploads). Choice C is a manual console upload, not automated. Choice D uses a Dataflow template sourced from Datastore, not on-premises storage - the wrong source and template for this use case.

Topics

#Data Ingestion#Cloud Storage#gsutil#Hybrid Cloud

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice