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 plans to implement a chatbot that provides human-like answers to customer queries.

What feature of Azure OpenAI Service should they use?

  • Leverage the image creation functions of Azure OpenAI Service

  • Utilize the text generation capabilities of Azure OpenAI Service

  • Use Azure's QnA Maker to fetch answers from a knowledge base

  • Employ the code generation features of Azure OpenAI Service

Question 2 of 20

Which consideration ensures that AI systems are developed with mechanisms for oversight and that organizations are responsible for the outcomes produced by these systems?

  • Inclusiveness

  • Accountability

  • Transparency

  • Reliability and Safety

Question 3 of 20

Which characteristic is associated with AI models that generate new content based on learned patterns?

  • They retrieve exact copies of existing content

  • They create new data based on learned patterns from training data

  • They classify input data into predefined categories

  • They predict numerical values from historical data

Question 4 of 20

Which approach contributes to ensuring safety in applications using machine learning?

  • Reducing the diversity of training data

  • Minimizing the transparency of system operations

  • Ignoring edge cases during development

  • Including fail-safe mechanisms in the system design

Question 5 of 20

A company wants to convert text documents into spoken audio files with natural-sounding voices.

Which Azure service should they use to achieve this?

  • Azure AI Speech service

  • Azure AI Language service

  • Azure Cognitive Search

  • Azure AI Vision service

Question 6 of 20

An organization wants to enhance the searchability of its document repository by automatically identifying significant terms and concepts within their text documents.

Which Azure AI capability should they use to achieve this?

  • Entity Recognition

  • Speech Recognition

  • Key Phrase Extraction

  • Sentiment Analysis

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

  • Generative AI

  • Computer Vision

  • Knowledge Mining

Question 8 of 20

An online retailer is building a recommendation engine that uses individual-level purchase history and click-stream data. The company must comply with privacy regulations such as GDPR while still keeping the data useful for personalizing suggestions.

Which privacy-preserving technique best satisfies this requirement?

  • Apply data anonymization to remove or irreversibly mask all PII before model training

  • Encrypt the raw data at rest and decrypt it during model training without additional masking

  • Replace each customer ID with a reversible hash and keep the mapping table for future reference

  • Aggregate the data into category-level totals and delete the original customer-level records

Question 9 of 20

You are deploying a text generation AI model that produces job descriptions.

What responsible AI consideration should you address to ensure the generated content treats all candidates equitably?

  • Evaluate and adjust the training data to remove discriminatory patterns

  • Optimize the model's performance to generate descriptions faster

  • Increase the model's vocabulary to include industry-specific terms

  • Reduce the computational resources required for deployment

Question 10 of 20

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

  • GPT-3

  • Codex

  • ChatGPT

  • DALL·E

Question 11 of 20

A financial institution is developing an AI model to assess loan applications. During testing, they observe that the model declines applications from a specific demographic group more frequently than others.

What step should they take to address this disparity?

  • Switch to a different machine learning algorithm for better performance

  • Implement algorithms that promote fairness in the model's decision-making process

  • Increase the amount of data from the affected demographic group in the training set

  • Remove all demographic features from the dataset used to train the model

Question 12 of 20

Which scenario is most appropriate for applying regression techniques in machine learning?

  • Detecting fraudulent transactions in financial data

  • Grouping customers based on purchasing behavior

  • Classifying emails as spam or not spam

  • Forecasting the future price of a stock

Question 13 of 20

An organization needs to digitally extract text from a large number of scanned documents and images containing both printed and handwritten text. They require a solution that can process unstructured data effectively.

Which feature of Azure AI services is most suitable for their needs?

  • Computer Vision's text reading capability

  • Text Analytics to analyze and interpret text sentiment

  • Face API to detect and analyze faces in images

  • Form Recognizer to analyze and extract structured data

Question 14 of 20

Which of the following features is commonly associated with solutions that analyze human faces in images?

  • Converting handwritten text into digital format

  • Categorizing images into predefined classes

  • Estimating emotional states of people in images

  • Detecting objects like vehicles and furniture

Question 15 of 20

An AI system that processes images to recognize and categorize objects is an example of which type of AI workload?

  • Natural Language Processing (NLP)

  • Computer Vision

  • Knowledge Mining

Question 16 of 20

An e-commerce company wants to analyze images to determine the number and positions of various products shown for inventory management.

Which computer vision capability would best meet this requirement?

  • Facial Recognition to detect and identify human faces

  • Image Classification to assign labels to entire images

  • Optical Character Recognition (OCR) to extract text from images

  • Object Detection to identify and locate products in images

Question 17 of 20

A developer needs to build an application that can create new images from natural language descriptions. Which Azure OpenAI Service model is designed for this specific purpose?

  • GPT-4

  • Azure Computer Vision

  • Codex

  • DALL-E

Question 18 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 generate new data instances similar to the training data.

  • They can reduce data dimensionality while retaining key features.

Question 19 of 20

A company wants to ensure that users can understand how their AI system processes data and arrives at decisions.

Which responsible AI principle should they focus on enhancing?

  • Inclusiveness

  • Fairness

  • Privacy

  • Transparency

Question 20 of 20

A company wants to develop a virtual assistant that can understand spoken commands and respond accordingly.

Which Azure service should be integrated to enable the application to convert the spoken commands into text for processing?

  • Azure Cognitive Services Translation

  • Azure Speech service

  • Azure Bot service

  • Azure Text Analytics