Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

Packages in Visual Studio are known as _______________.

Answer»

Packages in Visual Studio are known as _______________.
Choose the CORRECT option from below list
(1)NET packages
(2)VS packages
(3)NuGet packages
(4)DOTNET packages

Answer:-(3)NuGet packages

2.

Full form of LUIS?

Answer» FULL form of LUIS?
Choose the correct OPTION from below list
(1)Language UNDERSTANDING Intelligenct Server
(2)Language UNDERSTANDABLE Intelligent Service
(3)Language Understanding Intelligent Service
(4)Does not have a full form

Answer:-(3)Language Understanding Intelligent Service
3.

What kind of Dialog can be used to handle user interruptions like clicking "Start over"?

Answer»

What kind of Dialog can be USED to handle USER INTERRUPTIONS like clicking 'Start over'?
Choose the correct option from below list
(1)Interruptable
(2)Pausable
(3)Resumable
(4)Scorable

Answer:-(4)Scorable

4.

Which method of PromptDialog is used to prompt the user to select an option?

Answer»

Which method of PromptDialog is used to prompt the user to SELECT an OPTION?
Choose the correct option from below LIST
(1)PromptDialog.Confirm()
(2)PromptDialog.Choice()
(3)PromptDialog.Text()
(4)PromptDialog.Attachment()

Answer:-(2)PromptDialog.Choice()

5.

An entity is used only for a single intent.

Answer»

An entity is used only for a single intent.
Choose the CORRECT OPTION from below list
(1)TRUE
(2)False

Answer:-(2)False

6.

Name the cloud services platform of Microsoft.

Answer»

Name the cloud services PLATFORM of MICROSOFT.
Choose the correct option from below list
(1)Microsoft Azure
(2)Microsoft Cloud Services
(3)Microsoft Cloud Platform
(4)Microsoft Amaze

Answer:-(1)Microsoft Azure

7.

Which method is used to call another Dialog?

Answer»

Which METHOD is used to call another Dialog?
Choose the correct option from below list
(1)Context.Call()
(2)Context.Forward()
(3)Context.Wait()
(4)Context.Next()

ANSWER:-(1)Context.Call()

8.

Bots using MBF and Azure do not require to be modified and published across multiple channels.

Answer» BOTS USING MBF and Azure do not require to be modified and published ACROSS MULTIPLE channels.
Choose the correct option from below list
(1)True
(2)False

Answer:-(1)True
9.

A knowledge base generated by QnA Maker has ___________.

Answer»

A knowledge base GENERATED by QnA MAKER has ___________.
Choose the correct option from below list
(1)All the options
(2)Metadata
(3)Answers
(4)Questions

Answer:-(1)All the options

10.

FormFlow and Dialog can be used together.

Answer» FORMFLOW and Dialog can be used together.
Choose the correct OPTION from below LIST
(1)False
(2)True

Answer:-(2)True
11.

Which method is invoked upon navigation to a Dialog?

Answer»

Which METHOD is invoked upon NAVIGATION to a Dialog?
Choose the correct option from below list
(1)StartAsync()
(2)SyncStart()
(3)start()
(4)async()

Answer:-(1)StartAsync()

12.

Which method is used to define the method that would be invoked when the next user message is received?

Answer»

Which method is used to define the method that would be invoked when the NEXT USER message is RECEIVED?
Choose the correct option from below list
(1)Context.Next()
(2)None of the options
(3)Context.Wait()
(4)Context.UserTurn()

Answer:-(3)Context.Wait()

13.

How do you prompt for an attachment in PromptDialog()?

Answer»

How do you prompt for an attachment in PromptDialog()?
Choose the correct option from below LIST
(1)PromptDialog.Document()
(2)PromptDialog.Attach()
(3)PromptDialog.File()
(4)PromptDialog.Attachment()

ANSWER:-(4)PromptDialog.Attachment()

14.

Which among the following kinds of documents can be used by QnA Maker?

Answer»

Which among the following kinds of documents can be used by QnA Maker?
Choose the CORRECT option from below LIST
(1)Semi structured
(2)Structured
(3)Unstructured
(4)Both Structured and Semi-structured

Answer:-(4)Both Structured and Semi-structured

15.

Which of the following content can be displayed in a bot conversation?

Answer»

Which of the following content can be displayed in a BOT CONVERSATION?
Choose the CORRECT option from below list
(1)IMAGES
(2)Video
(3)All the options
(4)Animation

Answer:-(3)All the options

16.

It is advisable to create a dialog stack.

Answer»

It is advisable to CREATE a DIALOG stack.
Choose the CORRECT option from below list
(1)True
(2)False

Answer:-(1)True

17.

What is used to auto-generate dialogs for a guided conversation?

Answer»

What is USED to auto-generate DIALOGS for a guided CONVERSATION?
Choose the correct option from below LIST
(1)DialogBuilder
(2)FormFlow
(3)Builder
(4)AutoDialog

