ExamGecko
Home / Microsoft / AI-900
Ask Question

AI-900: Microsoft Azure AI Fundamentals

Vendor:
Exam Questions:
273
 Learners
  2.384
Last Updated
March - 2025
Language
English
7 Quizzes
PDF | VPLUS

The Microsoft Certified: Azure AI Fundamentals (AI-900) exam is a crucial certification for anyone aiming to advance their career in artificial intelligence on Microsoft Azure. Our topic is your ultimate resource for AI-900 practice test shared by individuals who have successfully passed the exam. These practice tests provide real-world scenarios and invaluable insights to help you ace your preparation.

Why Use AI-900 Practice Test?

  • Real Exam Experience: Our practice test accurately replicates the format and difficulty of the actual Microsoft AI-900 exam, providing you with a realistic preparation experience.

  • Identify Knowledge Gaps: Practicing with these tests helps you identify areas where you need more study, allowing you to focus your efforts effectively.

  • Boost Confidence: Regular practice with exam-like questions builds your confidence and reduces test anxiety.

  • Track Your Progress: Monitor your performance over time to see your improvement and adjust your study plan accordingly.

Key Features of AI-900 Practice Test:

  • Up-to-Date Content: Our community ensures that the questions are regularly updated to reflect the latest exam objectives and technology trends.

  • Detailed Explanations: Each question comes with detailed explanations, helping you understand the correct answers and learn from any mistakes.

  • Comprehensive Coverage: The practice test covers all key topics of the Microsoft AI-900 exam, including AI concepts, machine learning, and Azure AI services.

  • Customizable Practice: Create your own practice sessions based on specific topics or difficulty levels to tailor your study experience to your needs.

Exam number: AI-900

Exam name: Microsoft Certified: Azure AI Fundamentals

Length of test: 60 minutes

Exam format: Multiple-choice and multiple-response questions.

Exam language: English

Number of questions in the actual exam: Maximum of 40-60 questions

Passing score: 700/1000

Use the member-shared Microsoft AI-900 Practice Test to ensure you’re fully prepared for your certification exam. Start practicing today and take a significant step towards achieving your certification goals!

Related questions

HOTSPOT

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Microsoft AI-900 image Question 70 84300 09262024054219000
Correct answer: Microsoft AI-900 image answer Question 70 84300 09262024054219000
Explanation:

Box 1: Yes

Content Moderator is part of Microsoft Cognitive Services allowing businesses to use machine assisted moderation of text, images, and videos that augment human review.

The text moderation capability now includes a new machine-learning based text classification feature which uses a trained model to identify possible abusive, derogatory or discriminatory language such as slang, abbreviated words, offensive, and intentionally misspelled words for review.

Box 2: No

Azure's Computer Vision service gives you access to advanced algorithms that process images and return information based on the visual features you're interested in. For example, Computer Vision can determine whether an image contains adult content, find specific brands or objects, or find human faces.

Box 3: Yes

Natural language processing (NLP) is used for tasks such as sentiment analysis, topic detection, language detection, key phrase extraction, and document categorization.

Sentiment Analysis is the process of determining whether a piece of writing is positive, negative or neutral.

Reference:

https://azure.microsoft.com/es-es/blog/machine-assisted-text-classification-on-content-moderator-public-preview/

https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing

asked 26/09/2024
Moinuddin Mohammed
47 questions

You plan to build a conversational Al solution that can be surfaced in Microsoft Teams. Microsoft Cortana, and Amazon Alex

a. Which service should you use?

Become a Premium Member for full access
  Unlock Premium Member

DRAG DROP

Match the types of computer vision workloads to the appropriate scenarios.

To answer, drag the appropriate workload type from the column on the left to its scenario on the right. Each workload type may be used once, more than once, or not at all.

NOTE: Each correct selection is worth one point.

Microsoft AI-900 image Question 83 84313 09262024054219000
Correct answer: Microsoft AI-900 image answer Question 83 84313 09262024054219000
Explanation:

