Free Microsoft Azure AI-102 Actual Exam Questions - Question 13 Discussion

Question No. 13
You have the following C# method.
AI-102 practice exam questions
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?
Select one option, then reveal solution.
US
NT
Noah T.
2026-02-13

I think the service name is the main clue here—sentiment analysis belongs to TextAnalytics, not ContentModerator. Does the method specify if the region parameter needs to be lowercase or exactly "East US"?

0
RL
Ryan L.
2026-02-09

B/D? I agree TextAnalytics is the right service for sentiment analysis, so A and C are out. Between B and D, the SKU "S0" is the typical tier for TextAnalytics, so that fits better than "Standard." Also, the region name usually doesn’t have spaces and is lowercase, so "eastus" is correct. So B seems more accurate than D based on naming conventions alone.

0
KV
Kevin V.
2026-02-05

This one’s pretty straightforward once you know the service names. Sentiment analysis is definitely part of TextAnalytics, not ContentModerator. Also, the region should be lowercase with no spaces, so "eastus" fits. Plus, S0 is the right SKU code for that service. So I’d go with B.

0
KV
Kevin V.
2026-02-03

The API likely expects the SKU exactly as "S0" and the region in lowercase without spaces, so D and C are off. Since sentiment analysis is under TextAnalytics, B fits best here.

0
RU
Rizwan U.
2026-01-22

B, since TextAnalytics supports sentiment and "eastus" is correct region format.

0
IS
Imran S.
2026-01-22

Option B makes the most sense since sentiment analysis is part of Text Analytics, not Content Moderator. Also, the SKU “S0” is a valid tier for TextAnalytics, and “eastus” is the correct region format. The other options use either wrong service names or region formatting, so they don’t fit as well for deploying a sentiment analysis resource.

0
IS
Imran S.
2026-01-17

B imo, TextAnalytics fits sentiment analysis best here.

0