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

A company wants to automatically create unique marketing slogans based on their brand values and target audience.

Which technology approach is most suitable for generating these slogans?

  • Implementing predictive analytics to forecast market trends

  • Using clustering algorithms to segment customer data

  • Utilizing generative models for content creation

  • Applying sentiment analysis to gauge customer opinions

Question 2 of 20

A software developer wants to use Azure OpenAI Service to generate code snippets from natural language descriptions.

Which model should the developer choose to best accomplish this task?

  • A model specialized in sentiment analysis

  • A model specialized in code generation

  • A model specialized in generating long-form text

  • A model specialized in image generation

Question 3 of 20

A data analyst needs to analyze customer feedback emails to extract key themes and determine customer sentiment across thousands of messages.

Which Azure service should they use to efficiently perform these tasks?

  • Azure AI Language service

  • Azure Machine Learning service

  • Azure Cognitive Search

  • Azure AI Speech service

Question 4 of 20

A company plans to develop an application that identifies faces in images and extracts facial attributes for enhanced user interaction.

Which Azure service is best suited for this purpose?

  • Azure Video Indexer

  • Azure AI Vision service

  • Azure AI Text Analytics

  • Azure AI Face Detection service

Question 5 of 20

A machine learning model that outputs a single label summarizing the content of an image is performing which type of computer vision task?

  • Optical Character Recognition (OCR)

  • Image Classification

  • Object Detection

  • Semantic Segmentation

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

  • Regression

  • Classification

  • Dimensionality Reduction

  • Clustering

Question 7 of 20

You are a data scientist at a publishing company looking to generate creative story ideas based on existing literature.

Which characteristic of generative AI models allows them to create new and original content inspired by the training data?

  • They categorize input data into predefined classes

  • They create new content by modeling the structure of the training data

  • They store exact copies of data for direct replication

  • They detect anomalies and irregularities in data

Question 8 of 20

A financial institution needs to extract structured information such as dates, monetary values and company names from unstructured text documents.

Which Natural Language Processing (NLP) feature should they use?

  • Sentiment Analysis

  • Key Phrase Extraction

  • Language Modeling

  • Entity Recognition

Question 9 of 20

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

  • Performing sentiment analysis on text data

  • Translating text between different languages

  • Analyzing images and extracting visual information

  • Transcribing spoken language into text

Question 10 of 20

You are tasked with building a machine learning model, but you have limited time and expertise in selecting the best algorithm and tuning hyperparameters.

Which Azure Machine Learning feature should you use to address this challenge?

  • Azure Automated Machine Learning

  • Azure Cognitive Services

  • Azure Machine Learning Designer

  • Azure Machine Learning Studio Notebooks

Question 11 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 GPT-3 model family

  • The CLIP model family

  • The Codex model family

  • The DALL-E model family

Question 12 of 20

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

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

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

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

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

Question 13 of 20

An organization wants to build an internal system that indexes and analyzes a vast collection of unstructured documents, including text files, PDFs, and images, to help employees quickly find relevant information and uncover hidden insights.

Which AI workload is most appropriate for this scenario?

  • Knowledge Mining

  • Content Personalization

  • Document Intelligence

  • Natural Language Processing (NLP)

Question 14 of 20

Which of the following is a characteristic of solutions that enable the extraction of textual content from images?

  • Ability to classify images into predefined categories.

  • Ability to detect faces and analyze facial features.

  • Ability to segment and identify individual objects within an image.

  • Ability to recognize and extract printed and handwritten text from images.

Question 15 of 20

A retail company wants to implement a solution that can automatically analyze images from their store cameras to detect customer demographics, recognize products on shelves, and read text from signs within the store.

Which Azure service should they use to accomplish all these tasks?

  • Azure AI Face Detection service

  • Azure AI Vision service

  • Azure AI Language service

  • Azure AI Anomaly Detector service

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

  • Fairness

  • Accountability

  • Transparency

Question 17 of 20

As a data scientist at a retail company, you need to build a predictive model for customer purchasing behavior. You decide to use Azure's automated machine learning to streamline the model development process.

Which feature of Azure's automated machine learning will help you automatically select the best algorithm and tune hyperparameters for your model?

  • Deployment of models as scalable web services

  • Visualization of data using interactive dashboards

  • Automated feature engineering to create new features from existing data

  • Automated model selection and hyperparameter tuning

Question 18 of 20

An AI engineer is working on a project that involves analyzing vast amounts of unstructured data, such as images and speech. She needs to build a model that can automatically learn hierarchical representations from raw data without extensive feature engineering.

Which machine learning technique is most appropriate for this scenario?

  • Deep Learning

  • Regression Algorithms

  • Decision Trees

  • Clustering Algorithms

Question 19 of 20

Your software development team wants to implement an AI assistant that can generate code snippets based on natural language descriptions.

Which Azure OpenAI model should they use for this purpose?

  • DALL·E

  • GPT-3's text-davinci-003

  • Azure's Computer Vision API

  • Codex

Question 20 of 20

You need to explain to a coworker how a generative AI model differs from other common machine-learning models such as classification or predictive analytics. Which characteristic is unique to generative AI models?

  • They improve performance through feedback loops

  • They analyze data to predict future trends

  • They categorize data into labeled classes

  • They create new content based on learned patterns