exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 2 question 9 discussion

Actual exam question from Microsoft's AI-100
Question #: 9
Topic #: 2
[All AI-100 Questions]

You need to create a prototype of a bot to demonstrate a user performing a task. The demonstration will use the Bot Framework Emulator.
Which botbuilder CLI tool should you use to create the prototype?

  • A. Chatdown
  • B. QnAMaker
  • C. Dispatch
  • D. LuDown
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Use Chatdown to produce prototype mock conversations in markdown and convert the markdown to transcripts you can load and view in the new V4 Bot
Framework Emulator.
Incorrect Answers:
B: QnA Maker is a cloud-based API service that lets you create a conversational question-and-answer layer over your existing data. Use it to build a knowledge base by extracting questions and answers from your semi-structured content, including FAQs, manuals, and documents. Answer users' questions with the best answers from the QnAs in your knowledge baseג€"automatically. Your knowledge base gets smarter, too, as it continually learns from user behavior.
C: Dispatch lets you build language models that allow you to dispatch between disparate components (such as QnA, LUIS and custom code).
D: LuDown build LUIS language understanding models using markdown files
References:
https://github.com/microsoft/botframework/blob/master/README.md

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rveney
1 year, 12 months ago
recommended botbuilder CLI tool to use for creating a prototype of a bot to demonstrate a user performing a task in the Bot Framework Emulator is Chatdown (Option A).
upvoted 1 times
...
123aditya
3 years, 11 months ago
https://github.com/microsoft/botframework-cli/blob/main/packages/chatdown/docs/chatdown-format.md
upvoted 1 times
...
PinkUnicorns
4 years ago
Ok - so this was in my exam. I got this wrong. It is chatdown i choose dispatch lol
upvoted 1 times
...
berserkguts
4 years ago
this was in the AI-100 exam i took today, May 31
upvoted 1 times
...
Cornholioz
4 years, 4 months ago
Correct
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...