Professional Cloud Developer Exam QuestionsBrowse all questions from this exam

Professional Cloud Developer Exam - Question 333


You are developing an online chat application where users can upload profile pictures. Uploaded profile pictures must comply with content policies. You need to detect inappropriate images and label those images automatically when they are uploaded. In the future, this process will need to be expanded to include additional processing tasks such as watermarking and image compression.

You want to simplify orchestration and minimize operational overhead of the image scanning and labeling steps while also ensuring that additional steps can be added and removed easily later on. What should you do?

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
Sandesh24Option: D
Mar 1, 2025

Using Cloud Storage with an Eventarc trigger to initiate a Workflows orchestration allows you to easily add or remove processing steps, such as additional image analysis, watermarking, or compression, without the need to manage complex infrastructure. This design minimizes operational overhead by leveraging serverless components that automatically scale and are managed by Google Cloud.