nerdexam
Microsoft

AI-102 · Question #200

SIMULATION Use the following login credentials as needed: - To enter your username, place your cursor in the Sign in box and click on the username below. - To enter your password, place your cursor…

The correct answer walks through the complete and required workflow for creating a LUIS (Language Understanding) classic model: navigating to luis.ai, creating a named application (1u12345678), defining the 'Travel' intent with the 'Boat' utterance, and publishing the model to…

Submitted by ngozi_ng· Mar 30, 2026Implement natural language processing solutions using Azure Cognitive Services / Azure AI Language - specifically creating, training, and publishing a Language Understanding (LUIS classic) model with defined intents and utterances (Maps to Microsoft Azure AI Engineer Associate - AI-102 or Azure AI Fundamentals - AI-900 exam objectives).

Question

SIMULATION Use the following login credentials as needed: - To enter your username, place your cursor in the Sign in box and click on the username below. - To enter your password, place your cursor in the Enter password box and click on the password below. Azure Username: [email protected] Azure Password: XXXXXXXXXXXX The following information is for technical support purposes only: - Lab Instance: 12345678 Task You need to create and publish a Language Understanding (classic) model named 1u12345678. The model will contain an intent of Travel that has an utterance of Boat. Answer: Create your LUIS model 1. You should navigate to your LUIS.ai management portal and create a new application. In the portal create a model. Model name: 1u12345678 2. Define one intent as Travel and add an example utterances of Boat. 3. Publish the model In order to use your model, you have to publish it. This is as easy as hitting the Publish tab, selecting between the production or staging environments, and hitting Publish. As you can see from this page, you can also choose to enable sentiment analysis, speech priming to improve speech recognition, or the spell checker. For now, you can leave those unchecked. Reference: https://docs.microsoft.com/en-us/azure/health-bot/language_model_howto

Explanation

The correct answer walks through the complete and required workflow for creating a LUIS (Language Understanding) classic model: navigating to luis.ai, creating a named application (1u12345678), defining the 'Travel' intent with the 'Boat' utterance, and publishing the model to make it operational. All steps are mandatory - skipping any single step (e.g., not publishing) would result in a non-functional or incomplete solution. Publishing is critical because a trained but unpublished model cannot be consumed by applications via the prediction endpoint.

Topics

#LUIS#Language Understanding#Azure AI Services#NLP Intent Classification

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice