Courseiva

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

What is the Azure AI Language Studio used for in addition to testing built-in features?

⚠ Common exam trap

Candidates often assume Language Studio is only a testing playground for pre-built features, overlooking its powerful custom model training capabilities that are central to the AI-900 exam's focus on tailoring NLP solutions.

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

Building and training custom NLP models including custom classification and NER

Azure AI Language Studio is a comprehensive tool that allows users to not only test pre-built language features but also to build, train, and deploy custom NLP models, such as custom text classification and custom named entity recognition (NER). This extends beyond simple testing to enable tailored solutions for domain-specific language understanding.

Answer analysis

Option-by-option breakdown

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

  • Only for testing pre-built language features without any customization

    Why it's wrong here

    Language Studio does include pre-built, out-of-the-box language features such as sentiment analysis, key phrase extraction, and entity recognition, but limiting it to that role ignores its custom model capabilities. The platform supports authoring custom question answering, custom conversational language understanding (CLU), custom text classification, and custom NER—all from the same web UI. A user can label data, train a custom model, evaluate it, and deploy it without leaving Language Studio, so the service is not exclusive to non-custom pre-built features.

  • Building and training custom NLP models including custom classification and NER

    Why this is correct

    Language Studio enables the full custom NLP model lifecycle, which is a core reason it is much more than a pre-built API demo. For example, you can create a custom text classification model by importing or labeling documents, train a model on that data, view evaluation metrics such as precision/recall/F1, and deploy it to a live endpoint. Similarly, Custom NER lets you define your own entity types, tag entities in training text, train, evaluate, and use the trained model through a dedicated endpoint. The built-in 'custom' creation flows and project-based configuration make it the primary no-code interface for these workflows on Azure AI Language.

  • Writing and executing Python code for NLP tasks

    Why it's wrong here

    Language Studio is a no-code, low-code web interface designed for users who want to build and validate NLP solutions without writing code. Authoring and running Python scripts, including loading language models or calling SDK methods, takes place in Jupyter notebooks, Visual Studio Code, or similar development environments that use the Azure AI Language SDK/REST API. Even when Language Studio generates sample callable code or allows test queries, it does not execute user-supplied Python code, so it is not a Python execution runtime.

  • Managing billing and API keys for Azure AI Language

    Why it's wrong here

    Managing billing and API keys is an Azure portal / Azure Resource Manager activity, not a Language Studio capability. When you create an Azure AI Language resource, the resource group, pricing tier, and keys are managed through the Azure portal (or CLI/ARM), and those keys are then used by applications or Language Studio to authenticate. Language Studio itself is a browser-based NLP authoring and testing environment that assumes you already have a provisioned resource; it does not expose subscription metering, cost analytics, or key rotation workflows.

Go deeper

Related to this question

About these practice questions

One of 985 original AI-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.