nerdexam
Microsoft

AI-102 · Question #32

You have a chatbot that was built by using the Microsoft Bot Framework. You need to debug the chatbot endpoint remotely. Which two tools should you install on a local computer? Each correct answer…

The correct answer is C. Bot Framework Emulator E. ngrok. Bot Framework Emulator is a desktop application that allows bot developers to test and debug bots, either locally or remotely. ngrok is a cross-platform application that "allows you to expose a web server running on your local machine to the internet." Essentially, what we'll…

Submitted by minji_kr· Mar 30, 2026

Question

You have a chatbot that was built by using the Microsoft Bot Framework. You need to debug the chatbot endpoint remotely. Which two tools should you install on a local computer? Each correct answer presents part of the solution. (Choose two.) NOTE: Each correct selection is worth one point.

Options

  • AFiddler
  • BBot Framework Composer
  • CBot Framework Emulator
  • DBot Framework CLI
  • Engrok
  • Fnginx

How the community answered

(44 responses)
  • A
    7% (3)
  • B
    11% (5)
  • C
    75% (33)
  • D
    2% (1)
  • F
    5% (2)

Explanation

Bot Framework Emulator is a desktop application that allows bot developers to test and debug bots, either locally or remotely. ngrok is a cross-platform application that "allows you to expose a web server running on your local machine to the internet." Essentially, what we'll be doing is using ngrok to forward messages from external channels on the web directly to our local machine to allow debugging, as opposed to the standard messaging endpoint configured in the Azure portal. https://docs.microsoft.com/en-us/azure/bot-service/bot-service-debug-emulator

Topics

#Bot Framework debugging#ngrok#Bot Framework Emulator

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice