AI Workloads and Responsible AI

This covers skill area 1, “Describe Artificial Intelligence workloads and considerations” (15–20% of the exam).

Identifying common AI workloads

AI-900 does not ask you to build every kind of model. It asks whether you can recognize the workload from a business sentence and choose the right Azure service family. The quickest path is to look for the action verb: see, read, listen, translate, predict, recommend, detect, mine, chat, or generate.

Machine learning underpins these workloads because the system learns patterns from data instead of being programmed with every rule. On this exam, artificial intelligence is the broad capability: software behaving intelligently, understanding content, making predictions, or creating responses. Machine learning is the common technique behind it: training a model on data so it can make predictions or classifications on new examples.

That distinction matters because the same workload can be delivered by a prebuilt Azure AI service or by a custom model that your team trains in Azure Machine Learning. If the question describes a common perception or language task and asks for the fastest managed option, choose the relevant Azure AI service. If the question says the organization has unique historical data and needs to train, evaluate, register, or deploy a custom model, think Azure Machine Learning.

Also watch the input and output. Images and video point to vision. Text points to language unless the task is translation or generation. Audio points to speech. Forms with fields point to document intelligence. Time-based numeric predictions point to forecasting. Large document collections with search and enrichment point to knowledge mining. A turn-by-turn user interaction points to conversational AI.

When two answers sound plausible, choose the one that names the primary user goal. A receipt image involves vision, but if the goal is total, merchant, and tax extraction, the workload is document intelligence. A searchable archive may use language skills, but the end-to-end workload is knowledge mining.

Computer vision

Computer vision extracts information from images and video. It can classify an image, detect objects, read printed or handwritten text, analyze faces, or describe what appears in a picture.

Business example: a manufacturer uses Azure AI Vision to detect whether a product label is missing before the item leaves the line.

Natural language processing

Natural language processing, or NLP, works with human language in text. It can identify sentiment, key phrases, entities, language, personally identifiable information, or user intent.

Business example: a support team uses Azure AI Language to classify customer comments as complaints, compliments, or refund requests.

Document processing

Document processing extracts structured fields from forms, receipts, invoices, IDs, contracts, and other semi-structured documents. The exam may call this document intelligence.

Business example: an accounts payable team uses Azure AI Document Intelligence to extract vendor, invoice number, due date, and total from PDF invoices.

Generative AI

Generative AI creates new text, images, code, summaries, or answers from a prompt. It is associated with large language models and foundation models.

Business example: an internal knowledge assistant uses Azure OpenAI Service or Azure AI Foundry to summarize a policy and draft a response for an employee.

Anomaly detection

Anomaly detection finds unusual patterns that do not match expected behavior. It is common in monitoring, fraud, operations, and equipment telemetry.

Business example: a bank flags a card transaction because the amount, location, and time are unusual for that account.

Knowledge mining

Knowledge mining extracts facts, entities, relationships, and searchable structure from large stores of unstructured content. It often combines search with enrichment skills.

Business example: a legal department uses Azure AI Search to index contracts, extract organization names, and let staff search by clause type.

Conversational AI

Conversational AI lets people interact with software through natural-language dialog. It includes chatbots, virtual agents, intent recognition, and responses grounded in business data.

Business example: a benefits bot answers employee questions, asks follow-up questions, and routes complex cases to HR.

Exam shortcut

If the question asks what type of workload is being used, answer with the workload. If it asks which Azure service is appropriate, answer with the service. For example, “extract totals from invoices” is document processing; the Azure service is Azure AI Document Intelligence.

The workload lookup table

Use this table as a translation layer between question wording and Azure vocabulary. AI-900 often gives you a scenario, not the service name.

WorkloadWhat it doesGiveaway words in the questionTypical Azure service
Computer visionAnalyzes images or video.Image, object, scene, OCR, visual, face, tagAzure AI Vision, Azure AI Face, Azure AI Custom Vision
Natural language processingAnalyzes or classifies text.Sentiment, key phrases, entities, intent, language, PIIAzure AI Language
Document processingExtracts fields from forms and documents.Invoice, receipt, form, contract, fields, layoutAzure AI Document Intelligence
Generative AICreates text, code, images, answers, and summaries.Generate, draft, summarize, prompt, LLM, chatbot answerAzure OpenAI Service, Azure AI Foundry
Anomaly detectionFinds unusual records or behavior.Outlier, unusual, abnormal, spike, fraud, deviationAzure Machine Learning, anomaly detection models
Knowledge miningMakes unstructured content searchable and enriched.Index documents, enrich, extract entities, search across filesAzure AI Search
Conversational AISupports natural-language dialog with users.Bot, virtual assistant, dialog, intent, conversationAzure AI Foundry, Azure OpenAI Service, Azure AI Language
SpeechConverts speech to text, text to speech, or analyzes speech.Transcribe, synthesize, spoken audio, voice, captionAzure AI Speech
TranslationConverts text or speech from one language to another.Translate, multilingual, target language, source languageAzure AI Translator, Azure AI Speech
ForecastingPredicts future numeric values over time.Future sales, demand, next month, time seriesAzure Machine Learning automated ML
RecommendationSuggests items based on users, items, or behavior.Recommend, next best product, similar users, personalizeAzure Machine Learning
Content moderationDetects harmful, unsafe, or policy-violating content.Hate, sexual, violence, self-harm, unsafe prompt, filterAzure AI Content Safety

