
Answer-first summary for fast verification
Answer: Azure Cognitive Services, specifically the Text Analytics API.
For analyzing social media sentiment, Azure Cognitive Services, specifically the Text Analytics API (B), would be the most suitable choice. The Text Analytics API provides features such as sentiment analysis, key phrase extraction, and language detection, which are essential for understanding the sentiment expressed in social media content. While Azure Machine Learning (A) and Azure Databricks (D) can be used in conjunction with sentiment analysis, they are not the primary services for this task. Azure Bot Service (C) is designed for building chatbots and is not directly related to sentiment analysis.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with implementing a solution that leverages Azure AI services to analyze social media sentiment. Which Azure AI service would be most suitable for this scenario, and what specific features of the service would you utilize?
A
Azure Machine Learning, using its automated machine learning capabilities.
B
Azure Cognitive Services, specifically the Text Analytics API.
C
Azure Bot Service, for building a conversational AI experience.
D
Azure Databricks, for processing and analyzing large volumes of data.
No comments yet.