Duration: 20 min check-in + 45 min test | ~45-50 questions
| Domain | Weight |
|---|---|
| AI Workloads & Responsible AI | 15-20% |
| Machine Learning Principles | 15-20% |
| Computer Vision | 15-20% |
| Natural Language Processing | 15-20% |
| Generative AI Workloads | 20-25% |
Generative AI is the largest section - prioritize studying Azure AI Foundry and Azure OpenAI Service!
AI systems should treat all people fairly without bias based on gender, race, religion, or other factors.
Example: A loan approval AI should not discriminate based on gender or race.
AI should perform consistently and safely, handling unexpected situations and resisting manipulation.
Example: An autonomous vehicle must respond safely to unexpected road conditions.
Protect personal data, comply with regulations, and secure data storage and transmission.
Example: A health AI must protect patient medical records.
AI should empower everyone, including people with disabilities, considering diverse human experiences.
Example: Voice recognition should work for people with different accents.
AI decisions should be understandable and explainable. Document algorithms and enable interpretability.
Example: A credit scoring AI should explain why an application was denied.
People must be accountable for AI systems with clear governance, roles, and audit trails.
Example: Organizations must have processes to address AI system failures.
Predicts continuous numeric values
House prices, temperature, sales
Predicts categorical labels
Spam detection, disease diagnosis
Groups similar data (unsupervised)
Customer segmentation
Data should be split into ROWS (samples), NOT columns! AutoML's "Explain best model" = Transparency principle.
Assigns ONE label to entire image
Locates multiple objects with bounding boxes
Extracts text from images
Detects faces and analyzes attributes
Use Face DETECT to check for attributes like sunglasses. Face VERIFY for identity confirmation.
Positive/Negative/Neutral tone
Main concepts from text
People, places, organizations
Identify text language
Speech Recognition = Speech-to-Text. Speech Synthesis = Text-to-Speech.
Unified platform for AI development
Access to GPT-4, DALL-E, Whisper
Browse and deploy AI models
Know Azure AI Foundry and Azure OpenAI Service well. Understand RAG for grounding and reducing hallucinations.