AzureAI-900

AI-900 Azure AI Fundamentals: Machine Learning, Cognitive Services, and Responsible AI

AI-900 is Microsoft's foundational AI certification — the entry point for anyone who wants to understand what artificial intelligence and machine learning are, how they work conceptually, and what Azure AI services are available. It does not require you to write code or build models. Instead, it tests whether you can have an informed conversation about AI, identify appropriate use cases for Azure AI services, and understand Microsoft's responsible AI principles. It is the AI equivalent of AZ-900.

10 min
3 sections · 10 exam key points

Fundamental AI and Machine Learning Concepts

AI-900 starts with the building blocks. Artificial intelligence: systems that perform tasks that normally require human intelligence — perception (recognising images, understanding speech), reasoning (making decisions), learning (improving from data). Machine learning: instead of programming rules explicitly, you train models on data and the algorithm discovers patterns. Types of ML: supervised learning (labelled training data — regression for continuous output, classification for categorical output), unsupervised learning (unlabelled data — clustering groups similar items, anomaly detection finds outliers), reinforcement learning (agent learns through rewards and penalties — used for game-playing AI, robotics). Deep learning: neural networks with many layers — powerful for image recognition, natural language processing, and speech synthesis, but requires large datasets and significant compute. Azure Machine Learning is the platform for building, training, and deploying custom ML models at any scale.

Azure AI Services

Azure AI Services (formerly Cognitive Services) are pre-built AI capabilities accessible via REST API. Vision: Azure AI Vision (image analysis, object detection, OCR — extract text from images and documents), Face API (face detection and verification), Video Indexer (extract insights from video — transcription, speakers, scenes). Language: Azure AI Language (sentiment analysis, key phrase extraction, named entity recognition, language detection, question answering, conversational language understanding), Azure AI Translator (real-time multi-language translation), Azure AI Speech (speech-to-text, text-to-speech, speech translation). Azure OpenAI Service: access to GPT-4, DALL-E, Whisper, and embedding models within Azure's security and compliance boundary — enterprise-grade with private endpoints, Entra ID auth, and content filtering. Document Intelligence: extract structured data from forms, invoices, receipts, and ID documents — pre-built models for common document types or custom models trained on your documents.

Responsible AI Principles

Microsoft's responsible AI framework has six principles, and AI-900 tests all of them. Fairness: AI systems should treat all people fairly — bias in training data leads to biased outcomes (e.g., facial recognition accuracy varying by demographic). Reliability and Safety: AI must perform reliably and safely — unexpected failures in autonomous vehicles or medical diagnosis can be life-threatening. Privacy and Security: AI systems process sensitive data — must protect personal information, comply with regulations, allow consent and opt-out. Inclusiveness: AI should benefit all people — accessibility features (captioning, screen readers powered by AI). Transparency: people should understand how AI makes decisions — explainable AI (XAI) techniques reveal feature importance, confidence scores, and model behaviour. Accountability: humans must be accountable for AI systems — governance processes, oversight boards, human review for high-stakes decisions. AI-900 expects you to identify which principle applies to a given scenario — know all six and their practical implications.

Key exam facts — AI-900

  • Supervised learning = labelled data; unsupervised learning = unlabelled data; reinforcement learning = reward-based
  • Classification predicts categories; regression predicts continuous values
  • Azure AI Vision, Language, and Speech are pre-built APIs — no model training required
  • Azure OpenAI Service provides GPT-4 and DALL-E within Azure's security boundary
  • Six responsible AI principles: Fairness, Reliability/Safety, Privacy/Security, Inclusiveness, Transparency, Accountability
  • Document Intelligence extracts structured data from forms, invoices, and IDs
  • Deep learning uses multi-layer neural networks — powerful but requires large datasets
  • Anomaly detection finds outliers in data without labelled examples (unsupervised)
  • AI-900 is conceptual — no coding or hands-on configuration required
  • Conversational Language Understanding (CLU) builds intent recognition for chatbots

Common exam traps

AI-900 is only for technical candidates

AI-900 is designed for a broad audience — business analysts, project managers, executives, and developers. It focuses on conceptual understanding and Azure AI service awareness, not implementation.

Machine learning and AI are the same thing

AI is the broad concept of machines performing intelligent tasks. Machine learning is one technique for achieving AI — training models from data rather than explicit programming. Deep learning is a subset of ML using neural networks.

Practice this topic

Test yourself on AI-900 AI Fundamentals

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics