Microsoft Azure AI Fundamentals Practice Test (AI-900)
Use the form below to configure your Microsoft Azure AI Fundamentals Practice Test (AI-900). The practice test can be configured to only include certain exam objectives and domains. You can choose between 5-100 questions and set a time limit.

Microsoft Azure AI Fundamentals AI-900 Information
The Microsoft Certified: Azure AI Fundamentals (AI-900) exam is an entry-level certification designed for individuals seeking foundational knowledge of artificial intelligence (AI) and machine learning (ML) concepts and their applications within the Microsoft Azure platform. The AI-900 exam covers essential AI workloads such as anomaly detection, computer vision, and natural language processing, and it emphasizes responsible AI principles, including fairness, transparency, and accountability. While no deep technical background is required, a basic familiarity with technology and Azure’s services can be helpful, making this certification accessible to a wide audience, from business decision-makers to early-career technologists.
The exam covers several major domains, starting with AI workloads and considerations, which introduces candidates to various types of AI solutions and ethical principles. Next, it delves into machine learning fundamentals, explaining core concepts like data features, model training, and types of machine learning such as classification and clustering. The exam also emphasizes specific Azure tools for implementing AI solutions, such as Azure Machine Learning Studio for visual model-building, the Computer Vision service for image analysis, and Azure Bot Service for conversational AI. Additionally, candidates learn how natural language processing (NLP) tasks, including sentiment analysis, translation, and speech recognition, are managed within Azure’s language and speech services.
Achieving the AI-900 certification demonstrates a solid understanding of AI and ML basics and prepares candidates for more advanced Azure certifications in data science or AI engineering. It’s an excellent credential for those exploring how AI solutions can be effectively used within the Azure ecosystem, whether to aid business decision-making or to set a foundation for future roles in AI and data analytics.
Scroll down to see your responses and detailed results
Free Microsoft Azure AI Fundamentals AI-900 Practice Test
Press start when you are ready, or press Change to modify any settings for the practice test.
- Questions: 15
- Time: Unlimited
- Included Topics:Describe Artificial Intelligence Workloads and ConsiderationsDescribe Fundamental Principles of Machine Learning on AzureDescribe Features of Computer Vision Workloads on AzureDescribe Features of Natural Language Processing (NLP) Workloads on AzureDescribe features of generative AI workloads on Azure
Which of the following scenarios involves a machine learning task that predicts discrete class labels based on input features?
Predicting the future price of a stock based on historical data
Predicting whether an email is spam or not spam based on its content
Estimating the total sales revenue for the next quarter
Identifying customer clusters based on purchasing behavior
Answer Description
Predicting whether an email is spam or not spam based on its content - This is the correct answer. This is a classification task, where the goal is to predict discrete class labels (spam or not spam) based on input features (the content of the email).
Predicting the future price of a stock based on historical data - This is a regression task, as predicting stock prices involves predicting a continuous numerical value rather than discrete class labels.
Identifying customer clusters based on purchasing behavior - This is a clustering task, which is an unsupervised learning technique that groups customers based on similarities in their purchasing behavior, without predefined class labels.
Estimating the total sales revenue for the next quarter - This is another regression task, as it involves predicting a continuous value (sales revenue) based on input data.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is classification in machine learning?
What is the difference between classification and regression?
What are input features in machine learning?
An AI system that processes images to recognize and categorize objects is an example of which type of AI workload?
Computer Vision
Natural Language Processing (NLP)
Knowledge Mining
Answer Description
Computer Vision - This is the correct answer. An AI system that processes images to recognize and categorize objects is an example of computer vision. This type of workload focuses on enabling machines to interpret and understand visual information, such as identifying objects within images.
Natural Language Processing (NLP) is focused on understanding and generating human language, such as text or speech. It is not used for processing images.
Knowledge Mining involves extracting insights and patterns from unstructured data, such as documents and media, but it is not specifically focused on recognizing or categorizing objects within images. It may include visual data analysis but is broader in scope.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are some common applications of Computer Vision?
How does Computer Vision differ from Natural Language Processing?
What technologies are commonly used in Computer Vision?
A company needs a service that can analyze images to identify different items present, as well as extract any textual content from the images.
Which Azure service should they choose?
Azure AI Vision service
Azure AI Face Detection service
Azure Speech to Text service
Azure Form Recognizer
Answer Description
The Azure AI Vision service provides extensive image analysis capabilities, including identifying objects within images and extracting text through optical character recognition (OCR).
Azure AI Face Detection service is specialized for detecting and analyzing human faces, but doesn't support general object identification or text extraction.
Azure Form Recognizer is designed to extract structured data from forms and documents but is less suitable for general image analysis tasks.
Azure Speech to Text service is used for converting spoken language into text and does not process images.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What specific features does the Azure AI Vision service offer for image analysis?
How does the optical character recognition (OCR) feature work in Azure AI Vision?
What are some use cases for the Azure AI Vision service in business environments?
What is the purpose of facial detection solutions in Azure AI services?
Detecting and classifying objects within images.
Locating human faces within digital images or videos.
Recognizing and verifying the identities of individuals.
Translating written text from images into usable formats.
Answer Description
Facial detection solutions are used to locate human faces within digital images or videos, enabling systems to process and analyze facial data. While facial recognition involves identifying and verifying individual identities, facial detection simply identifies the presence and position of faces.
Options related to recognizing identities, translating text, or detecting general objects pertain to other computer vision tasks and not specifically to facial detection.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are the key differences between facial detection and facial recognition?
Can you explain how Azure AI services implement facial detection?
What other services does Azure AI provide related to image analysis?
A company wants to use Azure OpenAI Service to assist their developers in writing programming code by providing code completions and suggestions.
Which model available in Azure OpenAI Service should they choose?
GPT-3.5 Turbo
Codex code-davinci-002
GPT-3 text-davinci-003
DALL·E 2 image generation model
Answer Description
The Codex code-davinci-002 model in Azure OpenAI Service is specifically designed for code generation tasks. It can understand and generate programming code, providing developers with code completions, suggestions, and even translating natural language descriptions into code.
While GPT-3 models like text-davinci-003 and GPT-3.5 Turbo are powerful for natural language generation, they are not optimized for code generation.
DALL·E 2 is an image generation model and does not assist with code.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Codex code-davinci-002 and how does it work?
How does Codex compare to GPT-3 models for programming tasks?
What types of tasks can Codex assist developers with beyond code completion?
An AI-based recruitment system is consistently selecting candidates from a single demographic group, leading to a lack of diversity in the workplace.
Which principle of responsible AI should the development team focus on to address this issue?
Accountability
Transparency
Inclusiveness
Fairness
Answer Description
Fairness - This is the correct answer. To address the issue of the recruitment system consistently selecting candidates from a single demographic group, the development team should focus on fairness. Fairness ensures that the AI system treats all candidates equitably, regardless of their demographic group, and reduces bias in decision-making.
Inclusiveness is about ensuring that diverse perspectives are considered during the development process and that AI systems are accessible to all groups. While important, it is a broader concept and does not directly address the specific issue of bias in selection leading to a lack of diversity.
Transparency refers to making the AI model’s decision-making process understandable and visible to stakeholders. While transparency is important, fairness is the key principle for addressing the lack of diversity in candidate selection.
Accountability involves ensuring that there is oversight and responsibility for the outcomes of AI systems. While important, accountability alone does not directly address the bias in selection processes; fairness is the principle most relevant to correcting this issue.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are some ways to ensure fairness in AI systems?
What role does inclusiveness play in AI development?
How can accountability be established in AI systems?
An organization wants to enhance the searchability of its document repository by automatically identifying significant terms and concepts within their text documents.
Which Azure AI capability should they use to achieve this?
Sentiment Analysis
Speech Recognition
Entity Recognition
Key Phrase Extraction
Answer Description
Key Phrase Extraction is the appropriate Azure AI capability for this scenario. It analyzes text to identify the most relevant phrases that represent the main topics or concepts within a document. These key phrases can be used as metadata tags to improve searchability and organization.
Sentiment Analysis determines the emotional tone of the text, which is not useful for identifying key concepts.
Entity Recognition identifies and categorizes specific entities like names of people, organizations, or locations but may not capture all significant terms.
Speech Recognition converts spoken language into text and is not applicable to text documents.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Key Phrase Extraction and how does it work?
How can extracted key phrases improve document searchability?
What are the differences between Key Phrase Extraction and Entity Recognition?
A developer is building an application that requires detecting human faces in images and analyzing facial attributes such as age, emotion, and gender.
Which Azure service is the most appropriate for this task?
Azure AI Speech service
Azure AI Face Detection service
Azure AI Vision service
Azure AI Form Recognizer
Answer Description
The Azure AI Face Detection service is designed specifically for detecting human faces and analyzing facial features like age, emotion and gender. It provides advanced facial recognition capabilities tailored for these tasks.
The Azure AI Vision service offers general image analysis, it does not specialize in detailed facial attribute analysis.
Azure AI Form Recognizer is used for extracting text from forms and documents.
Azure AI Speech service processes and recognizes spoken language, neither of which address facial detection or analysis.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What specific features does the Azure AI Face Detection service provide?
How does the Azure AI Vision service differ from the Face Detection service?
What are some practical applications of the Azure AI Face Detection service?
Which of the following is a primary function of content moderation workloads in AI?
Analyzing user behavior to recommend products
Translating text from one language to another
Automatically detecting and filtering inappropriate or harmful content
Generating summaries of long documents
Answer Description
Content moderation workloads in AI are designed to automatically detect and filter inappropriate or harmful content, such as offensive language, violent images, or spam. This helps maintain a safe and welcoming environment for users.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What types of inappropriate or harmful content can AI content moderation detect?
How does AI automatically filter out inappropriate content?
What are the benefits of using AI in content moderation?
Which of the following is a characteristic of solutions that enable the extraction of textual content from images?
Ability to recognize and extract printed and handwritten text from images.
Ability to segment and identify individual objects within an image.
Ability to detect faces and analyze facial features.
Ability to classify images into predefined categories.
Answer Description
The ability to recognize and extract printed and handwritten text from images is a key feature of optical character recognition (OCR) solutions. OCR allows for the conversion of text within images into editable and searchable data formats.
The other options describe features of different computer vision solutions, classifying images into categories is related to image classification, detecting faces and analyzing features pertains to facial detection and analysis, and segmenting and identifying objects within images is a feature of object detection solutions.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Optical Character Recognition (OCR)?
How does OCR differ from image classification?
What are some applications of OCR technology?
Which capability is associated with generative AI models?
Producing new data similar to the training data
Compressing data into lower-dimensional representations
Detecting anomalies in data patterns
Classifying data into predefined categories
Answer Description
Producing new data similar to the training data - This is the correct answer. Generative AI models are designed to generate new data that is similar to the training data, such as creating new images, text, or music. They learn patterns from the input data and use this knowledge to produce new, original content.
Classifying data into predefined categories - This is a characteristic of classification models, not generative AI. Classification models categorize data into specific labels or classes, but they do not generate new data.
Detecting anomalies in data patterns - Anomaly detection is typically done by models designed for identifying outliers or unusual patterns in data, not generative AI models.
**Compressing data into lower-dimensional representations **- This is the purpose of dimensionality reduction techniques (e.g., PCA), which aim to reduce the number of features in data while preserving important information. It is not related to generative AI.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are generative AI models?
What are some popular applications of generative AI?
How do generative AI models learn from training data?
A company wants to analyze their collection of product images to automatically generate descriptive captions and tags to enhance their online catalog.
Which Azure service should they use to accomplish this task?
Azure Vision service
Azure Face service
Azure Form Recognizer
Azure Cognitive Search
Answer Description
Azure Vision service provides image analysis features that can generate descriptive captions and extract tags from images. This capability enables the company to automatically process their product images and improve the searchability and organization of their online catalog.
Azure Face service focuses on detecting and analyzing human faces, which is not applicable for general product image analysis.
Azure Cognitive Search is a search solution but does not offer image analysis to generate captions and tags.
Azure Form Recognizer is used to extract text and data from forms and documents, not to analyze and caption images.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What capabilities does the Azure Vision service provide for image analysis?
How does Azure Face service differ from Azure Vision service?
What other Azure services can be used for improving AI capabilities in applications?
An environmental research team wants to use AI to automatically identify and track different species of animals in recorded data collected from field sensors.
Which AI workload would be most suitable for this task?
Natural Language Processing (NLP)
Document Intelligence
Computer Vision
Knowledge Mining
Answer Description
Computer Vision is the appropriate AI workload for analyzing visual data to identify and track objects or patterns within images or video. In this scenario, the team needs to process visual data to recognize different animal species, which is a typical application of Computer Vision.
Natural Language Processing (NLP) deals with understanding and generating human language, which is not relevant here.
Knowledge Mining involves extracting information from large datasets but doesn't specifically handle visual recognition tasks.
Document Intelligence focuses on extracting information from documents, which does not apply to analyzing images or videos.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Computer Vision and how does it work?
What are some common applications of Computer Vision?
What kind of technologies or tools are used in Computer Vision?
You need to analyze customer reviews to determine the overall sentiment, extract important topics, and identify entities such as product names and locations.
Which Azure service should you use?
Azure AI Language service
Azure AI Speech service
Azure Bot Service
Azure Cognitive Search
Answer Description
Azure AI Language service provides capabilities for natural language processing tasks such as sentiment analysis, key phrase extraction, and named entity recognition. This makes it the appropriate choice for analyzing text data to gain insights from customer reviews.
Azure AI Speech service is designed for speech recognition and synthesis, which are not applicable to analyzing written text.
Azure Cognitive Search is used for indexing and searching over structured and unstructured data but does not perform text analytics tasks like sentiment analysis.
Azure Bot Service helps create conversational experiences and does not offer text analysis features.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is sentiment analysis and how does it work?
What is named entity recognition (NER) and why is it important?
How can Azure Cognitive Search complement the Azure AI Language service?
An AI developer is building a solution to categorize images into predefined classes using Azure services.
Which feature is most associated with image classification solutions?
Assigning a label to an image based on its content.
Identifying individual faces within a group photo.
Recognizing and extracting text from images.
Detecting and localizing multiple objects within an image.
Answer Description
Image classification involves assigning a label to an entire image based on its content. It analyzes the visual features of an image to determine which class it belongs to among a set of predefined categories.
The other options describe features of object detection (detecting and localizing multiple objects within an image), optical character recognition (OCR) and facial recognition (identifying individual faces within a group photo), which are different from image classification.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is image classification in more detail?
What are some common applications of image classification?
What is the difference between image classification and object detection?
Woo!
Looks like that's it! You can go back and review your answers or click the button below to grade your test.