Courseiva
Implement natural language processing solutionsmediumMultiple ChoiceObjective-mapped

AI-102 Practice Question: Implement natural language processing solutions

Exhibit

Refer to the exhibit.

{
  "displayName": "MyConversationApp",
  "analysisInput": {
    "conversationItem": {
      "text": "Book a flight from Seattle to New York for tomorrow",
      "id": "1",
      "participantId": "user1"
    }
  },
  "parameters": {
    "projectName": "FlightBooking",
    "deploymentName": "production"
  },
  "kind": "Conversation"
}

You are testing a Conversational Language Understanding application. You send the JSON request shown in the exhibit. What is the purpose of this request?

⚠ Common exam trap

Many exam-takers confuse the purpose of CLU (intent/entity analysis) with generative AI or other NLP services, assuming any language input to Azure AI implies translation, summarization, or response generation, when in fact CLU is strictly a classification and extraction engine.

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

Analyze the utterance for intent and entities.

The JSON request sends a user utterance to a Conversational Language Understanding (CLU) endpoint, which is designed to analyze natural language input. The response will include the predicted intent (e.g., 'GetWeather') and extracted entities (e.g., 'location: Seattle'), fulfilling the core function of CLU: intent and entity recognition. This is not a generative or translation task; it is a classification and extraction operation.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Translate the text to another language.

    Why it's wrong here

    No translation parameters.

  • Generate a response to the user.

    Why it's wrong here

    This is analysis, not generation.

  • Summarize the conversation.

    Why it's wrong here

    No summarization parameters.

  • Analyze the utterance for intent and entities.

    Why this is correct

    The request is for conversation analysis.

About these practice questions

This AI-102 question is part of Courseiva's 945-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.