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

An AI engineer is learning about the different model families available in Azure OpenAI Service. They want to identify the family of models that was specifically trained and optimized to translate natural language descriptions into executable code.

Which model family should they identify?

  • The CLIP model family

  • The DALL-E model family

  • The GPT-3 model family

  • The Codex model family

Question 2 of 20

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 Document Intelligence

  • Azure AI Face service

  • Azure Speech to Text service

  • Azure AI Vision service

Question 3 of 20

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 Face Detection service

  • Azure AI Vision service

  • Azure AI Form Recognizer

  • Azure AI Speech service

Question 4 of 20

Which action is most effective during the model-development phase for mitigating demographic bias in the outputs of a generative AI system?

  • Gather and use a training dataset that is diverse and representative of all relevant demographic groups.

  • Exclude rare cases and outlier records from the training data to improve convergence speed.

  • Set the sampling temperature to zero so the model always generates deterministic responses.

  • Increase the model's depth and number of parameters to let it learn more complex patterns.

Question 5 of 20

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

  • Content Synthesis tasks

  • Regression Analysis

  • Data Classification

  • Anomaly Detection

Question 6 of 20

An organization wants to group customers into segments based on similarities in their behavior, but they don't have labeled data.

Which machine learning technique should they utilize?

  • Regression

  • Classification

  • Time Series Analysis

  • Clustering

Question 7 of 20

Which model in Azure OpenAI Service is used to generate images from text prompts?

  • DALL·E

  • GPT-3

  • ChatGPT

  • Codex

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

  • Inclusiveness

  • Transparency

  • Fairness

  • Accountability

Question 9 of 20

What is a distinguishing characteristic of deep learning techniques compared to traditional machine learning methods?

  • They require smaller datasets to achieve high accuracy.

  • They provide enhanced interpretability over traditional models.

  • They are optimized exclusively for structured data analysis.

  • They automatically extract features from raw data without manual feature engineering.

Question 10 of 20

An e-commerce site uses Azure Face to power its virtual try-on experience. It must detect each shopper's face, analyze landmarks and head pose, and optionally confirm identity. Which capability is NOT offered by the Azure Face detection and analysis service?

  • Detecting faces and returning bounding-box coordinates

  • Extracting facial landmarks such as eye centers and nose tip

  • Generating a detailed 3-D mesh model of the face for rendering in a game engine

  • Verifying whether two detected faces belong to the same individual

Question 11 of 20

A company has amassed a vast repository of documents, including PDFs, Word files, and scanned images of text. They want to enable employees to find specific information within these documents, such as policy details or client data, regardless of the file format.

Which type of AI workload would best address this need?

  • Content Personalization

  • Natural Language Processing (NLP)

  • Computer Vision

  • Knowledge Mining

Question 12 of 20

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

  • Translating text between different languages

  • Analyzing images and extracting visual information

  • Transcribing spoken language into text

  • Performing sentiment analysis on text data

Question 13 of 20

You are developing an application that needs to analyze large volumes of customer emails. The application must automatically detect the language of each email, extract key phrases, identify named entities such as people and organizations and determine the overall sentiment. You want to use an Azure service that provides these functionalities without requiring you to build and train custom models.

Which Azure service should you use?

  • Azure AI Speech service

  • Azure Machine Learning Service

  • Azure AI Language service

  • Azure Cognitive Search

Question 14 of 20

As a data scientist at a software development company, you are considering models for generating synthetic data to enhance your testing datasets.

Which feature of generative AI models makes them suitable for this task?

  • They can classify data into specific categories with high precision.

  • They can identify anomalies by learning normal data patterns.

  • They can reduce data dimensionality while retaining key features.

  • They can generate new data instances similar to the training data.

Question 15 of 20

Which capability of Azure OpenAI Service can be used to produce articles, summaries, or conversational responses?

  • Natural language generation

  • Data visualization

  • Code compilation

  • Speech-to-text transcription

Question 16 of 20

A hospital wants to develop a model to determine whether a patient has a specific disease based on diagnostic data.

Which type of machine learning technique is most suitable for this scenario?

  • Classification

  • Reinforcement Learning

  • Regression

  • Clustering

Question 17 of 20

Which capability of Azure OpenAI Service allows developers to generate software components from text descriptions?

  • Image synthesis

  • Code generation

  • Speech-to-text conversion

  • Data analysis

Question 18 of 20

Which scenario is best addressed using a machine learning technique that finds patterns in data without relying on labeled outcomes?

  • Discovering customer segments with similar purchasing behaviors for marketing purposes.

  • Forecasting future stock prices based on historical data.

  • Predicting housing prices based on features like size and location.

  • Determining if a transaction is fraudulent based on past labeled data.

Question 19 of 20

A transportation company wants to predict the delivery duration for packages based on factors such as distance, traffic conditions and weather.

Which type of machine learning technique should the company use to address this problem?

  • Reinforcement Learning

  • Clustering

  • Classification

  • Regression

Question 20 of 20

A company wants to automate the extraction of structured data from scanned documents such as invoices and receipts.

Which Azure AI service is BEST suited for this purpose?

  • Azure AI Document Intelligence

  • Azure Computer Vision OCR

  • Azure AI Language

  • Azure AI Search