ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

1 / 166

Question 1:

The LUIS container loads your trained or published Language Understanding model. It provides access to the query predictions from the container`s API endpoints. You plan to use them in your environment to comply with your organization`s security and compliance requirements. As a prerequisite, you have a docker engine installed and configured on your host computer. It is also connected to Azure for billing purposes. You also have an Azure Cognitive Services resource and trained or published LUIS app packaged as a mounted input to the container. 
Review the steps given below and sequence them to get the container image and use it on your host computer: Step 1: Query the container`s prediction endpoint
Step 2: Use the LUIS <a href="https://www.luis.ai/">portal</a> to export the trained or published application package
Step 3: Move package file into the required input directory on the <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howto?tabs=v3#the-host-computer">host computer</a>
Step 4: <a href="https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howto?tabs=v3#run-the-container-with-docker-run">Run the container</a>, with the required input mount and billing settings
Step 5: Get the docker image using docker pull
Step 6: Import the endpoint logs for active learning
Step 7: Log user queries to enable active learning
 

Answer options:

A.Step 6 -> Step 7 -> Step 2 -> Step 3 -> Step 5 -> Step 1 -> Step 4
B.Step 5 -> Step 2 -> Step 3 -> Step 4 -> Step 1 -> Step 6 -> Step 7
C.Step 7 -> Step 1 -> Step 4 -> Step 3 -> Step 2 -> Step 5 -> Step 6
D.Step 3 -> Step 2 -> Step 5 -> Step 1 -> Step 4 -> Step 7 -> Step 6