nerdexam
Microsoft

AI-102 · Question #213

Drag and Drop Question You build a bot by using the Microsoft Bot Framework SDK. You need to test the bot interactively on a local machine. Which three actions should you perform in sequence? To…

The correct answer is Build and run the bot.; Open the Bot Framework Emulator.; Connect to the bot endpoint. To test a Bot Framework SDK bot locally, you must first build and run the bot so it starts listening on a local endpoint (typically http://localhost:3978). Next, you open the Bot Framework Emulator, which is the dedicated tool for interactively testing bots locally. Finally…

Submitted by stefanr· Mar 30, 2026Develop Conversational AI Solutions - specifically building and testing bots using the Microsoft Bot Framework SDK and Emulator tools (Azure AI Engineer Associate / AI-102)

Question

Drag and Drop Question You build a bot by using the Microsoft Bot Framework SDK. You need to test the bot interactively on a local machine. 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. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select. Answer:

Exhibit

AI-102 question #213 exhibit

Answer Area

Drag items

Open the Bot Framework Composer.Connect to the bot endpoint.Register the bot with the Azure Bot Service.Build and run the bot.Open the Bot Framework Emulator.

Correct arrangement

  • Build and run the bot.
  • Open the Bot Framework Emulator.
  • Connect to the bot endpoint.

Explanation

To test a Bot Framework SDK bot locally, you must first build and run the bot so it starts listening on a local endpoint (typically http://localhost:3978). Next, you open the Bot Framework Emulator, which is the dedicated tool for interactively testing bots locally. Finally, you connect the Emulator to the bot's local endpoint, allowing you to send and receive messages interactively without any cloud deployment.

Topics

#Bot Framework SDK#Bot Framework Emulator#Local Bot Testing#Azure AI Bot Service

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice