πŸ”’ Guided

Pre-launch preview. Authorised access only.

Incorrect code

Guided by A Guide to Cloud
Explore AB-900 AI-901
Guided AI-901 Domain 1
Domain 1 β€” Module 6 of 11 55%
6 of 26 overall

AI-901 Study Guide

Domain 1: AI Concepts and Capabilities

  • What is AI? Your First 10 Minutes Free
  • Responsible AI: The Six Principles Free
  • How Generative AI Actually Works Free
  • Choosing the Right AI Model Free
  • Deploying AI Models: Options & Settings
  • AI Workloads at a Glance
  • Text Analysis: Keywords, Entities & Sentiment
  • Speech: Recognition & Synthesis
  • Computer Vision: Seeing the World
  • Image Generation: Creating with AI
  • Information Extraction: From Chaos to Structure

Domain 2: Implement AI Solutions Using Foundry

  • Prompting Fundamentals: System & User Prompts
  • Microsoft Foundry: Your AI Command Center Free
  • Building a Chat App with the Foundry SDK
  • Agents in Foundry: Create & Test
  • Building an Agent Client App
  • Building a Text Analysis App
  • Multimodal: Responding to Speech
  • Azure Speech in Foundry Tools
  • Visual Prompts: Images as Input
  • Generating Images with AI
  • Building a Vision App
  • Content Understanding: Documents & Forms
  • Multimodal Extraction: Images, Audio & Video
  • Building an Extraction App
  • Exam Prep: Putting It All Together

AI-901 Study Guide

Domain 1: AI Concepts and Capabilities

  • What is AI? Your First 10 Minutes Free
  • Responsible AI: The Six Principles Free
  • How Generative AI Actually Works Free
  • Choosing the Right AI Model Free
  • Deploying AI Models: Options & Settings
  • AI Workloads at a Glance
  • Text Analysis: Keywords, Entities & Sentiment
  • Speech: Recognition & Synthesis
  • Computer Vision: Seeing the World
  • Image Generation: Creating with AI
  • Information Extraction: From Chaos to Structure

Domain 2: Implement AI Solutions Using Foundry

  • Prompting Fundamentals: System & User Prompts
  • Microsoft Foundry: Your AI Command Center Free
  • Building a Chat App with the Foundry SDK
  • Agents in Foundry: Create & Test
  • Building an Agent Client App
  • Building a Text Analysis App
  • Multimodal: Responding to Speech
  • Azure Speech in Foundry Tools
  • Visual Prompts: Images as Input
  • Generating Images with AI
  • Building a Vision App
  • Content Understanding: Documents & Forms
  • Multimodal Extraction: Images, Audio & Video
  • Building an Extraction App
  • Exam Prep: Putting It All Together
Domain 1: AI Concepts and Capabilities Premium ⏱ ~12 min read

AI Workloads at a Glance

From chatbots to crop analysis β€” AI workloads come in many flavours. This module maps out every type the exam tests, including the newest: agentic AI.

What are AI workloads?

β˜• Simple explanation

An AI workload is a specific type of job AI can do.

Just like people have different skills β€” cooking, driving, painting β€” AI has different workloads. A text analysis workload reads and understands documents. A vision workload analyses images. A generative workload creates new content. Each workload uses different models and techniques.

The exam will give you a scenario and ask: β€œWhich AI workload is this?” This module teaches you to identify all six types instantly.

An AI workload refers to a category of tasks that AI systems can perform. Each workload type has distinct characteristics, requires specific model types, and applies to different business scenarios. The AI-901 exam tests your ability to identify the correct workload for a given scenario.

The six AI workload types

The six AI workload types tested in AI-901
FeatureWhat It DoesExample Scenario
πŸ€– Generative AICreates new content β€” text, images, code, audioDrafting email responses, generating marketing images, writing code
🎯 Agentic AIMakes decisions and takes actions autonomouslyAn AI agent that books meetings, files expense reports, or triages support tickets
πŸ“ Text AnalysisExtracts meaning from text β€” sentiment, entities, keywordsDetecting negative reviews, extracting names from contracts, summarising articles
πŸŽ™οΈ SpeechConverts between spoken language and textMeeting transcription, voice assistants, real-time translation
πŸ‘οΈ Computer VisionAnalyses and understands images and videoQuality inspection on a factory line, facial recognition, reading street signs
πŸ“„ Information ExtractionPulls structured data from unstructured sourcesReading invoice numbers from PDFs, extracting patient info from forms

