Question 67 of 988

Quick Answer

The answer is to enable semantic ranking on the search index. This is correct because semantic ranking uses deep language understanding to re-rank search results based on conceptual relevance to the query, rather than relying solely on keyword matching—which fails when content fields contain large, unstructured PDF text blocks. Crucially, this feature operates at query time on the existing index, so it improves relevance without requiring any re-indexing of documents. On the AI-102 exam, this scenario tests your understanding of Azure AI Search’s built-in relevance tuning options versus index-level changes; a common trap is confusing semantic ranking with custom scoring profiles, which do require index modifications. Remember the key distinction: semantic ranking is a query-time re-ranker, not an index-time change. Memory tip: “Semantic saves the scan—no re-index plan.”

AI-102 Practice Question: Implement knowledge mining and information extraction solutions

This AI-102 practice question tests your understanding of implement knowledge mining and information extraction solutions. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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.

Your company uses Azure AI Search for an internal knowledge base. Users complain that searches for 'annual report 2023' return irrelevant results. You analyze the search index and find that the content field contains large blocks of text from PDFs. You need to improve relevance without re-indexing all documents. Which approach should you take?

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

Enable semantic ranking on the search index

Option A is correct because applying Azure AI Search's built-in semantic ranking re-ranks results using language understanding, improving relevance for natural language queries without re-indexing. Option B is wrong because enabling spell correction in the query only fixes typos, not relevance. Option C is wrong because adding a custom scoring profile requires changes to the index definition, which may require re-indexing. Option D is wrong because changing the analyzer to a different language does not address the core relevance issue.

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.

  • Enable spell correction in the search query

    Why it's wrong here

    Spell correction fixes typos but does not improve relevance for well-formed queries.

  • Add a custom scoring profile based on term frequency

    Why it's wrong here

    Custom scoring profiles require index changes and may not solve broad relevance issues.

  • Change the index analyzer to a different language

    Why it's wrong here

    Changing analyzer affects tokenization but not overall relevance.

  • Enable semantic ranking on the search index

    Why this is correct

    Semantic ranking re-ranks results using deep learning models to better match query intent.

    Related concept

    Static NAT maps one inside address to one outside address.

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 knowledge mining and information extraction solutions — This question tests Implement knowledge mining and information extraction solutions — Static NAT maps one inside address to one outside address..

What is the correct answer to this question?

The correct answer is: Enable semantic ranking on the search index — Option A is correct because applying Azure AI Search's built-in semantic ranking re-ranks results using language understanding, improving relevance for natural language queries without re-indexing. Option B is wrong because enabling spell correction in the query only fixes typos, not relevance. Option C is wrong because adding a custom scoring profile requires changes to the index definition, which may require re-indexing. Option D is wrong because changing the analyzer to a different language does not address the core relevance issue.

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.

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. Which TWO capabilities are available in Azure AI Search to improve search relevance? (Choose two.)

easy
  • A.Filters
  • B.Indexers
  • C.Scoring profiles
  • D.Semantic ranking
  • E.Synonym maps

Why C: Options A and D are correct. Scoring profiles allow boosting by field values or freshness. Semantic ranking re-ranks results to improve relevance. Option B is wrong because synonym maps improve recall, not relevance. Option C is wrong because filters restrict results but do not improve relevance ranking. Option E is wrong because indexers are for data ingestion, not relevance.

Variation 2. An organization uses Azure AI Search to power an internal knowledge base. They notice that search results are returning irrelevant documents. The index includes a 'content' field with full text and a 'tags' field with metadata. Users often search for specific terms that appear in the 'tags' field. How should you configure the search index to improve relevance?

hard
  • A.Add a custom scoring profile based on freshness.
  • B.Configure a scoring profile with a higher weight for the 'tags' field.
  • C.Set the 'tags' field to use the 'keyword' analyzer.
  • D.Enable semantic search on the 'content' field.

Why B: Option B is correct because by assigning a higher weight to the 'tags' field, search results that match tags will rank higher. Option A changes analyzers but doesn't address field weighting. Option C only affects the 'content' field. Option D is about scoring profiles but not specifically about field weighting.

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.