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.

Microsoft Azure AI Fundamentals AI-900 Logo
  • Free Microsoft Azure AI Fundamentals AI-900 Practice Test

  • 20 Questions
  • Unlimited
  • 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

Which of the following scenarios involves a machine learning task that predicts discrete class labels based on input features?

  • Predicting whether an email is spam or not spam based on its content

  • Estimating the total sales revenue for the next quarter

  • Predicting the future price of a stock based on historical data

  • Identifying customer clusters based on purchasing behavior

Question 2 of 20

Which of the following statements best describes the primary capability of generative AI models?

  • They predict a single, continuous numerical value based on input features.

  • They classify existing data into a set of predefined categories.

  • They create new, original content, such as text and images, by learning patterns from existing data.

  • They exclusively analyze and moderate existing user-generated content for policy violations.

Question 3 of 20

A global e-commerce company wants their product descriptions to be accessible to customers in multiple languages automatically within their app.

Which Azure service should they use to implement this multilingual text conversion feature?

  • Azure AI Translator service

  • Azure AI Language service

  • Azure AI Speech service

Question 4 of 20

An organization wants to ensure that its automated loan approval system is fair to all applicants.

What is the most effective approach to minimize unfairness in the system?

  • Expand the dataset by collecting more data of the same type

  • Increase the complexity of the algorithm to improve accuracy

  • Use training data that includes a wide range of demographic groups

  • Exclude any features related to personal characteristics from the data

Question 5 of 20

You are building an AI-powered customer service chatbot that will be used by a global audience, including customers who rely on assistive technologies such as screen readers and voice-control software. To make the chatbot more accessible, you add semantic labels for every UI element, ensure full keyboard navigation, and include descriptive alt-text for any images generated by the system. Which Microsoft Responsible AI principle are you primarily addressing with these design decisions?

  • Transparency

  • Fairness

  • Inclusiveness

  • Accountability

Question 6 of 20

A developer wants to extract insights from images by analyzing visual content for their application.

Which Azure service is designed for this task?

  • Azure AI Vision Service

  • Azure AI Anomaly Detector Service

  • Azure AI Language Service

  • Azure AI Personalizer Service

Question 7 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?

  • Clustering

  • Dimensionality Reduction

  • Classification

  • Regression

Question 8 of 20

Your company has trained a machine learning model and needs to process a large dataset to generate predictions for analysis. The predictions are not required instantly and can be computed without immediate response.

Which deployment option in Azure Machine Learning should you recommend?

  • Deploy the model to an Azure Container Instance (ACI)

  • Deploy the model to a managed online endpoint

  • Deploy the model to an Azure Kubernetes Service (AKS) cluster

  • Deploy the model to a managed batch endpoint

Question 9 of 20

An analyst at a telecommunications company wants to forecast the number of customer service calls expected next month based on data from previous months.

Which machine learning technique is most suitable for this task?

  • Regression

  • Clustering

  • Classification

Question 10 of 20

You are tasked with developing an AI solution capable of synthesizing new content by modeling the underlying patterns of your data.

Which feature is essential for the AI model to achieve this?

  • Ability to generate data by learning data distributions

  • Ability to predict continuous values from input features

  • Ability to categorize data into predefined classes

  • Ability to identify clusters within unlabeled data

Question 11 of 20

Which of the following best describes the primary function of an image classification solution?

  • Analyzes facial features to identify individuals

  • Detects and localizes individual objects within an image

  • Extracts textual information from images

  • Assigns one or more labels to an entire image based on its content

Question 12 of 20

Your company is developing an artificial intelligence application that processes personal data from customers in multiple countries, including those in the European Union.

Which approach is the BEST to ensure compliance with privacy regulations?

  • Obtain explicit consent from users and adhere to relevant data protection laws like GDPR.

  • Implement strong encryption methods for storing and transmitting all customer data.

  • Anonymize all customer data before processing it.

  • Restrict data collection to non-sensitive information to avoid privacy issues.

Question 13 of 20

An analyst is training a machine learning model to predict the selling price of houses based on features like 'SizeInSquareFeet', 'NumberOfBedrooms', and 'LocationRating'.

Which of the following should be used as the label in the dataset?

  • LocationRating

  • NumberOfBedrooms

  • SizeInSquareFeet

  • SellingPrice

Question 14 of 20

A company's customer support department has accumulated a large number of email inquiries. They want to quickly identify the main issues customers are experiencing by automatically extracting important words and phrases from these emails.

Which natural language processing (NLP) technique should they use to achieve this?

  • Entity Recognition

  • Sentiment Analysis

  • Key Phrase Extraction

  • Language Detection

Question 15 of 20

What is the purpose of facial detection solutions in Azure AI services?

  • Translating written text from images into usable formats.

  • Recognizing and verifying the identities of individuals.

  • Locating human faces within digital images or videos.

  • Detecting and classifying objects within images.

Question 16 of 20

Which natural language processing feature identifies and classifies entities such as names, organizations, dates and locations within text data?

  • Entity Recognition

  • Language Modeling

  • Key Phrase Extraction

  • Sentiment Analysis

Question 17 of 20

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

  • Analyzing images and extracting visual information

  • Translating text between different languages

  • Performing sentiment analysis on text data

  • Transcribing spoken language into text

Question 18 of 20

Which of the following is an example of a natural language processing workload?

  • Recognizing objects in images

  • Sentiment analysis of customer reviews

  • Translating data into visual charts

  • Predicting equipment failures using sensor data

Question 19 of 20

A company has collected extensive customer feedback and wants to identify the most frequently mentioned topics to improve their products.

Which Azure AI service feature would best help them extract important concepts from the text data?

  • Named Entity Recognition

  • Language Detection

  • Key Phrase Extraction

  • Sentiment Analysis

Question 20 of 20

A company wants to analyze customer feedback forms to automatically extract and categorize mentions of their products, brands, and stores within the text.

Which natural language processing (NLP) feature should they use to achieve this goal?

  • Sentiment Analysis

  • Key Phrase Extraction

  • Language Modeling

  • Entity Recognition