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")
The resource kind for performing sentiment analysis is "TextAnalytics" and the appropriate SKU for Azure Cognitive Services is "S0". Additionally, the region should be specified in lowercase with no spaces, which is "eastus".
B is the answer
B is the answer.
https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/sentiment-opinion-mining/overview
Sentiment analysis and opinion mining are features offered by Azure Cognitive Service for Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. These features help you find out what people think of your brand or topic by mining text for clues about positive or negative sentiment, and can associate them with specific aspects of the text.
Correct answer is B.
create_resource("res1", "TextAnalytics", "S0", "eastus")
Note TextAnalysis will be rebranded into Cognitive Services for Language Service
This section is not available anymore. Please use the main Exam Page.AI-102 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
syupwsh
2 months, 2 weeks agoomankoman
4 months, 3 weeks agonanaw770
5 months agoevangelist
9 months agoevangelist
9 months agordemontis
11 months, 3 weeks agoSaviB
1 year agoMobidic
10 months, 2 weeks agozellck
1 year, 3 months agoap1234pa
1 year, 9 months agoEltooth
2 years, 3 months agoPHD_CHENG
2 years, 4 months agoPHD_CHENG
2 years, 5 months ago