nerdexam
Microsoft

AI-102 · Question #237

Drag and Drop Question You are building a transcription service for technical podcasts. Testing reveals that the service fails to transcribe technical terms accurately. You need to improve the…

The correct answer is Create a Custom Speech project.; Create a speech-to-text model.; Upload training datasets.; Train the model.; Deploy the model. To improve transcription accuracy for technical terms using Azure AI Speech, you must follow the Custom Speech workflow: first create a Custom Speech project to organize your work, then create a speech-to-text model as the base, upload domain-specific training datasets (e.g…

Submitted by dimitri_ru· Mar 30, 2026Implement and manage Azure AI Speech services, including customizing speech recognition models to improve accuracy for domain-specific terminology

Question

Drag and Drop Question You are building a transcription service for technical podcasts. Testing reveals that the service fails to transcribe technical terms accurately. You need to improve the accuracy of the service. Which five 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. Answer:

Exhibit

AI-102 question #237 exhibit

Answer Area

Drag items

Deploy the model.Create a Custom Speech project.Upload training datasets.Create a speech-to-text model.Create a Speaker Recognition model.Train the model.Create a Conversational Language Understanding model.

Correct arrangement

  • Create a Custom Speech project.
  • Create a speech-to-text model.
  • Upload training datasets.
  • Train the model.
  • Deploy the model.

Explanation

To improve transcription accuracy for technical terms using Azure AI Speech, you must follow the Custom Speech workflow: first create a Custom Speech project to organize your work, then create a speech-to-text model as the base, upload domain-specific training datasets (e.g., audio + transcripts with technical terminology), train the model on that data to learn the specialized vocabulary, and finally deploy the model to make it available for inference. This sequence leverages Azure's Custom Speech service specifically designed to fine-tune speech recognition for domain-specific language.

Topics

#Azure AI Speech#Custom Speech#Speech-to-Text#Model Training

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice