Courseiva

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

What is 'custom text classification' in Azure AI Language?

⚠ Common exam trap

Many candidates confuse 'custom' with 'pre-built' and assume that Azure AI Language provides a universal classifier out of the box, but the key distinction is that custom text classification requires you to provide your own labeled data to train a model for your specific categories, unlike the pre-built classification services that work on fixed, general-purpose taxonomies.

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

Training a model on labelled examples to classify documents into custom business-specific categories

Custom text classification in Azure AI Language allows you to train a model using your own labeled data to classify documents into categories that are specific to your business needs, such as contract types, customer feedback themes, or support ticket priorities. This is a supervised learning capability where you provide examples of text and their corresponding categories, and the service learns to predict the category for new, unseen text. It is not a pre-built or universal classifier, but rather a tailored solution for domain-specific classification tasks.

Answer analysis

Option-by-option breakdown

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

  • Automatically applying CSS classes to text displayed on a web page

    Why it's wrong here

    Applying CSS classes to text is purely a presentation concern that controls how HTML elements appear in a web browser, such as font colour, spacing, or layout. Custom text classification, on the other hand, is a natural language processing task that extracts the meaning of the text and assigns a semantic label; it has nothing to do with styling, and CSS classes carry no semantic information about the content of the text itself.

  • Training a model on labelled examples to classify documents into custom business-specific categories

    Why this is correct

    Custom text classification is a supervised learning technique in Azure AI Language where you upload labelled example documents, train a model, and then use that model to assign your own business-specific categories to new text. For example, you could train it to classify support tickets into 'billing', 'technical', or 'account management', or to tag research articles by domain, because the model learns directly from your custom labels and captures the language patterns unique to your content.

  • Classifying text files by their file type (PDF, Word, TXT)

    Why it's wrong here

    Detecting whether a file is a PDF, Word document, or plain text is a low-level file system operation based on file extensions or magic byte signatures, not on understanding the meaning of the content. Custom text classification requires parsing the actual words and sentences to infer a semantic category, so distinguishing file formats by metadata or binary headers is entirely outside the scope of an NLP model.

  • A pre-built classifier that categorises all text into 10 universal topics

    Why it's wrong here

    A pre-built classifier with a fixed set of ten universal topics is fundamentally different from custom text classification because its categories are predefined and cannot be adapted to a specific business domain. Custom text classification, by contrast, lets you define your own labels and train the model on your own annotated examples, so the model learns categories that are meaningful for your particular use case rather than relying on a generic taxonomy.

About these practice questions

This AI-900 question is part of Courseiva's 985-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-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.