A news agency publishes hundreds of articles daily. They want to automatically extract the main topics discussed in each article, such as 'politics', 'economy', or 'sports', to categorize content without manual tagging. Which built-in Azure AI Language feature should they use?
Correct. Key phrase extraction returns a list of key phrases that represent the main topics or concepts in the text.
Why this answer
Key phrase extraction is the correct choice because it identifies the main topics or subjects discussed in a document, such as 'politics', 'economy', or 'sports', without requiring manual tagging. This feature returns a list of key phrases that represent the core content of each article, directly addressing the need to automatically categorize content by topic.
Exam trap
The trap here is that candidates confuse named entity recognition (which extracts specific entities like 'Microsoft' or 'New York') with key phrase extraction (which extracts general topics like 'technology' or 'urban development'), leading them to choose option B incorrectly.
How to eliminate wrong answers
Option B (Named entity recognition) is wrong because it identifies and categorizes specific entities like people, organizations, locations, and dates, not the broad topics or themes of an article. Option C (Sentiment analysis) is wrong because it determines the emotional tone (positive, negative, neutral) of text, not the subject matter. Option D (Language detection) is wrong because it identifies the language of the text (e.g., English, Spanish), not the topics discussed within the content.