[Dec 29, 2021] AI-900 Ultimate Study Guide - BraindumpsPass [Q42-Q67]

Share

[Dec 29, 2021] AI-900 Ultimate Study Guide -  BraindumpsPass

Ultimate Guide to Prepare AI-900 Certification Exam for Microsoft Certified: Azure AI Fundamentals in 2021


Explain Computer Vision Workloads Features on Azure (15-20%)

Here, the following skills will be measured:

  • Identify Azure services & tools for Computer Vision Projects – This section requires that the learners identify different capabilities of Computer Vision service, Face service, Customer Vision service, and Form Recognizer service.
  • Identify the basic types of Computer Vision Solution – The candidates need to understand and be able to identify a range of features. They include image classification solutions, semantic segmentation solutions, object detection solutions, and optical attributes recognition solutions. It also covers the attributes of facial recognition, facial analysis, and facial detection solutions.

 

NEW QUESTION 42
For a machine learning progress, how should you split data for training and evaluation?

  • A. Use labels for training and features for evaluation.
  • B. Randomly split the data into rows for training and rows for evaluation.
  • C. Use features for training and labels for evaluation.
  • D. Randomly split the data into columns for training and columns for evaluation.

Answer: B

Explanation:
https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/split-data

 

NEW QUESTION 43
You plan to apply Text Analytics API features to a technical support ticketing system.
Match the Text Analytics API features to the appropriate natural language processing scenarios.
To answer, drag the appropriate feature from the column on the left to its scenario on the right. Each feature may be used once, more than once, or not at all.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Explanation

Box1: Sentiment analysis
Sentiment Analysis is the process of determining whether a piece of writing is positive, negative or neutral.
Box 2: Broad entity extraction
Broad entity extraction: Identify important concepts in text, including key Key phrase extraction/ Broad entity extraction: Identify important concepts in text, including key phrases and named entities such as people, places, and organizations.
Box 3: Entity Recognition
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/architecture/data-guide/technology-choices/natural-language-processing
https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics

 

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

Answer: B,D

Explanation:
Section: Describe features of computer vision workloads on Azure
Explanation:
B: Identify commercial brands in images or videos from a database of thousands of global logos. You can use this feature, for example, to discover which brands are most popular on social media or most prevalent in media product placement.
C: Analyze color usage within an image. Computer Vision can determine whether an image is black & white or color and, for color images, identify the dominant and accent colors.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview

 

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

Answer:

Explanation:

Explanation

Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer

 

NEW QUESTION 48
You need to determine the location of cars in an image so that you can estimate the distance between the cars.
Which type of computer vision should you use?

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

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 49
You are building an AI system.
Which task should you include to ensure that the service meets the Microsoft transparency principle for responsible AI?

  • A. Enable autoscaling to ensure that a service scales based on demand.
  • B. Ensure that all visuals have an associated text that can be read by a screen reader.
  • C. Ensure that a training dataset is representative of the population.
  • D. Provide documentation to help developers debug code.

Answer: D

Explanation:
Reference:
https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/4-guiding-principles

 

NEW QUESTION 50
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
Text Description automatically generated

 

NEW QUESTION 51
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-gb/azure/cognitive-services/text-analytics/overview
https://azure.microsoft.com/en-gb/services/cognitive-services/speech-services/

 

NEW QUESTION 52
Which AI service can you use to interpret the meaning of a user input such as "Call me back later?"

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

Answer: C

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

 

NEW QUESTION 53
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 54
You need to develop a chatbot for a website. The chatbot must answer users questions based on the information m the following documents
* A product troubleshooting guide m a Microsoft Word document
* A frequently asked questions (FAQ) list on a webpage
Which service should you use to process the documents?

  • A. QnA Maker
  • B. Azure Bot Service
  • C. Text Analytics
  • D. Language Undemanding

Answer: A

 

NEW QUESTION 55
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. sentiment analysis
  • B. language detection
  • C. entity recognition
  • D. key phrase extraction

Answer: A

Explanation:
Section: Describe features of Natural Language Processing (NLP) workloads on Azure 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 56
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.

Answer:

Explanation:

Explanation

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.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/studio/evaluate-model-performance
https://docs.microsoft.com/en-us/azure/machine-learning/concept-automated-ml

 

NEW QUESTION 57
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 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 58
You need to provide content for a business chatbot that will help answer simple user queries.
What are three ways to create question and answer text by using QnA Maker? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Generate the questions and answers from an existing webpage.
  • B. Manually enter the questions and answers.
  • C. Connect the bot to the Cortana channel and ask questions by using Cortana.
  • D. Use automated machine learning to train a model based on a file that contains the questions.
  • E. Import chit-chat content from a predefined data source.

Answer: A,B,E

Explanation:
Automatic extraction
Extract question-answer pairs from semi-structured content, including FAQ pages, support websites, excel files, SharePoint documents, product manuals and policies.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/concepts/content-types

 

NEW QUESTION 59
You have the process shown in the following exhibit.

Which type AI solution is shown in the diagram?

  • A. a computer vision application
  • B. a machine learning model
  • C. a sentiment analysis solution
  • D. a chatbot

Answer: D

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

 

NEW QUESTION 60
Match the types of AI 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:

Explanation

Reference:
https://docs.microsoft.com/en-us/learn/paths/get-started-with-artificial-intelligence-on-azure/

 

NEW QUESTION 61
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.
Incorrect Answers: Computer Vision:
Azure's Computer Vision service provides developers with 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.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/home

 

NEW QUESTION 62
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 63
You need to predict the sea level in meters for the next 10 years.
Which type of machine learning should you use?

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

Answer: B

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

Answer:

Explanation:

Explanation
Classification

 

NEW QUESTION 65
You need to develop a mobile app for employees to scan and store their expenses while travelling.
Which type of computer vision should you use?

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

Answer: C

Explanation:
Explanation
Azure's Computer Vision API includes Optical Character Recognition (OCR) capabilities that extract printed or handwritten text from images. You can extract text from images, such as photos of license plates or containers with serial numbers, as well as from documents - invoices, bills, financial reports, articles, and more.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-recognizing-text

 

NEW QUESTION 66
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

Box 1: Yes
Azure bot service can be integrated with the powerful AI capabilities with Azure Cognitive Services.
Box 2: Yes
Azure bot service engages with customers in a conversational manner.
Box 3: No
The QnA Maker service creates knowledge base, not question and answers sets.
Note: You can use the QnA Maker service and a knowledge base to add question-and-answer support to your bot. When you create your knowledge base, you seed it with questions and answers.
Reference:
https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-tutorial-add-qna

 

NEW QUESTION 67
......

Microsoft Certified: Azure AI Fundamentals Fundamentals-AI-900 Exam-Practice-Dumps: https://www.braindumpspass.com/Microsoft/AI-900-practice-exam-dumps.html

Use Real AI-900 Dumps - Microsoft Correct Answers: https://drive.google.com/open?id=1K7ZRO2ksw_r7r3Pen_keH3Af75uHamXg