Practice Free AI-102 Exam Online Questions
You have an Azure subscription that contains an Azure Al Content Safety resource named CS1.
You create a test image that contains a circle.
You submit the test image to CS1 by using the curl command and the following command-line parameters.

What should you expect as the output?
- A . 0
- B . 0.0
- C . 7
- D . 100
You have an Azure subscription.
You plan to build an app that will use the Azure Al DALL-E model.
You need to deploy the model.
What should you use?
- A . Azure OpenAI Studio and Azure Command-Line Interface (CU)
- B . the Azure SDK for JavaScript and Azure Machine Learning Studio
- C . the Azure portal and Microsoft Graph API
- D . the Azure SDK for Python and PowerShell cmdlets
DRAG DROP
You have a Language Understanding solution that runs in a Docker container.
You download the Language Understanding container image from the Microsoft Container Registry (MCR).
You need to deploy the container image to a host computer.
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.


HOTSPOT
You are building an app that will perform translations by using the Azure Al Translator service.
You need to ensure that the app will translate user-inputted text.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


HOTSPOT
You are developing the knowledgebase by using Azure Cognitive Search.
You need to build a skill that will be used by indexers.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Explanation:
Box 1: "categories": ["Locations", "Persons", "Organizations"], Locations, Persons, Organizations are in the outputs.
Scenario: Contoso plans to develop a searchable knowledgebase of all the intellectual property
Note: The categories parameter is an array of categories that should be extracted. Possible category types: "Person", "Location", "Organization", "Quantity", "Datetime", "URL", "Email". If no category is provided, all types are returned.
Box 2: {"name": " entities"}
The include wikis, so should include entities in the outputs.
Note: entities is an array of complex types that contains rich information about the entities extracted from text, with the following fields
name (the actual entity name. This represents a "normalized" form)
wikipediaId
wikipediaLanguage
wikipediaUrl (a link to Wikipedia page for the entity)
etc.
Reference: https://docs.microsoft.com/en-us/azure/search/cognitive-search-skill-entity-recognition
What ate two uses of data visualization? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . Communicate the significance of data.
- B . Represent trends and patterns over time.
- C . Implement machine learning to predict future values.
- D . Enforce business logic across reports.
HOTSPOT
You have an Azure subscription
You need to create a new resource that will generate fictional stories in response to user prompts.
The solution must ensure that the resource uses a customer-managed key to protect data.
How should you complete the script? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


HOTSPOT
You plan to provision Azure AI service resources by using the following method.



You have an Azure subscription that contains an Azure Al Content Safety resource named CS1. You plan to build an app that will analyze user-gene rated documents and identify obscure offensive terms. You need to create a dictionary that will contain the offensive terms. The solution must minimize development effort.
What should you use?
- A . a text classifier
- B . text moderation
- C . language detection
- D . a blacklist
You are developing the chatbot.
You create the following components:
* A QnA Maker resource
* A chatbot by using the Azure Bot Framework SDK.
You need to integrate the components to meet the chatbot requirements.
Which property should you use?
- A . QnA Dialog Response Options.CardNoMatchText
- B . Qna Maker Options-ScoreThreshold
- C . Qna Maker Options StrickFilters
- D . Qna Maker Options.RankerType
D
Explanation:
Scenario: When the response confidence score is low, ensure that the chatbot can provide other response options to the customers.
When no good match is found by the ranker, the confidence score of 0.0 or "None" is returned and the default response is "No good match found in the KB". You can override this default response in the bot or application code calling the endpoint. Alternately, you can also set the override response in Azure and this changes the default for all knowledge bases deployed in a particular QnA Maker service.
Choosing Ranker type: By default, QnA Maker searches through questions and answers. If you want to search through questions only, to generate an answer, use the RankerType=QuestionOnly in the POST body of the GenerateAnswer request.
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/concepts/best-practices
