The Most In-Demand Microsoft AI-900 Pass Guaranteed Quiz [Q135-Q159]

Share

The Most In-Demand Microsoft AI-900 Pass Guaranteed Quiz

New Version AI-900 Certificate & Helpful Exam Dumps is Online

NEW QUESTION # 135
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

Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-service-overview-introduction?view=azure-bot-service-4.


NEW QUESTION # 136
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 # 137
You need to make the press releases of your company available in a range of languages.
Which service should you use?

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

Answer: B

Explanation:
Translator is a cloud-based machine translation service you can use to translate text in near real-time through a simple REST API call. The service uses modern neural machine translation technology and offers statistical machine translation technology. Custom Translator is an extension of Translator, which allows you to build neural translation systems.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/


NEW QUESTION # 138
You are developing a model to predict events by using classification.
You have a confusion matrix for the model scored on test data as shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio/evaluate-model-performance Finding TP is easy. It basically means the value where Predicted and True value is 1 and that is 11 in this case.
False Negative means where true value was 1 but predicted value was 0 and that is 1033 in this case The confusion matrix shows cases where both the predicted and actual values were 1 (known as true positives) at the top left, and cases where both the predicted and the actual values were 0 (true negatives) at the bottom right. The other cells show cases where the predicted and actual values differ (false positives and false negatives).
https://docs.microsoft.com/en-us/learn/modules/create-classification-model-azure-machine-learning-designer/evaluate-model


NEW QUESTION # 139
You have a frequently asked questions (FAQ) PDF file.
You need to create a conversational support system based on the FAQ.
Which service should you use?

  • A. QnA Maker
  • B. Computer Vision
  • C. Language Understanding (LUIS)
  • D. Text Analytics

Answer: A

Explanation:
Explanation
QnA Maker is a cloud-based API service that lets you create a conversational question-and-answer layer over your existing data. Use it to build a knowledge base by extracting questions and answers from your semi-structured content, including FAQs, manuals, and documents.
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/qna-maker/


NEW QUESTION # 140
You are building a knowledge base by using QnA Maker. Which file format can you use to populate the knowledge base?

  • A. XML
  • B. PPTX
  • C. PDF
  • D. ZIP

Answer: C

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/concepts/data-sources-and-content


NEW QUESTION # 141
You are developing a chatbot solution in Azure.
Which service should you use to determine a user's intent?

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

Answer: A

Explanation:
Language Understanding (LUIS) is a cloud-based API service that applies custom machine-learning intelligence to a user's conversational, natural language text to predict overall meaning, and pull out relevant, detailed information.
Design your LUIS model with categories of user intentions called intents. Each intent needs examples of user utterances. Each utterance can provide data that needs to be extracted with machine-learning entities.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/what-is-luis


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

Explanation
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.
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 # 143
In which two scenarios can you use a speech synthesis solution? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. generating live captions for a news broadcast
  • B. extracting key phrases from the audio recording of a meeting
  • C. an Al character in a computer game that speaks audibly to a player
  • D. an automated voice that reads back a credit card number entered into a telephone by using a numeric keypad

Answer: C,D

Explanation:
Azure Text to Speech is a Speech service feature that converts text to lifelike speech.
Reference:
https://azure.microsoft.com/en-in/services/cognitive-services/text-to-speech/


NEW QUESTION # 144
You are developing a chatbot solution in Azure.
Which service should you use to determine a user's intent?

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

Answer: A

Explanation:
Section: Describe features of Natural Language Processing (NLP) workloads on Azure Explanation:
Language Understanding (LUIS) is a cloud-based API service that applies custom machine-learning intelligence to a user's conversational, natural language text to predict overall meaning, and pull out relevant, detailed information.
Design your LUIS model with categories of user intentions called intents. Each intent needs examples of user utterances. Each utterance can provide data that needs to be extracted with machine-learning entities.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/what-is-luis


NEW QUESTION # 145
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 Validation type to Auto.
  • D. Set Primary metric to accuracy.

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 # 146
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:

Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/face/#features


NEW QUESTION # 147
You are developing a model to predict events by using classification.
You have a confusion matrix for the model scored on test data as shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation:
Box 1: 11

TP = True Positive.
The class labels in the training set can take on only two possible values, which we usually refer to as positive or negative. The positive and negative instances that a classifier predicts correctly are called true positives (TP) and true negatives (TN), respectively. Similarly, the incorrectly classified instances are called false positives (FP) and false negatives (FN).
Box 2: 1,033
FN = False Negative
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio/evaluate-model-performance


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

Answer:

Explanation:

Explanation:

