Question 12 of 988
Implement natural language processing solutionshardMultiple ChoiceObjective-mapped

Quick Answer

The answer is to increase the number of labeled documents, especially those containing the target entities. This works because recall measures the model’s ability to find all relevant instances of an entity, and low recall typically means the model is missing patterns that appear in your data. By adding more labeled examples that feature the target entities, you provide the custom NER model with richer, more varied contexts to learn from, directly addressing the root cause of missed predictions. On the Microsoft Azure AI Engineer Associate AI-102 exam, this scenario tests your understanding of how data quality and quantity affect model performance, often appearing as a trap where candidates mistakenly adjust confidence thresholds or training hours. Remember, precision is about being correct when you guess, but recall is about not missing any true positives. A helpful memory tip: recall is like a net—widen it with more labeled examples to catch every fish.

AI-102 Practice Question: Implement natural language processing solutions

This AI-102 practice question tests your understanding of implement natural language processing solutions. 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.

You are building a custom named entity recognition (NER) model using Azure AI Language. After labeling 200 documents, you train the model and achieve 85% precision but only 60% recall. Which action is most likely to improve recall?

Clue words in this question

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

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1hardmultiple 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

Increase the number of labeled documents, especially those containing the target entities

Recall is the ability to find all relevant instances. Adding more labeled examples with the target entities will help the model recognize more patterns. Increasing training hours doesn't guarantee improvement; adjusting confidence threshold lowers precision; using a different service is not necessary.

Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

Answer analysis

Option-by-option breakdown

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

  • Lower the confidence threshold

    Why it's wrong here

    Lowering threshold may improve recall but reduces precision.

  • Increase the training hours

    Why it's wrong here

    Training hours are not adjustable by users.

  • Increase the number of labeled documents, especially those containing the target entities

    Why this is correct

    More examples improve recall.

    Clue confirmation

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

    Related concept

    Static NAT maps one inside address to one outside address.

  • Switch to a different Azure AI Language feature

    Why it's wrong here

    Stick with custom NER; other features are not designed for this.

Common exam traps

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Detailed technical explanation

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Key takeaway

NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.

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. NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated. 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.

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AI-102 NAT questions on configuration and troubleshooting.

Related practice questions

Related AI-102 practice-question pages

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

Implement an agentic solution practice questions

Practise AI-102 questions linked to Implement an agentic solution.

Implement computer vision solutions practice questions

Practise AI-102 questions linked to Implement computer vision solutions.

Implement knowledge mining and information extraction solutions practice questions

Practise AI-102 questions linked to Implement knowledge mining and information extraction solutions.

Implement image and video processing solutions practice questions

Practise AI-102 questions linked to Implement image and video processing solutions.

Implement natural language processing solutions practice questions

Practise AI-102 questions linked to Implement natural language processing solutions.

Implement generative AI solutions practice questions

Practise AI-102 questions linked to Implement generative AI solutions.

Implement agentic AI solutions practice questions

Practise AI-102 questions linked to Implement agentic AI solutions.

Implement knowledge mining and document intelligence solutions practice questions

Practise AI-102 questions linked to Implement knowledge mining and document intelligence solutions.

Plan and manage an Azure AI solution practice questions

Practise AI-102 questions linked to Plan and manage an Azure AI solution.

Implement content moderation solutions practice questions

Practise AI-102 questions linked to Implement content moderation solutions.

AI-102 fundamentals practice questions

Practise AI-102 questions linked to AI-102 fundamentals.

AI-102 scenario practice questions

Practise AI-102 questions linked to AI-102 scenario.

Practice this exam

Start a free AI-102 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-102 question test?

Implement natural language processing solutions — This question tests Implement natural language processing solutions — Static NAT maps one inside address to one outside address..

What is the correct answer to this question?

The correct answer is: Increase the number of labeled documents, especially those containing the target entities — Recall is the ability to find all relevant instances. Adding more labeled examples with the target entities will help the model recognize more patterns. Increasing training hours doesn't guarantee improvement; adjusting confidence threshold lowers precision; using a different service is not necessary.

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

Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AI-102 NAT questions on configuration and troubleshooting.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

Static NAT maps one inside address to one outside address.

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-102

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. You are building a chatbot that uses Azure AI Language to extract intents and entities from user utterances. The bot must recognize custom entities like product names that are not in the default model. Which feature should you use?

easy
  • A.Prebuilt entity recognition component.
  • B.Key phrase extraction.
  • C.Custom named entity recognition (NER) component.
  • D.List entity in a conversational language understanding (CLU) project.

Why C: Option C is correct because a custom named entity recognition (NER) component allows you to train a model to extract custom entities. Option A is wrong because the prebuilt entity recognition only recognizes common entities. Option B is wrong because a list entity in a conversational language understanding (CLU) project is for matching exact terms, not for training a model. Option D is wrong because key phrase extraction does not extract entities.

Variation 2. You are building a custom entity extraction solution using Azure AI Language. You have a small dataset (50 documents) with annotated entities. You need to train a model that can extract similar entities from new documents. What is the best approach?

medium
  • A.Create a custom NER project in Azure AI Language and train it with your annotated data.
  • B.Use the prebuilt entity recognition API to extract entities.
  • C.Use the Conversational PII entity extraction feature.
  • D.Use the built-in entity extraction skill in Azure AI Search.

Why A: Option C is correct because Custom NER allows you to train a model with a small dataset, especially if you use active learning to improve. Option A is wrong because the prebuilt entity recognition does not cover custom entities. Option B is wrong because the built-in extractor skills in AI Search are for indexing, not for custom entity extraction. Option D is wrong because the Conversational PII entity extraction is for PII only.

Last reviewed: Jun 20, 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-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.