Domain 2: Design and Extend Conversations
IBM Certified Specialist - watsonx Assistant · 28 questions
- What is the primary purpose of an intent in watsonx Assistant?
- A developer needs to detect when a user provides a 10-digit phone number. Which entity type should be used?
- What does enabling digressions on a dialog node allow?
- Users frequently misspell product names causing intent match failures. Which feature should the developer enable?
- What happens when user input matches an intent with a confidence score below the configured threshold?
- A developer wants to detect a city name in user input and store it for later. Which combination is correct?
- In dialog-based watsonx Assistant; which condition syntax triggers a node only when BOTH an intent and a specific entity are present?
- What is an entity in watsonx Assistant and how does it differ from an intent?
- IBM recommends at least how many training examples per intent for reliable classification?
- Which built-in system entity detects a user input of 'tomorrow at 3pm' as a structured date and time?
- In dialog-based watsonx Assistant; what is the purpose of the 'anything else' node?
- A developer wants to capture the user saying 'urgent'; 'ASAP'; or 'right away' as indicating high priority. How should this be configured?
- What does enabling fuzzy matching for a dictionary entity do in watsonx Assistant?
- A developer needs to distinguish between 'cancel my subscription' and 'cancel my order.' What is the best approach?
- Multiple actions are configured to trigger from the same intent. How does watsonx Assistant decide which to run?
- A developer notices two intents frequently misclassify because they share similar training phrases. What is the recommended fix?
- Which system entity in watsonx Assistant extracts a monetary amount such as '$50' from user input?
- A developer wants an entity to track a dynamically changing product catalog. Which entity type is most appropriate?
- A dialog node has condition '#getweather AND @location.' What triggers this node?
- What is the purpose of the Test panel in the watsonx Assistant interface?
- A developer notices that the entity @productcolor often fails to detect 'scarlet' even though it should map to 'red.' What is the fix?
- An intent has 15 training examples but frequently misclassifies casual scheduling inquiries. What is the most likely fix?
- What is an entity role in watsonx Assistant?
- In a dialog skill; what is a 'slot' used for within a dialog node?
- A developer needs to detect when a user mentions any of 20 known competitor company names. Which entity type is best?
- What is the intent detection confidence threshold and why does it matter?
- The entity @producttype has value 'phone' but users say 'smartphone' and the entity does not detect it. What is the fix?
- In dialog-based watsonx Assistant; what does the 'output.text' node property specify?