Answer:-(2)FormFlow

18.

Which rich card can contain any combination of text, speech, images, buttons, and input fields?

Answer»

Which RICH card can CONTAIN any combination of text, speech, images, buttons, and INPUT fields?
Choose the correct option from below LIST
(1)CustomCard
(2)RichCard
(3)AdaptiveCard
(4)ExtendableCard

Answer:-(3)AdaptiveCard

19.

Which platform does LUIS support?

Answer»

Which PLATFORM does LUIS support?
Choose the correct option from below LIST
(1)LINUX
(2)All of the OPTIONS
(3)Mac OS
(4)Windows

Answer:-(2)All of the options

20.

Which dialog has a control at first?

Answer»

Which DIALOG has a CONTROL at first?
CHOOSE the CORRECT option from below LIST
(1)BranchDialog
(2)RootDialog
(3)Idialog
(4)None of the options

Answer:-(2)RootDialog

21.

Which method is used to give replies to the user?

Answer»

Which METHOD is used to give replies to the user?
CHOOSE the correct OPTION from below list
(1)Context.Write()
(2)Context.PostAsync()
(3)Context.Reply()
(4)Context.Writeln()

ANSWER:-(2)Context.PostAsync()

22.

Which among the following is not a rich card?

Answer»

Which among the following is not a rich card?
Choose the correct option from below LIST
(1)ANIMATION card
(2)Video card
(3)GIF card
(4)SOUND card

Answer:-(3)GIF card

23.

Which method is used to close a Dialog?

Answer»

Which METHOD is used to close a Dialog?
Choose the correct OPTION from below list
(1)Context.Exit()
(2)Context.Done()
(3)Context.Wait()
(4)Context.Over()

Answer:-(2)Context.Done()

24.

What is the term for the message that the user sends to bot?

Answer»

What is the TERM for the message that the user sends to bot?
Choose the correct option from below list
(1)CHANNEL
(2)INTENT
(3)Utterance
(4)Entity

Answer:-(3)Utterance

25.

Which is the most common Activity type?

Answer»

Which is the most common Activity type?
Choose the CORRECT option from below list
(1)MESSAGE
(2)EndOfConversation
(3)Typing
(4)NONE of the options

Answer:-(1)Message

26.

What could be the intent in the utterance "Set alarm for tomorrow morning"?

Answer»

What could be the intent in the utterance "Set alarm for tomorrow morning"?
Choose the CORRECT option from below LIST
(1)SetAlarm
(2)Me
(3)Tomorrow
(4)Morning

Answer:-(1)SetAlarm

27.

How do you prompt answer for a yes/no question in PromptDialog?

Answer»

How do you PROMPT ANSWER for a yes/no question in PromptDialog?
Choose the CORRECT OPTION from below LIST
(1)PromptDialog.YesOrNo()
(2)PromptDialog.Choice()
(3)None of the options
(4)PromptDialog.Confirm()

Answer:-(4)PromptDialog.Confirm()

28.

Mixing of intent and entity definitions is considered a good practice.

Answer»

Mixing of INTENT and entity definitions is considered a GOOD practice.
Choose the CORRECT option from below list
(1)TRUE
(2)False

Answer:-(2)False

29.

A sign-in card is used to sign receipts digitally.

Answer»

A sign-in CARD is USED to sign receipts digitally.
Choose the CORRECT OPTION from below list
(1)True
(2)False

Answer:-(2)False

30.

How to bring in FormFlow namespace to the program?

Answer»

How to bring in FormFlow namespace to the program?
Choose the correct option from below LIST
(1)IMPORT Microsoft.BotBuilder.FormFlow
(2)using Microsoft.Bot.Builder.FormFlow
(3)import Microsoft.Bot.Builder.FormFlow
(4)require Microsoft.BotBuilder.FormFlow

Answer:-(2)using Microsoft.Bot.Builder.FormFlow

31.

Which kind of API is QnA Maker?

Answer»

Which kind of API is QNA Maker?
Choose the correct option from below list
(1)QnA is not an API
(2)RPC
(3)SOAP
(4)REST

Answer:-(4)REST

32.

QnA Maker requires no code.

Answer»

QnA Maker requires no code.
Choose the correct option from below list
(1)FALSE
(2)TRUE

Answer:-(2)True

33.

Which method is used to define the method that would be invoked once the FormBuilder is done in FormFlow?

Answer»

Which method is USED to DEFINE the method that would be invoked once the FormBuilder is done in FormFlow?
Choose the correct option from below list
(1)OnDone()
(2)OnOver()
(3)OnCompletion()
(4)OnFinish()

Answer:-(3)OnCompletion()

34.

What kind of LUIS entity is Number?

Answer»

What kind of LUIS ENTITY is Number?
Choose the CORRECT option from below LIST
(1)Pre-built entity
(2)Simple Entity
(3)List Entity
(4)COMPLEX Entity

Answer:-(1)Pre-built entity