[Apr 24, 2025] Genuine AI-900 Exam Dumps New 2025 Microsoft Pratice Exam [Q28-Q48]

Share

[Apr 24, 2025] Genuine AI-900 Exam Dumps New 2025 Microsoft Pratice Exam

New 2025 Realistic AI-900 Dumps Test Engine Exam Questions in here


Microsoft AI-900 certification exam covers a wide range of topics related to AI and machine learning, including fundamental concepts such as machine learning models, data analysis, and natural language processing. AI-900 exam also covers more advanced topics such as computer vision, speech recognition, and intelligent decision-making. Microsoft Azure AI Fundamentals certification exam is designed to test an individual's knowledge of AI concepts and their ability to apply them to real-world scenarios using Microsoft Azure services.

 

NEW QUESTION # 28
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview


NEW QUESTION # 29
You build a machine learning model by using the automated machine learning user interface (UI).
You need to ensure that the model meets the Microsoft transparency principle for responsible AI.
What should you do?

  • A. Enable Explain best model.
  • B. Set Max concurrent iterations to 0.
  • C. Set Primary metric to accuracy.
  • D. Set Validation type to Auto.

Answer: A

Explanation:
Explanation
Model Explain Ability.
Most businesses run on trust and being able to open the ML "black box" helps build transparency and trust. In heavily regulated industries like healthcare and banking, it is critical to comply with regulations and best practices. One key aspect of this is understanding the relationship between input variables (features) and model output. Knowing both the magnitude and direction of the impact each feature (feature importance) has on the predicted value helps better understand and explain the model. With model explain ability, we enable you to understand feature importance as part of automated ML runs.
Reference:
https://azure.microsoft.com/en-us/blog/new-automated-machine-learning-capabilities-in-azure-machine-learning


NEW QUESTION # 30
To complete the sentence, select the appropriate option in the answer area.

Answer:

Explanation:
Explanation
Text Description automatically generated

Reference:
https://docs.microsoft.com/en-us/azure/architecture/data-science-process/create-features


NEW QUESTION # 31
You use drones to identify where weeds grow between rows of crops to send an Instruction for the removal of the weeds. This is an example of which type of computer vision?

  • A. scene segmentation
  • B. object detection
  • C. optical character recognition (OCR)

Answer: B

Explanation:
Object detection is similar to tagging, but the API returns the bounding box coordinates for each tag applied. 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.
Reference:
https://docs.microsoft.com/en-us/ai-builder/object-detection-overview
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-ocr
https://docs.microsoft.com/en-us/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-overview


NEW QUESTION # 32
To complete the sentence, select the appropriate option in the answer area.

Answer:

Explanation:


NEW QUESTION # 33
Match the tool to the Azure Machine Learning task.
To answer, drag the appropriate tool from the column on the left to its tasks on the right. Each tool may be used once, more than once, or not at all NOTE: Each correct match is worth one point.

Answer:

Explanation:

Explanation


NEW QUESTION # 34
You need to use Azure Machine Learning designer to build a model that will predict automobile prices.
Which type of modules should you use to complete the model? To answer, drag the appropriate modules to the correct locations. Each module may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation
Diagram Description automatically generated

Box 1: Select Columns in Dataset
For Columns to be cleaned, choose the columns that contain the missing values you want to change. You can choose multiple columns, but you must use the same replacement method in all selected columns.
Example:

Box 2: Split data
Splitting data is a common task in machine learning. You will split your data into two separate datasets. One dataset will train the model and the other will test how well the model performed.
Box 3: Linear regression
Because you want to predict price, which is a number, you can use a regression algorithm. For this example, you use a linear regression model.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/tutorial-designer-automobile-price-train-score


NEW QUESTION # 35
When you design an AI system to assess whether loans should be approved, the factors used to make the decision should be explainable.
This is an example of which Microsoft guiding principle for responsible AI?

  • A. transparency
  • B. privacy and security
  • C. fairness
  • D. inclusiveness

Answer: A

Explanation:
Explanation
Achieving transparency helps the team to understand the data and algorithms used to train the model, what transformation logic was applied to the data, the final model generated, and its associated assets. This information offers insights about how the model was created, which allows it to be reproduced in a transparent way.
Reference:
https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/innovate/best-practices/trusted-ai
https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/strategy/responsible-ai


NEW QUESTION # 36
Match the facial recognition tasks to the appropriate questions.
To answer, drag the appropriate task from the column on the left to its question on the right. Each task may be used once, more than once, or not at all.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:

Box 1: verification
Face verification: Check the likelihood that two faces belong to the same person and receive a confidence score.
Box 2: similarity
Box 3: Grouping
Box 4: identification
Face detection: Detect one or more human faces along with attributes such as: age, emotion, pose, smile, and facial hair, including 27 landmarks for each face in the image.
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/face/#features


NEW QUESTION # 37
Select the answer that correctly completes the sentence.

Answer:

Explanation:


NEW QUESTION # 38
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

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


NEW QUESTION # 39
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.

Answer:

Explanation:


NEW QUESTION # 40
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://machinelearningmastery.com/difference-test-validation-datasets/


NEW QUESTION # 41
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 42
You send an image to a Computer Vision API and receive back the annotated image shown in the exhibit.

Which type of computer vision was used?

  • A. semantic segmentation
  • B. object detection
  • C. image classification
  • D. optical character recognition (OCR)

Answer: B

Explanation:
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://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-object-detection


NEW QUESTION # 43
Select the answer that correctly completes the sentence.

Answer:

Explanation:

Explanation:


NEW QUESTION # 44
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 45
To complete the sentence, select the appropriate option in the answer area.

Answer:

Explanation:

Explanation:
Text Description automatically generated

Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-label-data


NEW QUESTION # 46
What are two tasks that can be performed by using computer vision? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Predict stock prices.
  • B. Extract key phrases.
  • C. Translate text between languages.
  • D. Detect brands in an image.
  • E. Detect the color scheme in an image

Answer: D,E


NEW QUESTION # 47
To complete the sentence, select the appropriate option in the answer area.

Answer:

Explanation:

Explanation:

Reliability and safety: To build trust, it's critical that AI systems operate reliably, safely, and consistently under normal circumstances and in unexpected conditions. These systems should be able to operate as they were originally designed, respond safely to unanticipated conditions, and resist harmful manipulation.
Reference:
https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/4-guiding-principles AI systems should perform reliably and safely. For example, consider an AI-based software system for an autonomous vehicle; or a machine learning model that diagnoses patient symptoms and recommends prescriptions. Unreliability in these kinds of system can result in substantial risk to human life.
https://docs.microsoft.com/en-us/learn/modules/get-started-ai-fundamentals/7-understand-responsible-ai


NEW QUESTION # 48
......

Grab latest Amazon AI-900 Dumps as PDF Updated: https://www.examcost.com/AI-900-practice-exam.html

Updated Official licence for AI-900 Certified by AI-900 Dumps PDF: https://drive.google.com/open?id=1jxpH2luMLcB2jf-KpDAlDi39V3uoxaX5