
Ultimate access to all questions.
You are tasked with planning an Azure AI solution for a healthcare company that must adhere to strict data privacy regulations. Describe the steps you would take to ensure that the solution meets Responsible AI principles, including data handling, model transparency, and user consent management.
A
Implement data encryption at rest and in transit, use opaque models, and rely on user opt-out for consent.
B
Ensure data anonymization, provide model explainability tools, and implement a robust consent management system where users must opt-in explicitly.
C
Store data in plain text, use black-box models, and assume consent unless users opt-out.
D
Encrypt data only in transit, use models without transparency, and manage consent through a default opt-out system.