The six responsible AI principles

Responsible AI questions usually describe a risk, not a feature. Your job is to identify which principle the risk maps to. The principles are not slogans; each points to a different design obligation.

Fairness

Definition: AI systems should treat people and groups equitably and avoid unjustified differences in outcomes.

Exam scenario: a loan approval model rejects qualified applicants from one demographic group more often than others.

Giveaway: bias, demographic disparity, protected group, unequal outcome.

Tooling: Fairlearn and the responsible AI dashboard help compare model behavior across cohorts and investigate fairness issues.

Reliability and safety

Definition: AI systems should work consistently under expected conditions and fail safely when conditions change.

Exam scenario: an autonomous quality-inspection system must continue to perform correctly when lighting changes or the camera angle shifts.

Giveaway: safe operation, robustness, failover, unexpected input, dependable behavior.

Tooling: testing, monitoring, model evaluation, and operational controls support safe deployment.

Privacy and security

Definition: AI systems should protect data, identities, models, and access to outputs.

Exam scenario: a hospital trains a model without exposing patient records beyond the approved team.

Giveaway: personal data, confidential, encryption, access control, anonymize, data handling.

Tooling: differential privacy, secure storage, access controls, and careful data handling reduce exposure of sensitive data.

Inclusiveness

Definition: AI systems should empower everyone and account for different abilities, languages, contexts, and ways of interacting.

Exam scenario: a government service adds speech output, captions, keyboard access, and plain-language prompts so more residents can use it.

Giveaway: accessible, disabilities, language needs, broad participation, usable by everyone.

Tooling: inclusive design practices, accessibility testing, speech, translation, and multimodal interfaces support this principle.

Transparency

Definition: people should understand that they are interacting with AI and have meaningful information about how it works.

Exam scenario: a hiring tool provides explanations for the factors that influenced a recommendation.

Giveaway: explain, interpret, disclose, understand model behavior, why did it decide.

Tooling: model interpretability, explanations, documentation, and responsible AI dashboard insights support transparency.

Accountability

Definition: people and organizations remain responsible for AI systems and must have governance, review, and oversight.

Exam scenario: a company assigns an approval board and human reviewers before a high-impact model goes into production.

Giveaway: responsible owner, governance, audit, human review, oversight, compliance process.

Tooling: human governance, audit trails, review processes, and documented ownership support accountability.

PrincipleThe question sounds likeGiveaway word
FairnessThe model treats one group worse than another.Bias
Reliability and safetyThe system must keep working safely and consistently.Robust
Privacy and securitySensitive data must be protected from exposure.Confidential
InclusivenessThe system must work for people with different abilities or contexts.Accessible
TransparencyUsers need to understand AI use or model behavior.Explain
AccountabilityA human or organization must own decisions and governance.Oversight
Two pairs people confuse

Transparency is about disclosure and explainability; accountability is about ownership, governance, and human responsibility. Inclusiveness is about making the system usable by more people; fairness is about avoiding biased outcomes across groups.

Where people lose points here

Choosing a service instead of a workload

If the question asks for the workload, answer “computer vision,” not “Azure AI Vision.” Match the level of abstraction in the question.

Calling every chatbot generative AI

A bot that routes intents and returns scripted answers is conversational AI. A bot that creates new answers from prompts and grounding data is generative AI.

Mixing OCR and document intelligence

Reading text from an image is OCR in a vision workload. Extracting invoice fields, tables, and key-value pairs is document processing.

Missing knowledge mining clues

When the scenario says to search thousands of documents and enrich them with extracted entities, think Azure AI Search, not only NLP.

Confusing translation with language detection

Detecting that text is Spanish is NLP. Converting Spanish text into English is translation.

Treating responsible AI as optional

The exam expects responsible AI to be part of design, deployment, and monitoring, not a final checklist after the model is built.

The night-before cheat sheet

Seven core workloads

  • Computer vision: analyze images and video.
  • NLP: analyze text for meaning, sentiment, entities, or intent.
  • Document intelligence: extract structured fields from forms and documents.
  • Generative AI: create text, images, code, summaries, or answers.
  • Anomaly detection: detect unusual values or behavior.
  • Knowledge mining: enrich and search large content collections.
  • Conversational AI: interact through dialog.

Six principles

  • Fairness: avoid unjust biased outcomes.
  • Reliability and safety: operate dependably and safely.
  • Privacy and security: protect data, systems, and access.
  • Inclusiveness: design for people with different needs.
  • Transparency: disclose and explain AI behavior.
  • Accountability: assign human ownership and governance.

Giveaway verbs

  • Extract: document intelligence when fields come from forms; NLP when entities come from plain text.
  • Classify: NLP for text, vision for images, machine learning for general categories.
  • Detect: vision for objects, anomaly detection for outliers, content safety for harmful content.
  • Transcribe: speech to text with Azure AI Speech.
  • Translate: Azure AI Translator or speech translation.
  • Generate or summarize: generative AI with Azure OpenAI Service or Azure AI Foundry.