AI-900 Exam - Microsoft Azure AI Fundamentals (beta)

certleader.com

Our pass rate is high to 98.9% and the similarity percentage between our AI-900 study guide and real exam is 90% based on our seven-year educating experience. Do you want achievements in the Microsoft AI-900 exam in just one try? I am currently studying for the Microsoft AI-900 exam. Latest Microsoft AI-900 Test exam practice questions and answers, Try Microsoft AI-900 Brain Dumps First.

Online AI-900 free questions and answers of New Version:

NEW QUESTION 1

You are building an AI-based app.
You need to ensure that the app uses the principles for responsible AI.
Which two principles should you follow? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Implement an Agile software development methodology
  • B. Implement a process of Al model validation as part of the software review process
  • C. Establish a risk governance committee that includes members of the legal team, members of the risk management team, and a privacy officer
  • D. Prevent the disclosure of the use of Al-based algorithms for automated decision making

Answer: BC

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/innovate/best- practices/trusted-ai
https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/3-implications-responsible-ai-practical

NEW QUESTION 2
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.
AI-900 dumps exhibit


Solution:
AI-900 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 3
HOTSPOT
To complete the sentence, select the appropriate option in the answer area.
AI-900 dumps exhibit


Solution:
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.

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 4
DRAG DROP
Match the types of computer vision 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.
AI-900 dumps exhibit


Solution:
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.

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 5

You have a dataset that contains information about taxi journeys that occurred during a given period.
You need to train a model to predict the fare of a taxi journey. What should you use as a feature?

  • A. the number of taxi journeys in the dataset
  • B. the trip distance of individual taxi journeys
  • C. the fare of individual taxi journeys
  • D. the trip ID of individual taxi journeys

Answer: B

Explanation:
The label is the column you want to predict. The identified Features are the inputs you give the model to predict the Label.
Example:
The provided data set contains the following columns:
vendor_id: The ID of the taxi vendor is a feature. rate_code: The rate type of the taxi trip is a feature.
passenger_count: The number of passengers on the trip is a feature.
trip_time_in_secs: The amount of time the trip took. You want to predict the fare of the trip before the trip is completed. At that moment, you don't know how long the trip would take.
Thus, the trip time is not a feature and you'll exclude this column from the model. trip_distance: The distance of the trip is a feature.
payment_type: The payment method (cash or credit card) is a feature. fare_amount: The total taxi fare paid is the label.
Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/predict-prices

NEW QUESTION 6

You have an Azure Machine Learning model that uses clinical data to predict whether a patient has a disease.
You clean and transform the clinical data.
You need to ensure that the accuracy of the model can be proven. What should you do next?

  • A. Train the model by using the clinical data.
  • B. Split the clinical data into Two datasets.
  • C. Train the model by using automated machine learning (automated ML).
  • D. Validate the model by using the clinical data.

Answer: D

NEW QUESTION 7
DRAG DROP
Match the services to the appropriate descriptions.
To answer, drag the appropriate service from the column on the left to its description on the right. Each service may be used once, more than once, or not at all.
NOTE: Each correct match is worth one point
AI-900 dumps exhibit


Solution:
AI-900 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 8

You send an image to a Computer Vision API and receive back the annotated image shown in the exhibit.
AI-900 dumps exhibit
Which type of computer vision was used?

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

Answer: A

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 9
DRAG DROP
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.
AI-900 dumps exhibit


Solution:
AI-900 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 10
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.
AI-900 dumps exhibit


Solution:
Box 1: Yes
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.
Box 2: No
A data holder is obligated to protect the data in an AI system, and privacy and security are an integral part of this system. Personal needs to be secured, and it should be accessed in a way that doesn't compromise an individual's privacy.
Box 3: No
Inclusiveness mandates that AI should consider all human races and experiences, and inclusive design practices can help developers to understand and address potential barriers that could unintentionally exclude people. Where possible, speech-to-text, text-to- speech, and visual recognition technology should be used to empower people with hearing, visual, and other impairments.

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 11
HOTSPOT
Select the answer that correctly completes the sentence.
AI-900 dumps exhibit


Solution:
AI-900 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 12
HOTSPOT
To complete the sentence, select the appropriate option in the answer area.
AI-900 dumps exhibit


Solution:
AI-900 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 13

Which AI service can you use to interpret the meaning of a user input such as “Call me back later?”

  • A. Translator Text
  • B. Text Analytics
  • C. Speech
  • D. Language Understanding (LUIS)

Answer: D

Explanation:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/what-is-luis

NEW QUESTION 14
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.
AI-900 dumps exhibit


Solution:
Box 1: Yes
In machine learning, if you have labeled data, that means your data is marked up, or annotated, to show the target, which is the answer you want your machine learning model to predict.
In general, data labeling can refer to tasks that include data tagging, annotation, classification, moderation, transcription, or processing.
Box 2: No
Box 3: No
Accuracy is simply the proportion of correctly classified instances. It is usually the first metric you look at when evaluating a classifier. However, when the test data is unbalanced (where most of the instances belong to one of the classes), or you are more interested in the performance on either one of the classes, accuracy doesn't really capture the effectiveness of a classifier.

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 15

You need to predict the animal population of an area. Which Azure Machine Learning type should you use?

  • A. clustering
  • B. classification
  • C. regression

Answer: C

NEW QUESTION 16
......

Recommend!! Get the Full AI-900 dumps in VCE and PDF From Certleader, Welcome to Download: https://www.certleader.com/AI-900-dumps.html (New 281 Q&As Version)