00:20:00

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.

Logo for Microsoft Azure AI Fundamentals AI-900
Questions
Number of questions in the practice test
Free users are limited to 20 questions, upgrade to unlimited
Seconds Per Question
Determines how long you have to finish the practice test
Exam Objectives
Which exam objectives should be included in the practice test

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.

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: 20
  • Time: Unlimited
  • Included Topics:
    Describe Artificial Intelligence Workloads and Considerations
    Describe Fundamental Principles of Machine Learning on Azure
    Describe Features of Computer Vision Workloads on Azure
    Describe Features of Natural Language Processing (NLP) Workloads on Azure
    Describe features of generative AI workloads on Azure
Question 1 of 20

A retail company wants to automatically identify and categorize products on store shelves using images from in-store cameras.

Which Azure workload should they use?

  • Natural Language Processing (NLP)

  • Knowledge Mining

  • Generative AI

  • Computer Vision

Question 2 of 20

Which of the following scenarios best exemplifies a document intelligence workload?

  • A service that extracts key information from invoices and receipts

  • An algorithm that identifies objects in images

  • An application that translates spoken language into text

  • A system that recommends products based on user preferences

Question 3 of 20

Why do machine learning practitioners divide a dataset into separate training and validation subsets when building a model?

  • To reduce the training time by using smaller datasets

  • To increase the total amount of data available for training

  • To evaluate the model's performance on unseen data, helping to prevent overfitting

  • To ensure the model memorizes the training data perfectly

Question 4 of 20

Which of the following is a primary function of content moderation workloads in AI?

  • Analyzing user behavior to recommend products

  • Generating summaries of long documents

  • Automatically detecting and filtering inappropriate or harmful content

  • Translating text from one language to another

Question 5 of 20

An email service provider wants to add a feature that suggests sentence completions to users as they compose emails, improving typing efficiency.

Which Azure AI capability should they utilize to implement this functionality?

  • Sentiment Analysis

  • Language Modeling

  • Entity Recognition

  • Key Phrase Extraction

Question 6 of 20

An organization needs to process a large collection of images and generate the approximate age of every person detected in each image.

Which Azure AI capability should they use?

  • Object Detection

  • Speech Recognition

  • Text Analytics

  • Facial Analysis

Question 7 of 20

Which statement best reflects responsible AI considerations for bias when using generative AI models in Azure OpenAI Service?

  • Generative AI models can inherit and amplify social biases present in their training data; developers should apply ongoing human-led monitoring, testing, and mitigation strategies.

  • Generative AI models are inherently unbiased because they rely solely on mathematical algorithms, so human oversight is unnecessary.

  • Bias is only a concern during the pre-training phase; once a model is fine-tuned it can be deployed safely without further monitoring.

  • Using Azure OpenAI content filters alone removes all bias from generated outputs, eliminating the need for additional red-team testing.

Question 8 of 20

A company wants to develop a model that can determine if a transaction is fraudulent or legitimate. What type of machine learning task is appropriate for this scenario?

  • Dimensionality Reduction

  • Clustering

  • Regression

  • Classification

Question 9 of 20

A marketing team wants to automatically generate creative slogans and taglines based on their company's products to enhance their advertising campaigns.

Which method would be most suitable for this task?

  • Using language generation models to produce creative content

  • Implementing product recommendation algorithms

  • Applying data analysis and visualization techniques

  • Utilizing sentiment analysis for text assessment

Question 10 of 20

Which type of machine learning workload involves synthesizing new content similar to examples it has been trained on?

  • Data Classification

  • Regression Analysis

  • Anomaly Detection

  • Content Synthesis tasks

Question 11 of 20

Which practice best ensures accountability in the development of an AI solution?

  • Allowing stakeholders to audit and review the system

  • Automating decision-making without human oversight

  • Prioritizing only performance metrics during development

  • Maintaining complete confidentiality of development processes

Question 12 of 20

A retail company wants to train a machine learning model to forecast future sales using historical data. Their dataset contains the following columns: date, store location, number of customers, total sales, and promotional events.

Which column in the dataset represents the label?

  • Total sales

  • Number of customers

  • Store location

  • Date

Question 13 of 20

A data scientist is tasked with developing a model to recognize and classify images of handwritten letters from thousands of samples with varying handwriting styles.

Which feature of deep learning techniques makes them particularly suitable for this task?

  • Their dependence on manual feature extraction methods

  • Their minimal computational resource requirements during training

  • Their effectiveness when working with small datasets

  • Their ability to automatically learn complex patterns and features from raw data like images

Question 14 of 20

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?

  • Knowledge Mining

  • Document Intelligence

  • Computer Vision

  • Natural Language Processing (NLP)

Question 15 of 20

What capability does the Azure AI Vision service provide to developers?

  • Analyzing images and extracting visual information

  • Performing sentiment analysis on text data

  • Transcribing spoken language into text

  • Translating text between different languages

Question 16 of 20

Technology that converts spoken language into written text is an example of text generation.

  • True

  • False

Question 17 of 20

An application requires analysis of faces in photographs to retrieve detailed attribute information for each face (for example head pose and mask presence) so it can tailor the user experience.

Which capability of the Azure AI Face detection service should you use?

  • Facial Attribute Analysis

  • Face Similarity Matching

  • Face Identification

  • Face Detection

Question 18 of 20

A company needs to automatically assign a single label to each image in a large dataset based on the main object present in the image.

Which type of computer vision solution is most appropriate for this task?

  • Image Classification

  • Optical Character Recognition (OCR)

  • Object Detection

  • Facial Detection

Question 19 of 20

Which of the following is a feature of an image classification solution?

  • Detecting facial features to analyze emotions

  • Predicting the content category of an image

  • Identifying and locating objects within an image

  • Extracting text from images for text analysis

Question 20 of 20

An organization needs a service that can generate new text based on input prompts, for uses such as content creation or code suggestions.

Which Azure service provides this capability?

  • Azure Cognitive Search

  • Azure Translator Service

  • Azure OpenAI Service

  • Azure Text Analytics