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
Question
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)- A5% (1)
- B5% (1)
- C89% (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
Community Discussion
No community discussion yet for this question.