Courseiva
Implement natural language processing solutionshardMultiple ChoiceObjective-mapped

AI-102 Recall Practice Question

Exhibit

Refer to the exhibit. You have the following JSON policy from an Azure AI Language custom entity extraction project evaluation:

{
  "evaluation": {
    "entities": {
      "ProductName": {
        "precision": 0.92,
        "recall": 0.65,
        "f1": 0.76
      },
      "OrderNumber": {
        "precision": 0.88,
        "recall": 0.90,
        "f1": 0.89
      },
      "Date": {
        "precision": 0.95,
        "recall": 0.85,
        "f1": 0.90
      }
    }
  }
}

Based on the exhibit, which entity should you focus on improving by adding more labeled examples?

⚠ Common exam trap

The trap is that candidates may choose 'All entities need improvement' (Option C) because they overlook the recall scores shown in the exhibit. While ProductName has low recall (0.65), Date and OrderNumber have very high recall (0.98 and 0.99), indicating they are already performing well. The pitfall is failing to compare the scores and identify the one entity with significantly lower recall.

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

ProductName

The exhibit shows that ProductName has a recall of 0.65, which is lower than the recall for Date (0.98) and OrderNumber (0.99). Low recall indicates that the model is missing many true instances of ProductName. Adding more labeled examples specifically for ProductName will help the model learn its patterns better, improving recall and overall performance. This aligns with the practice of iterative model improvement in custom entity extraction within Azure AI Language.

Answer analysis

Option-by-option breakdown

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

  • Date

    Why it's wrong here

    High F1 (0.90) indicates good performance.

  • OrderNumber

    Why it's wrong here

    High recall (0.90) suggests it is performing well.

  • All entities need improvement.

    Why it's wrong here

    Only ProductName has significantly low recall.

  • ProductName

    Why this is correct

    Low recall (0.65) indicates many ProductName entities are missed.

About these practice questions

This AI-102 question is part of Courseiva's 945-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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-102 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-102 exam.