ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 146 - Cloud Digital Leader discussion

Report
Export

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 upload any new medical images to Cloud Storage. On the basis of this statements which of the following statement is correct.

A.
Create a Pub/Sub topic, and enable a Cloud Storage trigger for the Pub/Sub topic. Create an application that sends all medical images to the Pub/Sub topic.
Answers
A.
Create a Pub/Sub topic, and enable a Cloud Storage trigger for the Pub/Sub topic. Create an application that sends all medical images to the Pub/Sub topic.
B.
Create a script that uses the gsutil command line interface to synchronize the on-premises storage with Cloud Storage. Schedule the script as a cron job.
Answers
B.
Create a script that uses the gsutil command line interface to synchronize the on-premises storage with Cloud Storage. Schedule the script as a cron job.
C.
In the Cloud Console, go to Cloud Storage. Upload the relevant images to the ap-propriate bucket.
Answers
C.
In the Cloud Console, go to Cloud Storage. Upload the relevant images to the ap-propriate bucket.
D.
Deploy a Dataflow job from the batch template, "Datastore to Cloud Storage" Schedule the batch job on the desired interval.
Answers
D.
Deploy a Dataflow job from the batch template, "Datastore to Cloud Storage" Schedule the batch job on the desired interval.
Suggested answer: B

Explanation:

Using sync for new images implies that you will continue to use your onprem and keep synchronizing it forever, Sync just once for the old images, new images go directly to google cloud via pub/sub, and eventually get rid of the onprem.

asked 18/09/2024
Sarath Ganaparthi
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first