Cognitive Class: Build Your Own Chatbots Exam Answers

Are you looking for Cognitive Class: Build Your Own Chatbots Exam Answers? If yes, here is the latest and updated answer to the Build Your Own Chatbots and Get a free certificate. This article will help you with the Build Your Own Chatbots Answers in the easiest ways. It is offered by Cognitive Class where you will learn to plan, build, and deploy your first customer support chatbot.

CourseBuild Your Own Chatbots
ProviderCognitive Class
Duration5hr
DifficultyBeginner
CertificationYes
Enroll LinkClick here

Cognitive Class – Build Your Own Chatbots Answers

Cognitive Class: Build Your Own Chatbots Exam Answers

Module 1: Introduction to Chatbots Answers

1. A chatbot will typically interact with the user via text or audio

  1. True
  2. False

2. A chatbot is a bot that interacts with the user through a chat/conversational interface

  1. True
  2. False

3. Chatbots are also known as:

  1. Chatterbots
  2. Artificial Conversational Entities (ACE)
  3. Whatsapp
  4. Talkbots
  5. -Virtual Assistants

4. What factors directly contributed to the emergence of chatbots?

  1. AI / Cognitive Computing
  2. Blockchain
  3. Messaging platforms like Facebook Messenger
  4. Ruby on Rails

5. Chatbots are ONLY beneficial to large companies

  1. True
  2. False

Module 2: Working with Intents Answers

1. Watson Assistant can ONLY be used to create chatbots in English

  1. True
  2. False

2. Select all the statements that are true

  1. An intent is a purpose or goal expressed by the user’s input
  2. Intents can have spaces in their names
  3. Intents start with an # symbol
  4. We train Watson by providing examples for our intents
  5. We should provide Watson with at least 5 examples per intent

3. The three main components of a Dialog Skill are Intents, Entities, and Dialog.

  1. True
  2. False

4. If Watson detects the wrong intent, we can train Watson by selecting a different intent from the Try it out panel.

  1. True
  2. False

5. The Content Catalog offers collections of pre-made intents for various industries.

  1. True
  2. False

Module 3 – Working with Entities Answers

1. Entities allow us to capture specific information in the user input

  1. True
  2. False

2. Entities start with an # symbol

  1. True
  2. False

3. Entity values can have synonyms and patterns

  1. True
  2. False

4. Two user questions can have the same intent but different entities

  1. True
  2. False

5. In our flower shop chatbot, “dad” is defined as a synonym for @relationship:father. If a user were to ask “flowers for dad”, what’s the entity value detected by Watson?

  1. @relationship:dad
  2. @relationship:father
  3. @dad
  4. @relationship
  5. @father

Module 4 – Defining the Dialog Answers

1. Multiple conditional responses allow us to attach conditions to responses within a node.

  1. True
  2. False

2. The order of nodes in the dialog can affect how the chatbot works.

  1. True
  2. False

3. Node A has @occasion as its condition. Node B, placed just below node A, has @occasion:Graduation as its condition. Which one of the following statements is true?

  1. The order of node A and node B doesn’t matter.
  2. Both node A and node B will never be executed.
  3. Node A (with @occasion as a condition) is overshadowed and will not be executed (unless we explicitly jump to it).
  4. Node B (with @occasion:Graduation as a condition) is overshadowed and will not be executed (unless we explictily jump to it).

4. In general, child nodes are considered if the parent node condition is met

  1. True
  2. False

5. Select all the statements that are true

  1. When designing a chatbot, we should consider tone and personality
  2. We should avoid “yes” and “no” answers when possible
  3. Very long responses are good
  4. The tone and personality of our chatbot can affect how well it is perceived by the user
  5. Chatbot prompts should be as generic as possible (e.g., Hello. Ask me anything.)

Module 5 – Deploying Your Chatbot Answers

1. The Watson Assistant plugin for WordPress allows us to deploy a chatbot by specifying the credentials of the corresponding Assistant, without the need to develop a separate application that connects Watson Assistant to our site.

  1. True
  2. False

2. A preview link integration allows us to share our chatbot with friends and colleagues.

  1. True
  2. False

3. One or more skills can be linked to an Assistant. In other words, an Assistant can “contain” one or more skills.

  1. True
  2. False

4. The WordPress plugin for Watson Assistant allow us to customize the look and feel of the chat box that appears on the site.

  1. True
  2. False

