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

certleader.com

Cause all that matters here is passing the Microsoft AI-900 exam. Cause all that you need is a high score of AI-900 Microsoft Azure AI Fundamentals (beta) exam. The only one thing you need to do is downloading Exambible AI-900 exam study guides now. We will not let you down with our money-back guarantee.

Online Microsoft AI-900 free dumps demo Below:

NEW QUESTION 1

Your company is exploring the use of voice recognition technologies in its smart home devices. The company wants to identify any barriers that might unintentionally leave out specific user groups.
This an example of which Microsoft guiding principle for responsible AI?

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

Answer: C

Explanation:
Reference:
https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/4-guiding- principles
AI systems should empower everyone and engage people. AI should bring benefits to all parts of society, regardless of physical ability, gender, sexual orientation, ethnicity, or other factors.
https://docs.microsoft.com/en-us/learn/modules/get-started-ai-fundamentals/7-understand- responsible-ai

NEW QUESTION 2
DRAG DROP
Match the machine learning tasks to the appropriate scenarios.
To answer, drag the appropriate task from the column on the left to its scenario on the right. Each task 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: Model evaluation
The Model evaluation module outputs a confusion matrix showing the number of true positives, false negatives, false positives, and true negatives, as well as ROC, Precision/Recall, and Lift curves.
Box 2: Feature engineering
Feature engineering is the process of using domain knowledge of the data to create features that help ML algorithms learn better. In Azure Machine Learning, scaling and normalization techniques are applied to facilitate feature engineering. Collectively, these techniques and feature engineering are referred to as featurization.
Note: Often, features are created from raw data through a process of feature engineering. For example, a time stamp in itself might not be useful for modeling until the information is transformed into units of days, months, or categories that are relevant to the problem, such as holiday versus working day.
Box 3: Feature selection
In machine learning and statistics, feature selection is the process of selecting a subset of relevant, useful features to use in building an analytical model. Feature selection helps narrow the field of data to the most valuable inputs. Narrowing the field of data helps reduce noise and improve training performance.

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

Answer: A

NEW QUESTION 3
DRAG DROP
You need to scan the news for articles about your customers and alert employees when there is a negative article. Positive articles must be added to a press book.
Which natural language processing tasks should you use to complete the process? To answer, drag the appropriate tasks to the correct locations. Each task 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.
AI-900 dumps exhibit


Solution:
Box 1: Entity recognition
the Named Entity Recognition module in Machine Learning Studio (classic), to identify the names of things, such as people, companies, or locations in a column of text.
Named entity recognition is an important area of research in machine learning and natural language processing (NLP), because it can be used to answer many real-world questions, such as:
✑ Which companies were mentioned in a news article?
✑ Does a tweet contain the name of a person? Does the tweet also provide his current location?
✑ Were specified products mentioned in complaints or reviews?
Box 2: Sentiment Analysis
The Text Analytics API's Sentiment Analysis feature provides two ways for detecting positive and negative sentiment. If you send a Sentiment Analysis request, the API will return sentiment labels (such as "negative", "neutral" and "positive") and confidence scores at the sentence and document-level.

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

Answer: A

NEW QUESTION 4
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 5

Which type of machine learning should you use to identify groups of people who have similar purchasing habits?

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

Answer: C

Explanation:
Clustering is a machine learning task that is used to group instances of data into clusters that contain similar characteristics. Clustering can also be used to identify relationships in a dataset
Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/tasks

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


Solution:
Reliability & Safety https://en.wikipedia.org/wiki/Tay_(bot)
“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. It's also important to be able to verify that these systems are behaving as intended under actual operating conditions. How they behave and the variety of conditions they can handle reliably and safely largely reflects the range of situations and circumstances that developers anticipate during design and testing. We believe that rigorous testing is essential during system development and deployment to ensure AI systems can respond safely in unanticipated situations and edge cases, don't have unexpected performance failures, and don't evolve in ways that are inconsistent with original expectations”

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

Answer: A

NEW QUESTION 7

Which two scenarios are examples of a conversational AI workload? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. a telephone answering service that has a pre-recorder message
  • B. a chatbot that provides users with the ability to find answers on a website by themselves
  • C. telephone voice menus to reduce the load on human resources
  • D. a service that creates frequently asked questions (FAQ) documents by crawling public websites

Answer: BC

Explanation:
B: A bot is an automated software program designed to perform a particular task. Think of it as a robot without a body.
C: Automated customer interaction is essential to a business of any size. In fact, 61% of consumers prefer to communicate via speech, and most of them prefer self-service. Because customer satisfaction is a priority for all businesses, self-service is a critical facet of any customer-facing communications strategy.
Reference:
https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/ai-overview
https://docs.microsoft.com/en-us/azure/architecture/solution-ideas/articles/interactive-voice- response-bot

NEW QUESTION 8

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. inclusiveness
  • C. fairness
  • D. privacy and security

Answer: A

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 9

You have an Azure Machine Learning pipeline that contains a Split Data module. The Split Data module outputs to a Train Model module and a Score Model module. What is the function of the Split Data module?

  • A. selecting columns that must be included in the model
  • B. creating training and validation datasets
  • C. diverting records that have missing data
  • D. scaling numeric variables so that they are within a consistent numeric range

Answer: A

NEW QUESTION 10
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 11

You need to create a customer support solution to help customers access information. The solution must support email, phone, and live chat channels. Which type of Al solution should you use?

  • A. natural language processing (NLP)
  • B. computer vision
  • C. machine learning
  • D. chatbot

Answer: D

NEW QUESTION 12

You are authoring a Language Understanding (LUIS) application to support a music festival.
You want users to be able to ask questions about scheduled shows, such as: “Which act is playing on the main stage?”
The question “Which act is playing on the main stage?” is an example of which type of element?

  • A. an intent
  • B. an utterance
  • C. a domain
  • D. an entity

Answer: B

Explanation:
Utterances are input from the user that your app needs to interpret. Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/LUIS/luis-concept-utterance

NEW QUESTION 13
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 14
HOTSPOT
You have an app that identifies birds in images. The app performs the following tasks:
* Identifies the location of the birds in the image
* Identifies the species of the birds in the image
Which type of computer vision does each task use? To answer, select the appropriate options in the answer area.
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 15
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 16
......

Thanks for reading the newest AI-900 exam dumps! We recommend you to try the PREMIUM Certleader AI-900 dumps in VCE and PDF here: https://www.certleader.com/AI-900-dumps.html (281 Q&As Dumps)