Practice Free AI-102 Exam Online Questions
You have an Azure subscription that contains a multi-service Azure Cognitive Services Translator resource named Translator1.
You are building an app that will translate text and documents by using Translator1.
You need to create the REST API request for the app.
Which headers should you include in the request?
- A . the subscription key and the client trace ID
- B . the subscription key, the subscription region, and the content type
- C . the resource ID and the content language
- D . the access control request, the content type, and the content length
DRAG DROP
You are building a phone call handling solution that will use the Azure Al Speech service and a custom neural voice.
You need to create a custom speech model.
Which five actions should you perform in sequence from Speech Studio? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Which database transaction property ensures that transactional changes to a database are preserved during unexpected operating system restarts?
- A . durability
- B . atomicity
- C . consistency
- D . isolation
HOTSPOT
You are building an app that will process incoming email and direct email messages to either French or English language support teams.
Which Azure Cognitive Services API should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

You are building a chatbot by using Microsoft Bot Framework Composer.
You need to configure the chatbot to present a list of available options. The solution must ensure that an image is provided for each option.
Which two features should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . an Azure function
- B . an adaptive card
- C . an entity
- D . a dialog
- E . an utterance
HOTSPOT
You are building a text-to-speech app that will use a custom neural voice.
You need to create an SSML file for the app.
The solution must ensure that the voice profile meets the following requirements:
• Expresses a calm tone
• Imitates the voice of a young adult female
How should you complete the code? To answer, select the appropriate options in the answer are a. NOTE: Each correct selection is worth one point.

You are building a language model by using a Language Understanding service.
You create a new Language Understanding resource.
You need to add more contributors.
What should you use?
- A . a conditional access policy in Azure Active Directory (Azure AD)
- B . the Access control (1AM) page for the authoring resources in the Azure portal
- C . the Access control (1AM) page for the prediction resources in the Azure portal
B
Explanation:
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-collaborate
DRAG DROP
You are building an app that will scan confidential documents and use the Language service to analyze the contents.
You provision an Azure Cognitive Services resource.
You need to ensure that the app can make requests to the Language service endpoint. The solution must ensure that confidential documents remain on-premises.
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.

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. (Choose three.)
- A . tableName
- B . generatedKeyName
- C . dataSource
- D . dataSourceConnection
- E . source
ABE
Explanation:
Defining a table projection.
Each table requires three properties:
tableName: The name of the table in Azure Storage.
generatedKeyName: The column name for the key that uniquely identifies this row.
source: The node from the enrichment tree you are sourcing your enrichments from. This node is usually the output of a shaper, but could be the output of any of the skills.
Reference: https://docs.microsoft.com/en-us/azure/search/knowledge-store-projection-overview
DRAG DROP
You are developing an application that will recognize faults in components produced on a factory production line. The components are specific to your business.
You need to use the Custom Vision API to help detect common faults.
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.

Explanation:
Step 1: Create a project
Create a new project.
Step 2: Upload and tag the images
Choose training images. Then upload and tag the images.
Step 3: Train the classifier model.
Train the classifier
Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/getting-started-build-a-classifier