Courseiva

AI-900 Practice Question: Describe features of generative AI workloads on Azure

What is a large language model (LLM)?

⚠ Common exam trap

It's easy for candidates to confuse a large language model with a simple text storage system (option A) or a specific NLP tool/library (option C), failing to recognize that an LLM is a trained neural network that actively generates and understands language, not just a passive repository or a code library.

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

An AI model trained on large amounts of text data that can generate and understand language

A large language model (LLM) is a type of AI model trained on vast amounts of text data using deep learning techniques, typically based on transformer architectures. It learns patterns, grammar, context, and even reasoning from the data, enabling it to generate coherent and contextually relevant text, as well as understand and respond to natural language inputs. This makes option B correct because it captures both the training foundation (large amounts of text data) and the core capabilities (generation and 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.

  • A database that stores large volumes of text documents

    Why it's wrong here

    An LLM is a parametric neural network, not a data store. When you train an LLM, it does not save copies of the training documents; instead, it adjusts billions of weights to encode statistical patterns about language. A database that stores large volumes of text documents supports exact retrieval of that text (e.g., via queries or key-value lookups), whereas an LLM cannot extract verbatim passages from its training data and has no direct access to a corpus at inference time.

  • An AI model trained on large amounts of text data that can generate and understand language

    Why this is correct

    An LLM is a deep neural network, generally based on the transformer architecture, trained on massive amounts of unstructured text via self-supervised learning — chiefly, predicting the next token in a sequence. Through this process it learns grammar, reasoning patterns, world knowledge, and context understanding. At inference, it generates coherent, contextually relevant language by sampling from its probability distribution over tokens, and it can also understand language for tasks such as summarization, question answering, and classification.

  • A programming library for processing natural language

    Why it's wrong here

    A programming library for natural language processing (e.g., NLTK, spaCy) is a collection of reusable code, algorithms, and data structures that developers import to build applications. An LLM, by contrast, is a concrete machine-learned artifact — a trained model with fixed parameters — that is not installed as a library but is typically served via an API (like Azure OpenAI Service) and invoked with text prompts. Libraries perform rule-based or statistical processing within your own code; an LLM generates outputs through its learned neural representations.

  • A cloud service for translating documents

    Why it's wrong here

    An LLM is a general-purpose model, not a specialized translation service. Document translation services like Azure Translator are purpose-built pipelines that map source text to target language with domain-specific optimization and glossary support. LLMs are trained on diverse multilingual data and can perform translation as one of many emergent capabilities, but they are defined by their fundamental architecture and training objective (next-token prediction over unbounded text), not by a single downstream function.

About these practice questions

Courseiva writes every AI-900 question from scratch — 985 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.