AI-102 Designing and Implementing an Azure AI Solution

Loading demo links...

Showing 7–9 of 15 questions

Question 7 (New Update)

You have a text-based chatbot.

You need to enable content moderation by using the Text Moderation API of Content Moderator. Which two service responses should you use? Each correct answer presents part of the solution NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • the adult classification score

  • optical character recognition (OCR)

  • personal data

  • text classification

  • the racy classification score

Question 8 (Mixed Questions)

You are developing the smart e-commerce project.

You need to implement autocompletion as part of the Cognitive Search solution.

Which three actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Make API queries to the autocomplete endpoint and include suggesterName in the body.

  • Add a suggester that has the three product name fields as source fields.

  • Make API queries to the search endpoint and include the product name fields in the searchFields query parameter.

  • Add a suggester for each of the three product name fields.

  • Set the searchAnalyzer property for the three product name variants.

  • Set the analyzer property for the three product name variants.


    Use the default standard Lucene analyzer ("analyzer": null) or a language analyzer (for example, "analyzer": "en.Microsoft") on the field.
    Reference: https://docs.microsoft.com/en-us/azure/search/index-add-suggesters

Question 9 (Mixed Questions)

You need to implement a table projection to generate a physical expression of an Azure Cognitive Search index.

Which three properties should you specify in the skillset definition JSON configuration table node? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • tableName

  • generatedKeyName

  • dataSource

  • dataSourceConnection

  • source