Question 22 of 1,020

Quick Answer

The answer is key phrase extraction, as this Azure AI Language feature is specifically designed to identify and extract the most salient topics or concepts from unstructured text. By analyzing thousands of product reviews, key phrase extraction automatically surfaces frequently mentioned themes like 'battery life' or 'screen quality' by returning a ranked list of key phrases that represent the main points of discussion, directly enabling the market research company to guide product improvements. On the Microsoft Azure AI Fundamentals AI-900 exam, this scenario tests your ability to distinguish between text analytics features: key phrase extraction finds topics, while sentiment analysis detects emotion and named entity recognition identifies specific people, places, or organizations. A common trap is confusing key phrase extraction with entity recognition—remember that entities are proper nouns (e.g., "Apple"), whereas key phrases are descriptive topics (e.g., "customer support"). For a quick memory tip, think of key phrase extraction as the "topic finder" that answers "what are people talking about most?" in a sea of reviews.

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

This AI-900 practice question tests your understanding of describe features of natural language processing workloads on azure. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A market research company wants to analyze thousands of product reviews to identify the most frequently talked-about topics (such as 'battery life', 'screen quality', 'customer support') to guide product improvements. Which Azure AI Language feature is best suited for this task?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1mediummultiple choice
Full question →

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 designed to identify the main points or topics in a body of text, making it the ideal choice for surfacing frequently mentioned themes like 'battery life' or 'screen quality' from thousands of product reviews. It returns a list of key phrases that represent the most salient concepts, directly supporting the goal of guiding product improvements based on customer feedback.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Sentiment analysis

    Why it's wrong here

    Sentiment analysis determines the emotional tone (e.g., positive or negative) but does not extract topics or key phrases.

  • Key phrase extraction

    Why this is correct

    Key phrase extraction identifies the main topics discussed in text, such as 'battery life' and 'customer support'.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Entity recognition

    Why it's wrong here

    Entity recognition identifies specific named entities (e.g., 'Microsoft', 'Paris'), not general topics like 'screen quality'.

  • Language detection

    Why it's wrong here

    Language detection identifies the language of the text (e.g., French, English), not the topics within it.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse key phrase extraction with entity recognition, assuming that any 'named' item (like a product feature) is an entity, but entity recognition is strictly for predefined categories like Person, Location, Organization, not for abstract or product-specific topics.

Trap categories for this question

  • Keyword trap

    Sentiment analysis determines the emotional tone (e.g., positive or negative) but does not extract topics or key phrases.

Detailed technical explanation

How to think about this question

Key phrase extraction in Azure AI Language uses a statistical model based on TF-IDF (Term Frequency-Inverse Document Frequency) and graph-based ranking algorithms to identify phrases that are both frequent and distinctive across the document set. In a real-world scenario, processing thousands of reviews, the service can automatically aggregate and rank phrases like 'battery life' or 'screen quality' without manual tagging, enabling scalable trend analysis. A subtle behavior is that the model may return multi-word phrases (e.g., 'long battery life') rather than single words, which improves interpretability for product teams.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AI-900 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AI-900 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AI-900 question test?

Describe features of Natural Language Processing workloads on Azure — This question tests Describe features of Natural Language Processing workloads on Azure — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Key phrase extraction — Key phrase extraction is designed to identify the main points or topics in a body of text, making it the ideal choice for surfacing frequently mentioned themes like 'battery life' or 'screen quality' from thousands of product reviews. It returns a list of key phrases that represent the most salient concepts, directly supporting the goal of guiding product improvements based on customer feedback.

What should I do if I get this AI-900 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 more ways this is tested on AI-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A marketing team needs to analyze thousands of product reviews to identify the most frequently mentioned topics, such as 'battery life', 'customer support', and 'price'. They want an automated method to extract these main concepts from each review. Which Azure AI Language feature should they use?

medium
  • A.Language detection
  • B.Sentiment analysis
  • C.Key phrase extraction
  • D.Entity recognition

Why C: Key phrase extraction is the correct choice because it automatically identifies the main concepts, such as 'battery life', 'customer support', and 'price', from unstructured text like product reviews. This feature is specifically designed to extract the most salient topics or points from a document, making it ideal for analyzing thousands of reviews to find frequently mentioned themes.

Variation 2. A company analyzes customer reviews to identify common themes. They need to automatically extract the most important concepts from each review, such as 'battery life', 'customer service', and 'price'. Which Azure AI Language feature should they use?

easy
  • A.Sentiment analysis
  • B.Key phrase extraction
  • C.Language detection
  • D.Named entity recognition

Why B: Key phrase extraction is the correct Azure AI Language feature because it automatically identifies and extracts the most important concepts, such as 'battery life', 'customer service', and 'price', from unstructured text like customer reviews. It returns a list of key phrases that represent the main topics discussed, which directly matches the requirement to extract important concepts.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.