Azure Custom Vision is a cognitive service that lets you build, deploy, and improve your own image classifiers. An image classifier is an AI service that applies labels (which represent classes) to images, according to their visual characteristics. Unlike the Computer Vision service, Custom Vision allows you to specify the labels to apply.
Note: The Custom Vision service uses a machine learning algorithm to apply labels to images. You, the developer, must submit groups of images that feature and lack the characteristics in question. You label the images yourself at the time of submission. Then the algorithm trains to this data and calculates its own accuracy by testing itself on those same images. Once the algorithm is trained, you can test, retrain, and eventually use it to classify new images according to the needs of your app. You can also export the model itself for offline use.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/home custom vision - This is a type of computer vision service which helps in building/training models using user provided data Creating an object detection solution with Custom Vision consists of three main tasks. First you must use upload and tag images, then you can train the model, and finally you must publish the model so that client applications can use it to generate predictions.
https://docs.microsoft.com/en-us/learn/modules/detect-objects-images-custom-vision/2-object-detection-azure


NEW QUESTION # 149
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. assembly line machinery that autonomously inserts headlamps into cars
  • B. a smart device in the home that responds to questions such as "What will the weather be like today?"
  • C. monitoring the temperature of machinery to turn on a fan when the temperature reaches a specific threshold
  • D. a website that uses a knowledge base to interactively respond to users' questions

Answer: B,D

Explanation:
Section: Describe features of conversational AI workloads on Azure


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

Answer:

Explanation:

Explanation

Azure Custom Vision is a cognitive service that lets you build, deploy, and improve your own image classifiers. An image classifier is an AI service that applies labels (which represent classes) to images, according to their visual characteristics. Unlike the Computer Vision service, Custom Vision allows you to specify the labels to apply.
Note: The Custom Vision service uses a machine learning algorithm to apply labels to images. You, the developer, must submit groups of images that feature and lack the characteristics in question. You label the images yourself at the time of submission. Then the algorithm trains to this data and calculates its own accuracy by testing itself on those same images. Once the algorithm is trained, you can test, retrain, and eventually use it to classify new images according to the needs of your app. You can also export the model itself for offline use.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/home


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

Answer:

Explanation:

Explanation:
Graphical user interface, table Description automatically generated

Reference:
https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/innovate/best-practices/trusted-ai


NEW QUESTION # 152
Which two components can you drag onto a canvas in Azure Machine Learning designer? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. pipeline
  • B. module
  • C. dataset
  • D. compute

Answer: B,C

Explanation:
You can drag-and-drop datasets and modules onto the canvas.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer


NEW QUESTION # 153
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

Reference:
https://docs.microsoft.com/en-gb/azure/cognitive-services/qnamaker/concepts/data-sources-and-content
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/choose-natural-language-processing-service QnA maker conversational AI service and has nothing to do with SQL database You can easily create a user support bot solution on Microsoft Azure using a combination of two core technologies:
- QnA Maker. This cognitive service enables you to create and publish a knowledge base with built-in natural language processing capabilities.
- Azure Bot Service. This service provides a framework for developing, publishing, and managing bots on Azure.
https://docs.microsoft.com/en-us/learn/modules/build-faq-chatbot-qna-maker-azure-bot-service/2-get-started-qna LUIS is used to understand user intent from utterances.
Creating a language understanding application with Language Understanding consists of two main tasks. First you must define entities, intents, and utterances with which to train the language model - referred to as authoring the model. Then you must publish the model so that client applications can use it for intent and entity prediction based on user input.
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/choose-natural-language-processing-service


NEW QUESTION # 154
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. object detection
  • B. semantic segmentation
  • C. image classification
  • D. optical character recognition (OCR)

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 # 155
Select the answer that correctly completes the sentence.

Answer:

Explanation:
Explanation


NEW QUESTION # 156
You are building a chatbot that will use natural language processing (NLP) to perform the following actions based on the text input of a user:
* Accept customer orders.
* Retrieve support documents.
* Retrieve order status updates.
Which type of NLP should you use?

  • A. sentiment analysis
  • B. translation
  • C. language modeling
  • D. named entity recognition

Answer: D


NEW QUESTION # 157
Match the machine learning models to the appropriate deceptions.
To answer, drag the appropriate model from the column on the left to its description on the right Each model may be used once, more than once, or not at all.
NOTE: Each correct match is worth one point.

Answer:

Explanation:


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

Answer:

Explanation:
Explanation


NEW QUESTION # 159
......


Prerequisites

Microsoft AI-900 is a foundational-level certification exam. Therefore, the potential candidates are required to possess basic knowledge of the AI and ML concepts. They also need to have an understanding of the associated Microsoft Azure services. These individuals can have technical or non-technical backgrounds. They do not need to have software engineering or science experience before taking the test. However, some programming experience or knowledge would be an advantage for them.

The AI-900 exam is designed to validate the students’ knowledge of AI workloads & considerations, as well as attributes of computer vision workloads within Azure. It also certifies their understanding of the basic principles of ML on Azure and attributes of conversational Artificial Intelligence workloads on Azure. The applicants are also required to demonstrate their knowledge of the attributes of NLP (Natural Language Processing) workloads on Azure.

 

AI-900 Free Certification Exam Material with 235 Q&As : https://exampasspdf.testkingit.com/Microsoft/latest-AI-900-exam-dumps.html