
Answer-first summary for fast verification
Answer: Use Azure Text Analytics and configure it to anonymize PII.
Azure Text Analytics provides all the necessary features including language detection, sentiment analysis, key phrase extraction, entity recognition, and PII detection. Configuring it to anonymize PII ensures compliance with data protection regulations, which is crucial for handling patient feedback.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A healthcare organization needs to analyze patient feedback to improve services. The feedback is in various languages and contains sensitive personal information. Your task is to extract key phrases, entities, and determine sentiment, while also detecting the language and PII. Which Azure AI Language service would you use, and how would you ensure compliance with data protection regulations?
A
Use Azure Text Analytics and configure it to anonymize PII.
B
Use Azure Translator and manually analyze sentiment and entities.
C
Use Azure Cognitive Search and ignore PII detection.
D
Use Azure Machine Learning and build a custom model for PII detection.
No comments yet.