AI-102 Plan and manage an Azure AI solution Practice Question
You are deploying a custom text classification model using Azure AI Language. The model must be retrained monthly with new labeled data. You need to automate the retraining process with minimal manual intervention. Which approach should you use?
⚠ Common exam trap
Test-takers frequently confuse Azure Machine Learning with Azure AI Language, thinking that Azure Machine Learning is the appropriate service for hosting and retraining custom text classification models, when in fact Azure AI Language provides its own REST API for this purpose and is the correct service for custom text classification.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Use the Azure AI Language REST API to trigger training and deployment on a schedule using Azure Logic Apps
Azure Logic Apps can schedule HTTP requests to the Azure AI Language REST API to trigger training and deployment of a custom text classification model. This approach automates the monthly retraining process without manual intervention, using the API's capabilities for model creation, training, and deployment.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Create an Azure DevOps pipeline that manually retrains the model every month
Why it's wrong here
Manual intervention is required, not minimal.
- ✗
Retrain the model manually using Language Studio each month
Why it's wrong here
Manual retraining is not minimal intervention.
- ✓
Use the Azure AI Language REST API to trigger training and deployment on a schedule using Azure Logic Apps
Why this is correct
Logic Apps can call the Language API on a schedule to automate retraining.
- ✗
Use Azure Machine Learning to host the custom model and automate retraining
Why it's wrong here
Azure Machine Learning is not necessary; Azure AI Language provides built-in automation.
Go deeper
Related to this question
About these practice questions
One of 945 original AI-102 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-102 exam.