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 developer needs to build a solution that analyzes a large collection of images and generates descriptive keywords, such as "car", "tree", and "building", for each image. Which Azure AI Vision feature should the developer use to accomplish this?

  • Optical Character Recognition (OCR)

  • Face Detection

  • Spatial Analysis

  • Image Tagging

Question 2 of 20

Which capability is associated with generative AI models?

  • Classifying data into predefined categories

  • Detecting anomalies in data patterns

  • Producing new data similar to the training data

  • Compressing data into lower-dimensional representations

Question 3 of 20

You have a dataset containing the following columns: 'Age', 'Education Level', 'Years of Experience', and 'Salary'. You plan to build a machine learning model to predict 'Salary' based on the other columns.

In this scenario, which of the following correctly identifies the features and the label in your dataset?

  • Features: Salary; Label: Age, Education Level, Years of Experience

  • Features: Age, Salary, Education Level, Years of Experience; Label: Salary

  • Features: Age, Education Level, Years of Experience; Label: Salary

  • Features: Age, Education Level; Label: Salary, Years of Experience

Question 4 of 20

You are developing an application that needs to generate images based on user text prompts using Azure's AI services.

Which feature should you use?

  • Build a custom image generation model using Azure Machine Learning

  • Use the DALL·E model in Azure OpenAI Service

  • Leverage Azure Cognitive Services Computer Vision API

  • Use the GPT-3 model in Azure OpenAI Service

Question 5 of 20

Which of these tasks is a common application of generative AI?

  • Categorizing customer feedback into topics

  • Image recognition in security systems

  • Predicting stock prices using historical data

  • Generating synthetic data to augment datasets

Question 6 of 20

A company wants to analyze customer reviews to understand the overall emotional tone and assess satisfaction levels.

Which feature of Azure AI Language service is most appropriate for this task?

  • Key Phrase Extraction

  • Named Entity Recognition

  • Language Detection

  • Sentiment Analysis

Question 7 of 20

Contoso is building a web application that must automatically draft personalized email replies after a customer submits a support ticket. The developers plan to call Azure OpenAI Service to produce the human-like reply text. Which Azure OpenAI API endpoint should they use to generate the response?

  • Audio transcription endpoint

  • Completions (chat/completions) endpoint

  • Image generation (DALL-E) endpoint

  • Embeddings endpoint

Question 8 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 Speech to Text service

  • Azure AI Face service

  • Azure AI Vision service

Question 9 of 20

A company is developing a system that can create original artwork in the style of famous painters.

This is an example of which type of workload?

  • Generative AI workloads

  • Computer Vision workloads

  • Content Moderation workloads

  • Knowledge Mining workloads

Question 10 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 code generation

  • A model specialized in image generation

  • A model specialized in generating long-form text

  • A model specialized in sentiment analysis

Question 11 of 20

A developer is tasked with building an application that transforms text content from one language into multiple other languages while preserving context and meaning.

Which feature of Azure's Natural Language Processing (NLP) services should they use?

  • Use Azure Translator

  • Use Azure Text Analytics for language detection

  • Use Azure Speech service for speech recognition

  • Use Azure Text Analytics for key phrase extraction

Question 12 of 20

An e-commerce company wants to develop a system that can automatically analyze customer reviews to determine the overall sentiment (positive, negative, or neutral) towards their products.

Which type of AI workload should they use?

  • Computer Vision

  • Natural Language Processing (NLP)

  • Predictive Maintenance

  • Time Series Forecasting

Question 13 of 20

As a data scientist at a healthcare company, you develop an AI model to predict patient readmission rates. Your manager emphasizes that stakeholders need to understand how the AI makes decisions.

Which action best addresses this concern?

  • Encrypt the model’s parameters to protect intellectual property

  • Limit access to the model to senior management

  • Provide detailed documentation on how the model makes predictions

  • Use a complex ensemble model to maximize predictive accuracy

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

  • Clustering

  • Regression

  • Classification

Question 15 of 20

An insurance company wants to automatically extract names of people, locations, and organizations from a large set of claim documents to facilitate data analysis.

Which natural language processing (NLP) technique is most appropriate for this task?

  • Entity Recognition

  • Text Summarization

  • Sentiment Analysis

  • Key Phrase Extraction

Question 16 of 20

A financial company wants to automatically extract names of organizations, dates, and monetary amounts from large volumes of unstructured text documents.

Which NLP technique should they use to accomplish this?

  • Key Phrase Extraction

  • Sentiment Analysis

  • Translation

  • Entity Recognition

Question 17 of 20

Your company wants to develop an application that can analyze images to identify key points on a person's face, like the position of the eyes and mouth, and determine their head pose.

Which Azure service is specifically designed for this detailed type of facial analysis?

  • Azure AI Speech service

  • Azure AI Video Indexer service

  • Azure AI Vision service

  • Azure AI Face service

Question 18 of 20

A security company wants to develop a system that can automatically detect and alert on suspicious activities in video surveillance footage.

Which workload is most appropriate for building this solution?

  • Computer Vision

  • Generative AI

  • Knowledge Mining

  • Natural Language Processing

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

  • Computer Vision

  • Generative AI

  • Natural Language Processing (NLP)

  • Knowledge Mining

Question 20 of 20

Which practice best promotes accountability in automated decision-making systems?

  • Ensuring decisions are explainable and can be traced back to responsible parties

  • Focusing on system performance over transparency

  • Using automated processes without human oversight

  • Keeping algorithms confidential to protect business interests