PDF (New 2025) Actual Microsoft AI-900 Exam Questions [Q152-Q171]

Share

PDF (New 2025) Actual Microsoft AI-900 Exam Questions

Dumps Moneyack Guarantee - AI-900 Dumps UpTo 90% Off


Microsoft AI-900 certification exam covers a wide range of topics related to AI, including machine learning, natural language processing, computer vision, and conversational AI. It tests one's ability to understand the basic principles of AI and how to apply them to solve real-world problems using the Microsoft Azure platform. Additionally, it evaluates one's knowledge of the ethical and responsible use of AI technologies.

 

NEW QUESTION # 152
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. Text Analytics
  • C. Language Undemanding
  • D. Azure Bot Service

Answer: A


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:

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

Answer:

Explanation:


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

Answer:

Explanation:


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

Answer:

Explanation:


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

Reference:
https://docs.microsoft.com/en-us/azure/architecture/data-guide/technology-choices/natural-language-processing


NEW QUESTION # 160
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 # 161
Which metric can you use to evaluate a classification model?

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

Answer: C

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

Answer:

Explanation:

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


NEW QUESTION # 163
Match the principles of responsible AI to the appropriate descriptions.
To answer, drag the appropriate principle from the column on the left to its description on the right. Each principle may be used once, more than once, or not at all.
NOTE: Each correct match is worth one point.

Answer:

Explanation:


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

Answer:

Explanation:

Explanation:


NEW QUESTION # 165
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
Custom Vision functionality can be divided into two features. Image classification applies one or more labels to an image. Object detection is similar, but it also returns the coordinates in the image where the applied label(s) can be found.
Box 2: Yes
The Custom Vision service uses a machine learning algorithm to analyze images. You, the developer, 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.
Box 3: No
Custom Vision service can be used only on graphic files.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/Custom-Vision-Service/overview


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

Answer: C

Explanation:
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 # 167
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 # 168
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:

Explanation
1- Regression
2- Clustering
3- Classification


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

Answer:

Explanation:

Explanation
Features


NEW QUESTION # 171
......

Updated Jan-2025 Pass AI-900 Exam - Real Practice Test Questions: https://www.verifieddumps.com/AI-900-valid-exam-braindumps.html

Pass Your Exam With 100% Verified AI-900 Exam Questions: https://drive.google.com/open?id=1HGRemsKxNQtGVUjGova5RfOfhkCwo7mY