5. There is no way to limit the chatbot usage in the Watson Assistant WordPress plugin (to prevent abusive users).

  1. True
  2. False

Module 6 – Advanced Concepts Part 1 Answers

1. Once set, context variables can be accessed for the duration of the conversation with a given user.

  1. True
  2. False

2. Slots allow us to collect information from the user and store it in context variables.

  1. True
  2. False

3. Slots with no question defined are optional and will only set the context variable if the condition (e.g., @location) is detected.

  1. True
  2. False

4. A node can only have one slot and therefore cannot assign more than one context variable.

  1. True
  2. False

5. A required slot will only ask its question to the user once, even if the user replies with irrelevant information.

  1. True
  2. False

Module 7 – Advanced Concepts Part 2 Answers

1. The “Found” section of a slot allow us to specify what to say to the user (e.g., thanking them) when they provide a valid reply to the slot.

  1. True
  2. False

2. The “Not Found” section of a slot allow us to specify what to say to the user when they provide an invalid reply to the slot (e.g., a reply that doesn’t meet the slot condition).

  1. True
  2. False

3. Digressions allows us to decide what the chatbot should do when the user asks a different question instead of replying to the slot question.

  1. True
  2. False

4. Handlers are evaluated after the “Not found” responses you defined in a slot.

  1. True
  2. False

5. We must explicitly enable returns to a slot to continue where we left off before a digression.

  1. True
  2. False

Build Your Own Chatbot Final Exam Answers

1. Text and audio are two common ways through which chatbots interact with the user.

  1. True
  2. False

2. To be called a chatbot, a bot needs to converse with the user.

  1. True
  2. False

3. Chatbots can help cut down the number of inquiries a business’ customer care team needs to manually address.

  1. True
  2. False

4. Watson Assistant is a chatbot building service hosted on IBM Cloud (formerly Bluemix).

  1. True
  2. False

5. Chatbots can only be deployed on WordPress sites.

  1. True
  2. False

6. Which of these is a valid intent?

  1. @buy_product
  2. #buy_product
  3. $buy_product
  4. #buy product
  5. @buy product

7. Which of the following are valid system entities?

  1. @sys-date
  2. #sys-date
  3. #sys-time
  4. @sys-time
  5. @system-of-a-down

8. The value of an entitity detected in the user input is automatically available for the entire duration of the conversation with the user.

  1. True
  2. False

9. We can use context variables to store (and later access) information collected from the user.

  1. True
  2. False

10. Slots allow us to collect information from the user and store it in context variables.

  1. True
  2. False

11. A dialog has the following nodes: Welcome (welcome condition), Greetings (#greetings intent condition), Thank you (#thank_you intent condition), Goodbyes (#goodbyes intent condition), Anything else (anything_else condition). Which of the following statements apply?

  1. Welcome will be executed at the beginning of the conversation.
  2. If no known intent is detected in the user input, the Anything else node will be executed.
  3. Greetings overshadows Goodbyes, and therefore Goodbyes is never executed.
  4. The order of Welcome and Anything else in the dialog will generally not matter.
  5. Rearranging the order to be Welcome, Thank You, Greetings, Goodbyes, Anything else would generally not cause any problems.

12. The evaluation of peer nodes proceeds top to bottom until a node with a matching condition is found. Child nodes are only considered for execution after their parent’s condition is met (or if a jump is involved.)

  1. True
  2. False

13. Digressions allow users to divert the conversation away from a node while the slots are being processed (i.e., asking questions to the user).

  1. True
  2. False

14. Which of the following contains the user input?

  1. @sys-person
  2. text.input
  3. input.text
  4. user.text
  5. None of the above

15. A restaurant chatbot needs to collect the following information from the user: reservation name, party size, date, and time in order to book a reservation. Which of the following approaches works best?

  1. Have four peer nodes, each asking one of the questions to the user.
  2. Have a node with multiple slots, each asking for the relevant information. System entities are not needed.
  3. Have a parent node asking for the reservation name, then a child node asking for party size, then a grandchild node asking for date, then a great-grandchild node asking for the time.
  4. Have a node with multiple slots, each asking for the relevant information. System entities should be enabled.
  5. It’s not possible to collect the information for four follow up questions.

Conclusion

That’s all about Build Your Own Chatbots Exam Answers. If you have any further queries drop them in the comments below. It is a great opportunity to learn new skills from industry experts for free and get a certificate.

Leave a Comment