AI-102 Exam - Designing and Implementing an Azure AI Solution

certleader.com

It is impossible to pass Microsoft AI-102 exam without any help in the short term. Come to Examcollection soon and find the most advanced, correct and guaranteed Microsoft AI-102 practice questions. You will get a surprising result by our Renew Designing and Implementing an Azure AI Solution practice guides.

Online Microsoft AI-102 free dumps demo Below:

NEW QUESTION 1
HOTSPOT
You are planning the product creation project.
You need to build the REST endpoint to create the multilingual product descriptions. How should you complete the URI? To answer, select the appropriate options in the
answer area.
NOTE: Each correct selection is worth one point.
AI-102 dumps exhibit


Solution:
Box 1: api-nam.cognitive.microsofttranslator.com
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0- reference
Box 2: /translate

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 2

You build a chatbot that uses the Azure OpenAI GPT 3.5 model.
You need to improve the quality of the responses from the chatbot. The solution must minimize development effort.
What are two ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct answer is worth one point.

  • A. Fine-tune the model.
  • B. Provide grounding content.
  • C. Add sample request/response pairs.
  • D. Retrain the language model by using your own data.
  • E. Train a custom large language model (LLM).

Answer: BC

NEW QUESTION 3
HOTSPOT
Select the answer that correctly completes the sentence.
AI-102 dumps exhibit


Solution:
AI-102 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 4
HOTSPOT
Select the answer that correctly completes the sentence.
AI-102 dumps exhibit


Solution:
AI-102 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 5
HOTSPOT
You plan to deploy a containerized version of an Azure Cognitive Services service that will be used for text analysis.
You configure https://contoso.cognitiveservices.azure.com as the endpoint URI for the service, and you pull the latest version of the Text Analytics Sentiment Analysis container.
You need to run the container on an Azure virtual machine by using Docker.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
AI-102 dumps exhibit


Solution:
Box 1: mcr.microsoft.com/azure-cognitive-services/textanalytics/sentiment
To run the Sentiment Analysis v3 container, execute the following docker run command. docker run --rm -it -p 5000:5000 --memory 8g --cpus 1 \
mcr.microsoft.com/azure-cognitive-services/textanalytics/sentiment \ Eula=accept \
Billing={ENDPOINT_URI} \
ApiKey={API_KEY} is the endpoint for accessing the Text Analytics API. https://<your- custom-subdomain>.cognitiveservices.azure.com
Box 2: https://contoso.cognitiveservices.azure.com
{ENDPOINT_URI} is the endpoint for accessing the Text Analytics API: https://<your- custom-subdomain>.cognitiveservices.a The endpoint for accessing the Text Analytics API. zure.com

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 6

You are building a Chatbot by using the Microsoft Bot Framework SDK. The bot will be used to accept food orders from customers and allow the customers to customize each food item. You need to configure the bot to ask the user for additional input based on the type of item ordered. The solution must minimize development effort. Which two types of dialogs should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • A. adaptive
  • B. action
  • C. waterfall
  • D. prompt
  • E. input

Answer: BC

NEW QUESTION 7

You are building a Conversational Language Understanding model.
You need to ensure that the model will support the following sample utterances:
• Set all the lights to on.
• Turn off the lights in the living room.
• What is the current thermostat temperature?
• Lower the temperature of the thermostat by five degrees. Which three elements should you add to the model?
Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • A. a location Intent
  • B. a change setting entity
  • C. a device intent
  • D. a change setting intent
  • E. a query setting intent
  • F. a device entity

Answer: BCF

NEW QUESTION 8

Which database transaction property ensures that transactional changes to a database are preserved during unexpected operating system restarts?

  • A. durability
  • B. atomicity
  • C. consistency
  • D. isolation

Answer: A

NEW QUESTION 9

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You develop an application to identify species of flowers by training a Custom Vision model. You receive images of new flower species.
You need to add the new images to the classifier.
Solution: You add the new images, and then use the Smart Labeler tool. Does this meet the goal?

  • A. Yes
  • B. No

Answer: B

