Discount Offer
Go Back on AI-102 Exam
Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99



Pass exam with Dumps4free or we will provide you with three additional months of access for FREE.

AI-102 Practice Test


Page 8 out of 51 Pages

Topic 3: Misc. Questions

You need to create a new resource that will be used to perform sentiment analysis and
optical character recognition (OCR). The solution must meet the following requirements:
Use a single key and endpoint to access multiple services.
Consolidate billing for future services that you might use.
Support the use of Computer Vision in the future.
How should you complete the HTTP request to create the new resource? To answer, select
the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.






You build a language model by using Conversational Language Understanding. The
language model is used to search for information on a contact list by using an intent named
Findcontact. A conversational expert provides you with the following list of phrases to use
for training
• Find contacts in London.
• Who do I know in Seattle?
• Search for contacts m Ukraine.
You need to implement the phrase list in Conversational Language Understanding.
Solution: You create a new utterance for each phrase in the FindContact intent.

Does this meet the goal?


A.

Yes


B.

No





B.
  

No



You are building a bot on a local computer by using the Microsoft Bot Framework. The bot
will use an existing Language Understanding model.
You need to translate the Language Understanding model locally by using the Bot
Framework CLI. What should you do first?


A.

From the Language Understanding portal, clone the model.


B.

Export the model as an .lu file.


C.

Create a new Speech service.


D.

Create a new Language Understanding service.





B.
  

Export the model as an .lu file.



Explanation:
You might want to manage the translation and localization for the language understanding
content for your bot independently.
Translate command in the @microsoft/bf-lu library takes advantage of the Microsoft text
translation API to automatically machine translate .lu files to one or more than 60+
languages supported by the Microsoft text translation cognitive service.
What is translated?
An .lu file and optionally translate Comments in the lu file
LU reference link texts
List of .lu files under a specific path.
Reference:
https://github.com/microsoft/botframework-cli/blob/main/packages/luis/docs/translatecommand.
md

You have the following C# method.

You need to deploy an Azure resource to the East US Azure region. The resource will be
used to perform sentiment analysis.
How should you call the method?


A.

create_resource("res1", "ContentModerator", "S0", "eastus")


B.

create_resource("res1", "TextAnalytics", "S0", "eastus")


C.

create_resource("res1", "ContentModerator", "Standard", "East US")


D.

create_resource("res1", "TextAnalytics", "Standard", "East US")





B.
  

create_resource("res1", "TextAnalytics", "S0", "eastus")



Explanation:
To perform sentiment analysis, we specify TextAnalytics, not ContentModerator.
Possible SKU names include: 'F0','F1','S0','S1','S2','S3','S4','S5','S6','S7','S8'
Possible location names include: westus, eastus
Reference:
https://docs.microsoft.com/en-us/powershell/module/az.cognitiveservices/newazcognitiveservicesaccount

You train a Custom Vision model to identify a company’s products by using the Retail domain.
You plan to deploy the model as part of an app for Android phones.
You need to prepare the model for deployment.
Which three 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.







Page 8 out of 51 Pages
Previous