Box 1: Facial recognition

Face detection that perceives faces and attributes in an image; person identification that matches an individual in your private repository of up to 1 million people; perceived emotion recognition that detects a range of facial expressions like happiness, contempt, neutrality, and fear; and recognition and grouping of similar faces in images.

Box 2: OCR

Box 3: Objection detection

Object detection is similar to tagging, but the API returns the bounding box coordinates (in pixels) for each object found. For example, if an image contains a dog, cat and person, the Detect operation will list those objects together with their coordinates in the image. You can use this functionality to process the relationships between the objects in an image. It also lets you determine whether there are multiple instances of the same tag in an image.

The Detect API applies tags based on the objects or living things identified in the image. There is currently no formal relationship between the tagging taxonomy and the object detection taxonomy. At a conceptual level, the Detect API only finds objects and living things, while the Tag API can also include contextual terms like "indoor", which can't be localized with bounding boxes.

Reference:

https://azure.microsoft.com/en-us/services/cognitive-services/face/

https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-object-detection

asked 26/09/2024
Sonjoy Kanwal
47 questions

DRAG DROP

Match the types of machine learning to the appropriate scenarios.

To answer, drag the appropriate machine learning type from the column on the left to its scenario on the right. Each machine learning type may be used once, more than once, or not at all.

NOTE: Each correct selection is worth one point.

Microsoft AI-900 image Question 80 84310 09262024054219000
Correct answer: Microsoft AI-900 image answer Question 80 84310 09262024054219000
Explanation:

Box 1: Regression

In the most basic sense, regression refers to prediction of a numeric target.

Linear regression attempts to establish a linear relationship between one or more independent variables and a numeric outcome, or dependent variable.

You use this module to define a linear regression method, and then train a model using a labeled dataset. The trained model can then be used to make predictions.

Box 2: Classification

Classification is a machine learning method that uses data to determine the category, type, or class of an item or row of data.

Box 3: Clustering

Clustering, in machine learning, is a method of grouping data points into similar clusters. It is also called segmentation.

Over the years, many clustering algorithms have been developed. Almost all clustering algorithms use the features of individual items to find similar items. For example, you might apply clustering to find similar people by demographics. You might use clustering with text analysis to group sentences with similar topics or sentiment.

Reference:

https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/linear-regression

asked 26/09/2024
Fahrurrazi .
29 questions

You have an app that identifies the coordinates of a product in an image of a supermarket shelf.

Which service does the app use?

Become a Premium Member for full access
  Unlock Premium Member

HOTSPOT

Select the answer that correctly completes the sentence.

Become a Premium Member for full access
  Unlock Premium Member

A smart device that responds to the question. 'What is the stock price of Contoso, Ltd.?' is an example of which Al workload?

Become a Premium Member for full access
  Unlock Premium Member

DRAG DROP

Match the Azure Cognitive Services service to the appropriate actions.

To answer, drag the appropriate service from the column on the left to its action on the right. Each service may he used once, more than once, or not at all. NOTE: Each correct match is worth one point.

Become a Premium Member for full access
  Unlock Premium Member

You plan to develop a bot that will enable users to query a knowledge base by using natural language processing.

Which two services should you include in the solution? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

QnA Maker
QnA Maker
Azure Bot Service
Azure Bot Service
Form Recognizer
Form Recognizer
Anomaly Detector
Anomaly Detector
Suggested answer: A, B
Explanation:

Reference:

https://docs.microsoft.com/en-us/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.0

https://docs.microsoft.com/en-us/azure/cognitive-services/luis/choose-natural-language-processing-service

asked 26/09/2024
Jackes Matos
45 questions

Which two resources can you use to analyze code and generate explanations of code function and code comments? Each correct answer presents a complete solution.

NOTE: Each correct answer is worth one point.

Become a Premium Member for full access
  Unlock Premium Member