Explanation:
The model need to be extended and retrained.
Note: Smart Labeler to generate suggested tags for images. This lets you label a large number of images more quickly when training a Custom Vision model.

NEW QUESTION 10

You have an Azure subscription that contains an Azure App Service app named Appl. You provision a multi-service Azure Cognitive Services resource named CSAccount1.
You need to configure App1 to access CSAccount1. The solution must minimize administrative effort.
What should you use to configure App1?

  • A. a system-assigned managed identity and an X.509 certificate
  • B. the endpoint URI and an OAuth token
  • C. the endpoint URI and a shared access signature (SAS) token
  • D. the endpoint URI and subscription key

Answer: D

NEW QUESTION 11

You plan create an index for an Azure Cognitive Search service by using the Azure portal. The Cognitive Search service will connect to an Azure SQL database
The Azure SQL database contains a table named UserMessages. Each row m User
Messages has a field named MessageCopy that contains the text of social media messages sent by a user
Users win perform full text searches against the MessageCopy field, and the values of the field will be shown to the users-
You need to configure the properties of the index for the MessageCopy field to support the solution.
Winch attributes should you enable for the field?

  • A. Searchable arc Retrievable
  • B. Sortable and Retrievable
  • C. Searchable arc Facetable
  • D. Filterable and Retrievable

Answer: A

NEW QUESTION 12
HOTSPOT
Select the answer that correctly completes the sentence.
AI-102 dumps exhibit


Solution:
AI-102 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 13

You use the Custom Vision service to build a classifier.
After training is complete, you need to evaluate the classifier.
Which two metrics are available for review? Each correct answer presents a complete solution. (Choose two.)
NOTE: Each correct selection is worth one point.

  • A. recall
  • B. F-score
  • C. weighted accuracy
  • D. precision
  • E. area under the curve (AUC)

Answer: AD

Explanation:
Custom Vision provides three metrics regarding the performance of your model: precision, recall, and AP.
Reference:
https://www.tallan.com/blog/2020/05/19/azure-custom-vision/

NEW QUESTION 14
HOTSPOT
You are building an app that will process incoming email and direct email messages to either French or English language support teams.
Which Azure Cognitive Services API should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
AI-102 dumps exhibit


Solution:
AI-102 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 15

You are building a natural language model. You need to enable active learning.
What should you do?

  • A. Add show-all-intents=true to the prediction endpoint query.
  • B. Enable speech priming.
  • C. Add log=true to the prediction endpoint query.
  • D. Enable sentiment analysis.

Answer: C

Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-review-endpoint-utterances#log-user-queries-to-enable-active-learning

NEW QUESTION 16
DRAG DROP
You are planning the product creation project.
You need to recommend a process for analyzing videos.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. (Choose four.)
AI-102 dumps exhibit


Solution:
Scenario: All videos must have transcripts that are associated to the video and included in product descriptions.
Product descriptions, transcripts, and all text must be available in English, Spanish, and Portuguese.
Step 1: Upload the video to blob storage
Given a video or audio file, the file is first dropped into a Blob Storage. T
Step 2: Index the video by using the Video Indexer API.
When a video is indexed, Video Indexer produces the JSON content that contains details of the specified video insights. The insights include: transcripts, OCRs, faces, topics, blocks, etc.
Step 3: Extract the transcript from the Video Indexer API. Step 4: Translate the transcript by using the Translator API.

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 17
HOTSPOT
You are building a call handling system that will receive calls from French-speaking and German-speaking callers. The system must perform the following tasks;
• Capture inbound voice messages as text.
• Replay messages in English on demand.
Which Azure Cognitive Services should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
AI-102 dumps exhibit


Solution:
AI-102 dumps exhibit

Does this meet the goal?
  • A. Yes
  • B. Not Mastered

Answer: A

NEW QUESTION 18
......

Thanks for reading the newest AI-102 exam dumps! We recommend you to try the PREMIUM Downloadfreepdf.net AI-102 dumps in VCE and PDF here: https://www.downloadfreepdf.net/AI-102-pdf-download.html (321 Q&As Dumps)