Generative AI workloads

Creates new content that didn’t exist before.

InputOutputUse Case
Text promptNew textEmail drafts, summaries, translations
Text descriptionNew imageProduct mockups, marketing visuals
Text promptCodeGitHub Copilot writing functions
Text + dataReportsAutomated financial summaries

Priya scenario: Priya uses a generative AI model to turn her lecture notes into study flashcards. She pastes her notes, and the model generates Q&A pairs.

Agentic AI workloads

Takes actions autonomously β€” not just generating content, but actually doing things.

What Makes It β€œAgentic”Example
Plans multi-step tasks”Book a meeting with everyone on the project team next week”
Uses tools to accomplish goalsSearches calendars, sends emails, creates documents
Makes decisions based on contextChooses the best meeting time based on availability
Iterates when the first attempt failsIf a slot is declined, it suggests alternatives

DataFlow Corp scenario: DataFlow deploys an agent that monitors their ticketing system. When a high-priority ticket arrives, the agent:

  1. Analyses the issue description
  2. Searches the knowledge base for solutions
  3. Drafts a response
  4. Escalates to a human if confidence is below a threshold
πŸ’‘ Generative AI vs Agentic AI β€” what's the difference?

This is an exam favourite:

Generative AIAgentic AI
Creates content when askedTakes actions autonomously
Responds to a single promptPlans and executes multi-step workflows
Doesn’t use external toolsUses tools (APIs, databases, calendars)
Output is content (text, image)Output is actions (bookings, emails, updates)

Key: If the AI is doing something (not just creating something), it’s agentic.

Text analysis workloads

Understands and extracts meaning from text β€” without creating new content.

Covered in detail in the next module. Key techniques:

  • Keyword extraction β€” identifying important terms
  • Entity detection β€” finding names, dates, locations, organisations
  • Sentiment analysis β€” determining positive/negative/neutral tone
  • Summarisation β€” condensing long text into key points

Speech workloads

Converts between spoken and written language.

Two directions:

  • Speech-to-text (STT) β€” also called speech recognition
  • Text-to-speech (TTS) β€” also called speech synthesis

Covered in detail in Module 8.

Computer vision workloads

Analyses and understands visual content β€” images and video.

Key capabilities:

  • Image classification, object detection, OCR
  • Face detection, image description generation

Covered in detail in Module 9.

Information extraction workloads

Pulls structured data from unstructured documents, images, audio, and video.

This is different from text analysis β€” extraction focuses on specific fields and structured output, not understanding meaning.

Covered in detail in Module 11.

🎬 Video walkthrough

🎬 Video coming soon

AI Workloads at a Glance β€” AI-901 Module 6

AI Workloads at a Glance β€” AI-901 Module 6

~12 min

Flashcards

Question

What is the key difference between generative AI and agentic AI?

Click or press Enter to reveal answer

Answer

Generative AI creates content (text, images) in response to prompts. Agentic AI takes autonomous actions β€” planning multi-step tasks, using tools, making decisions, and executing workflows.

Click to flip back

Question

Name the six AI workload types in AI-901.

Click or press Enter to reveal answer

Answer

Generative AI, Agentic AI, Text Analysis, Speech, Computer Vision, and Information Extraction.

Click to flip back

Question

What makes an AI workload 'agentic'?

Click or press Enter to reveal answer

Answer

It plans multi-step tasks, uses external tools (APIs, databases), makes decisions based on context, and iterates when initial attempts fail. The output is actions, not just content.

Click to flip back

Knowledge Check

Knowledge Check

MediSpark wants an AI system that monitors incoming patient messages, identifies urgent cases, searches the medical database for relevant protocols, and automatically schedules priority appointments. Which workload type best describes this?

Knowledge Check

GreenLeaf uses AI to scan photos of crops and identify which plants have disease symptoms. Which AI workload type is this?


Next up: Text Analysis β€” keywords, entities, sentiment, and summarisation techniques.

← Previous

Deploying AI Models: Options & Settings

Next β†’

Text Analysis: Keywords, Entities & Sentiment

Guided

I learn, I simplify, I share.

A Guide to Cloud YouTube Feedback

© 2026 Sutheesh. All rights reserved.

Guided is an independent study resource and is not affiliated with, endorsed by, or officially connected to Microsoft. Microsoft, Azure, and related trademarks are property of Microsoft Corporation. Always verify information against Microsoft Learn.