[Q21-Q45] Pass Your AI-900 Exam Easily With 100% Exam Passing Guarantee [2023]

Share

Pass Your AI-900 Exam Easily With 100% Exam Passing Guarantee [2023]

AI-900 Dumps are Available for Instant Access from ITexamReview


Microsoft AI-900 Certification Exam, also known as the Microsoft Azure AI Fundamentals Exam, is a certification designed for individuals who want to demonstrate their knowledge of artificial intelligence and its applications in the Microsoft Azure ecosystem. AI-900 exam is an excellent starting point for those who are interested in pursuing a career in AI or are looking to enhance their skills in the field. AI-900 exam covers various fundamental concepts, including machine learning, natural language processing, computer vision, and conversational AI.

 

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

Answer:

Explanation:
Explanation
Diagram Description automatically generated

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.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/named-entity-recognition
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-sentimen


NEW QUESTION # 22
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 # 23
To complete the sentence, select the appropriate option in the answer area.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/linear-regression
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/machine-learning-initialize-model-clustering Regression is a form of machine learning that is used to predict a numeric label based on an item's features.
https://docs.microsoft.com/en-us/learn/modules/create-regression-model-azure-machine-learning-designer/introduction


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

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/dotnet/machine-learning/resources/tasks


NEW QUESTION # 25
You have a database that contains a list of employees and their photos.
You are tagging new photos of the employees.
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/face/overview
https://docs.microsoft.com/en-us/azure/cognitive-services/face/concepts/face-detection


NEW QUESTION # 26
You need to predict the sea level in meters for the next 10 years.
Which type of machine learning should you use?

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

Answer: A

Explanation:
Section: Describe fundamental principles of machine learning on Azure
Explanation:
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.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/linear-regression


NEW QUESTION # 27
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 Validation type to Auto.
  • C. Set Primary metric to accuracy.
  • D. Set Max concurrent iterations to 0.

Answer: A

Explanation:
Section: Describe Artificial Intelligence workloads and considerations
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-service/


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

Answer:

Explanation:

Explanation
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"


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

Answer:

Explanation:

Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/form-recognizer/


NEW QUESTION # 30
Select the answer that correctly completes the sentence

Answer:

Explanation:


NEW QUESTION # 31
You have an Al solution that provides users with the ability to control smart devices by using verbal commands.
Which two types of natural language processing (NLP) workloads does the solution use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. speech-to-text
  • B. key phrase extraction
  • C. language modeling
  • D. translation
  • E. text-to-speech

Answer: A,B


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

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/linear-regression
https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/machine-learning-initialize-model-clustering Regression is a form of machine learning that is used to predict a numeric label based on an item's features.
https://docs.microsoft.com/en-us/learn/modules/create-regression-model-azure-machine-learning-designer/introduction


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

Answer:

Explanation:


NEW QUESTION # 34
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 Validation type to Auto.
  • C. Set Primary metric to accuracy.
  • D. Set Max concurrent iterations to 0.

Answer: A

Explanation:
Section: Describe Artificial Intelligence workloads and considerations
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-service/


NEW QUESTION # 35
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 # 36
Select the answer that correctly completes the sentence.

Answer:

Explanation:


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

Answer:

Explanation:
Explanation

Accelerate your business processes by automating information extraction. Form Recognizer applies advanced machine learning to accurately extract text, key/value pairs, and tables from documents. With just a few samples, Form Recognizer tailors its understanding to your documents, both on-premises and in the cloud.
Turn forms into usable data at a fraction of the time and cost, so you can focus more time acting on the information rather than compiling it.
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/form-recognizer/


NEW QUESTION # 38
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. Extract key phrases.
  • B. Detect brands in an image.
  • C. Translate text between languages.
  • D. Detect the color scheme in an image
  • E. Predict stock prices.

Answer: A,B

Explanation:
Explanation
B: 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.
E: Computer Vision includes Optical Character Recognition (OCR) capabilities. You can use the new Read API to extract printed and handwritten text from images and documents. It uses the latest models and works with text on a variety of surfaces and backgrounds. These include receipts, posters, business cards, letters, and whiteboards. The two OCR APIs support extracting printed text in several languages.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview


NEW QUESTION # 39
You use Azure Machine Learning designer to publish an inference pipeline.
Which two parameters should you use to consume the pipeline? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. the REST endpoint
  • B. the training endpoint
  • C. the model name
  • D. the authentication key

Answer: A,C

Explanation:
A: The trained model is stored as a Dataset module in the module palette. You can find it under My Datasets.
Azure Machine Learning designer lets you visually connect datasets and modules on an interactive canvas to create machine learning models.
D: You can consume a published pipeline in the Published pipelines page. Select a published pipeline and find the REST endpoint of it.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-run-batch-predictions-designer
https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer


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

Answer:

Explanation:

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


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
To complete the sentence, select the appropriate option in the answer area.

Answer:

Explanation:


NEW QUESTION # 43
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 # 44
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:

Reference:
https://developers.google.com/machine-learning/practica/image-classification
https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/object-detection-model-builder
https://nanonets.com/blog/how-to-do-semantic-segmentation-using-deep-learning/


NEW QUESTION # 45
......


About Exam AI-900

The interested candidate for the Microsoft AI-900 test, which also goes under the name the Azure test for AI Fundamentals, should have at least some foundational understanding of the concept of AI features alongside ML ones. This exam will test the entrant's knowledge of different AI common workloads, principles of AI and ML, NLP workloads, and other related concepts. When it comes to the details for this exam, the Microsoft AI-900 is available in several languages, among which you'll find Spanish, English, Korean, German, Chinese (Simplified), and French. Such an exam comes with a registration fee of $99 and should be scheduled through Pearson VUE. Also, in the main exam, candidates will be exposed to around 40-60 tasks with 1 hour given to solve them.

 

Study resources for the Valid AI-900 Braindumps: https://www.itexamreview.com/AI-900-exam-dumps.html

Latest Microsoft Certified: Azure AI Fundamentals AI-900 Actual Free Exam Questions: https://drive.google.com/open?id=1mwBbkXyoBFEtUyIcJmWfuIcRkFyuYF2M