Google Cloud Professional Machine Learning Engineer — Question 330

You are an AI architect at a popular photo sharing social media platform. Your organization's content moderation team currently scans images uploaded by users and removes explicit images manually. You want to implement an AI service to automatically prevent users from uploading explicit images. What should you do?

Answer options

Correct answer: C

Explanation

Option C is the best choice as it utilizes AutoML to create an image classification model that can directly integrate with the upload process to prevent explicit content. Option A focuses on clustering, which is less effective for classification tasks, while Option B relies on batch processing which is not timely for live uploads. Option D requires manual intervention by the content moderation team, which defeats the purpose of automating the process.