Courseiva

AI-900 Practice Question: Describe features of Natural Language Processing workloads on Azure

A research team wants to automatically extract the most important phrases from a large collection of scientific articles to identify emerging trends. The articles are all in English. They do not want to train a custom model. Which built-in Azure AI Language feature should they use?

⚠ Common exam trap

Test-takers frequently confuse named entity recognition (NER) with key phrase extraction, assuming NER can extract any important term, but NER is limited to predefined entity types (e.g., person, location) and cannot capture domain-specific scientific phrases like 'quantum entanglement' or 'CRISPR-Cas9'.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Key phrase extraction

Key phrase extraction is the correct Azure AI Language feature because it automatically identifies and returns the most important phrases in a document, which directly supports the goal of extracting key terms from scientific articles to spot emerging trends. This built-in capability requires no custom model training and works out-of-the-box for English text, making it ideal for the research team's use case.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Key phrase extraction

    Why this is correct

    Key phrase extraction is a feature of the Azure AI Language service that uses statistical and linguistic analysis to identify the most salient terms and multi-word expressions in unstructured text, returning them as a ranked list of phrases. These phrases represent the main topics and central concepts of the document, making the technique ideal for automatically extracting the most important content from a body of text.

  • Sentiment analysis

    Why it's wrong here

    Sentiment analysis evaluates the emotional tone of a text, assigning polarity scores from positive to negative, possibly with neutral or mixed classifications at the sentence and document level. It relies on opinion lexicons and contextual machine learning to measure attitude toward a subject, but it does not identify or extract noun phrases or topic words. Therefore it cannot serve the research team's goal of pulling out the most important phrases.

  • Named entity recognition (NER)

    Why it's wrong here

    Named entity recognition (NER) identifies and categorizes specific atomic entities such as people, organizations, locations, dates, and monetary amounts into predefined classes. It works by detecting entity boundaries and mapping spans of text to these types, but it does not summarize the general topical content of the document. The output is a set of tagged entities, not a ranked list of salient phrases, so it is not suited to extracting the most important phrases overall.

  • Language detection

    Why it's wrong here

    Language detection determines the dominant language of a text by analyzing character patterns, word frequencies, and other language-specific cues to return a language code and confidence score. It does not inspect the meaning or structure of the content; it simply classifies the language in which the text is written. Consequently, it cannot extract important phrases from the text, making it entirely inappropriate for this use case.

About these practice questions

One of 985 original AI-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AI-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-900 exam.