nerdexam
MicrosoftMicrosoft

AI-102 · Question #238

AI-102 Question #238: Real Exam Question with Answer & Explanation

To deploy a Language Understanding container, you must first export the trained model as a package file from the Language Understanding portal, then move that package file to the Docker input directory on the host computer, and finally run the container specifying the input direc

Submitted by yaw92· Mar 30, 2026Deploy and Manage AI Solutions - specifically deploying Cognitive Services containers on-premises or in custom environments using Docker

Question

Drag and Drop Question 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. Answer:

Explanation

To deploy a Language Understanding container, you must first export the trained model as a package file from the Language Understanding portal, then move that package file to the Docker input directory on the host computer, and finally run the container specifying the input directory so it can load the model. This sequence ensures the containerized LUIS app has access to the exported model package at runtime. The container image is already downloaded from MCR, so the workflow focuses on preparing and providing the model data to the container.

Topics

#Azure Cognitive Services#Language Understanding (LUIS)#Docker Containers#AI Deployment

Community Discussion

No community discussion yet for this question.

Full AI-102 PracticeBrowse All AI-102 Questions