Pass Exam Questions Efficiently With AI-900 Questions (2022) [Q38-Q56]

Share

Pass Exam Questions Efficiently With AI-900 Questions (2022) 

AI-900 Questions - Truly Beneficial For Your Microsoft Exam 

NEW QUESTION 38
You need to predict the income range of a given customer by using the following dataset.

Which two fields should you use as features? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Age
  • B. Education Level
  • C. Income Range
  • D. First Name
  • E. Last Name

Answer: A,B

Explanation:
Explanation
First Name, Last Name, Age and Education Level are features. Income range is a label (what you want to predict). First Name and Last Name are irrelevant in that they have no bearing on income. Age and Education level are the features you should use.

 

NEW QUESTION 39
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:
Explanation
Graphical user interface, text, application, email Description automatically generated

Box 1: No
The validation dataset is different from the test dataset that is held back from the training of the model.
Box 2: Yes
A validation dataset is a sample of data that is used to give an estimate of model skill while tuning model's hyperparameters.
Box 3: No
The Test Dataset, not the validation set, used for this. The Test Dataset is a sample of data used to provide an unbiased evaluation of a final model fit on the training dataset.
Reference:
https://machinelearningmastery.com/difference-test-validation-datasets/

 

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:

Explanation:
The Text Analytics API is a cloud-based service that provides advanced natural language processing over raw text, and includes four main functions: sentiment analysis, key phrase extraction, named entity recognition, and language detection.
Box 1: Yes
You can detect which language the input text is written in and report a single language code for every document submitted on the request in a wide range of languages, variants, dialects, and some regional/cultural languages. The language code is paired with a score indicating the strength of the score.
Box 2: No
Box 3: Yes
Named Entity Recognition: Identify and categorize entities in your text as people, places, organizations, date/time, quantities, percentages, currencies, and more. Well-known entities are also recognized and linked to more information on the web.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview

 

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:
Explanation
Graphical user interface, text, application Description automatically generated

Reference:
https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/ai/conversational-bot
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-webchat-overview?view=azure-bot-service-4.0

 

NEW QUESTION 42
Match the types of natural languages processing 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.

Answer:

Explanation:

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

 

NEW QUESTION 43
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: B,C

Explanation:
Section: Describe features of conversational AI workloads on Azure
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.
Incorrect Answers:
D: Early bots were comparatively simple, handling repetitive and voluminous tasks with relatively straightforward algorithmic logic. An example would be web crawlers used by search engines to automatically explore and catalog web content.
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 44
You have the following dataset.

You plan to use the dataset to train a model that will predict the house price categories of houses.
What are Household Income and House Price Category? To answer, select the appropriate option in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:
Explanation

Box 1: A feature
Box 2: A label
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio/interpret-model-results

 

NEW QUESTION 45
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 46
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/bot-service/bot-service-manage-channels?view=azure-bot-service-4.0 All 3 are correct as they are the different channels to connect with a bot Office 365 email - Enable a bot to communicate with users via Office 365 email.
Microsoft Teams - Configure a bot to communicate with users through Microsoft Teams.
Web Chat - Automatically configured for you when you create a bot with the Bot Framework Service.
https://docs.microsoft.com/en-us/azure/bot-service/bot-service-manage-channels?view=azure-bot-service-4.0

 

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

Answer:

Explanation:

Explanation:
To perform real-time inferencing, you must deploy a pipeline as a real-time endpoint. Real-time endpoints must be deployed to an Azure Kubernetes Service cluster.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer#deploy

 

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

Answer:

Explanation:

Explanation:
With Microsoft's Conversational AI tools developers can build, connect, deploy, and manage intelligent bots that naturally interact with their users on a website, app, Cortana, Microsoft Teams, Skype, Facebook Messenger, Slack, and more.
Reference:
https://azure.microsoft.com/en-in/blog/microsoft-conversational-ai-tools-enable-developers-to-build-connect- and-manage-intelligent-bots

 

NEW QUESTION 49
Which metric can you use to evaluate a classification model?

  • A. true positive rate
  • B. root mean squared error (RMSE)
  • C. coefficient of determination (R2)
  • D. mean absolute error (MAE)

Answer: A

Explanation:
Section: Describe fundamental principles of machine learning on Azure
Explanation:
What does a good model look like?
An ROC curve that approaches the top left corner with 100% true positive rate and 0% false positive rate will be the best model. A random model would display as a flat line from the bottom left to the top right corner.
Worse than random would dip below the y=x line.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-understand-automated-ml#classification

 

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

Answer:

Explanation:

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

 

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

Answer: B,D

Explanation:
Section: Describe features of computer vision workloads on Azure
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 52
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.

Answer:

Explanation:

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

 

NEW QUESTION 53
You are developing a natural language processing solution in Azure. The solution will analyze customer reviews and determine how positive or negative each review is.
This is an example of which type of natural language processing workload?

  • A. entity recognition
  • B. sentiment analysis
  • C. language detection
  • D. key phrase extraction

Answer: B

Explanation:
Explanation
Sentiment Analysis is the process of determining whether a piece of writing is positive, negative or neutral.
Reference:
https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing

 

NEW QUESTION 54
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. optical character recognition (OCR)
  • D. image classification

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 55
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/cognitive-services/custom-vision-service/getting-started-build-a-classifie

 

NEW QUESTION 56
......


Studying with Revision Books

Apart from the training endorsed by the certification vendor, it’s a good idea to exhaust the study guides from Amazon. Thus, here’s what you need to know about the two must-have revision books for the Microsoft AI-900 certification exam prep:

  • Azure AI Fundamentals: Study Guide and Practice Exam for Microsoft AI-900 Exam

    This guide by David Voss is based on the current test curriculum and targets trainees looking to gain foundational knowledge of the AI solutions and services on Azure. It comprises practice test questions and explanations that are consistent with Microsoft’s online learning tools. So, if you want to prepare with confidence and pass your exam easily, get your Kindle copy today from Amazon for only around $12.

  • Microsoft AI MVP Book: Practical Guide to Microsoft AI Written by 17 AI and Azure MVPs from all around the world

    This book is a collection of skills and knowledge from a team of AI and Azure specialists with countless years of experience in the field. It is written by Microsoft Azure MVPs including Leila Etaati, Anupama Natarajan, Ashraf Ghonaim, Cameron Vetter, David Rendon, etc. who used their cumulative years of experience to design a definitive study guide and a solution for all trainees preparing for AI-900 exam. The authors state it categorically that this book does not intend to cover everything there’s to know about Microsoft AI. And that it is important to combine it with other study materials to have a better chance of passing the Microsoft AI-900 exam. In a nutshell, this guide targets AI and ML developers, architects, data scientists, .net developers, and consultants who are already familiar with the foundational AI concepts. Remember it is not your best guide if you are starting from a zero, but an excellent choice if you are already familiar with most of the concepts in this field.

 

Truly Beneficial For Your Microsoft Exam: https://www.itexamsimulator.com/AI-900-brain-dumps.html

Download Microsoft AI-900 Sample Questions: https://drive.google.com/open?id=19s6jWsz1g0YP15hlOjn-k7GYE_zCHilu