
Ultimate access to all questions.
You are developing a content moderation system for a social networking platform that supports user-generated videos. How would you design the system to handle a high volume of video uploads, detect a wide range of inappropriate content, and provide real-time feedback to users? Describe the process in detail, including any necessary Azure services and their configurations.
A
Use Azure AI Content Safety with basic settings, handle all uploads manually, and provide delayed feedback to users.
B
Configure Azure AI Content Safety with advanced detection features, integrate with Azure Media Services for video processing, and use Azure Functions for real-time feedback.
C
Deploy Azure AI Content Safety without integration, rely on user reports for moderation, and ignore real-time feedback requirements.
D
Set up Azure AI Content Safety for limited content types, use Azure Storage for video hosting, and manually review all uploads.