exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 2 question 38 discussion

Actual exam question from Microsoft's AI-100
Question #: 38
Topic #: 2
[All AI-100 Questions]

You need to build a reputation monitoring solution that reviews Twitter activity about your company. The solution must identify negative tweets and tweets that contain inappropriate images.
You plan to use Azure Logic Apps to build the solution.
Which two additional Azure services should you include in the solution? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Computer Vision
  • B. Azure Blueprint
  • C. Content Moderator
  • D. Text Analytics
  • E. Azure Machine Learning Service
  • F. Form Recognizer
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️
C: You can filter your tweets using Azure Logic Apps & Content Moderation. Azure Content Moderator is a cognitive service that checks text, image, and video content for material that is potentially offensive, risky, or otherwise undesirable. When this material is found, the service applies appropriate labels (flags) to the content. Your app can then handle flagged content in order to comply with regulations or maintain the intended environment for users.
D: You can write an application so that when a user tweets with configured Twitter Hashtag, Logic App gets triggered and passed to Cognitive Text Analytics
Connector for detecting the sentiments of the tweet (text). If the tweeted text is found to be harsh or with bad or abusive language, the tweet can be handled appropriately.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/content-moderator/overview https://www.c-sharpcorner.com/article/role-of-text-analytics-service-as-a-connector-in-azure-logic-apps/

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rveney
2 years ago
To identify negative tweets and tweets that contain inappropriate images, you can use Azure Content Moderator. Azure Content Moderator is a cognitive service that checks text, image, and video content for material that is potentially offensive, risky, or otherwise undesirable. You can use the Text Analytics connector in Azure Logic Apps to analyze the sentiment of tweets[1]. You can then use Azure Content Moderator to check the images in the tweets for inappropriate content. Therefore, you should include Azure Content Moderator and Text Analytics in the solution.
upvoted 1 times
...
Romesh
4 years, 2 months ago
For inappropriate images we need computer vision, I would go with text analytics along with it
upvoted 2 times
DonGeo
4 years, 1 month ago
It is definitely Content Moderator and not Computer Vision
upvoted 3 times
...
ruslyal
4 years ago
inappropriate images are captured via COntent Moderator https://azure.microsoft.com/en-us/services/cognitive-services/content-moderator/
upvoted 3 times
...
...
renuka1234
4 years, 3 months ago
Correct
upvoted 3 times
...
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.

SaveCancel
Loading ...