A company wants the assistant to answer questions using internal SharePoint documentation. Which capability enables this?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Todd Lammle: 'Imagine you're building a chatbot and this exact situation comes up — search skill connected to a knowledge base is your go-to move. The search skill connects to external knowledge bases such as Watson Discovery or Elasticsearch and retrieves relevant passages to answer questions. This is a classic Domain 3: Connect AI and External Knowledge concept you'll want locked in before exam day.'
Full explanation below image
Full Explanation
The search skill connects to external knowledge bases such as Watson Discovery or Elasticsearch and retrieves relevant passages to answer questions. Custom extensions call REST APIs but are not optimized for passage-level document search. Entity dictionaries store specific values; not document content. Hardcoded responses cannot scale to large documentation sets. The correct answer, "Search skill connected to a knowledge base", directly satisfies the scenario because it aligns with watsonx Assistant's design principles and the specific capability being tested. The incorrect options ("Custom extensions via OpenAPI", "Entity dictionary with document titles", "A hardcoded response for each document") may appear relevant but each misses a key requirement or introduces a step that is either unnecessary or belongs to a different workflow. Mastering the distinction between these approaches is essential for effective watsonx Assistant implementations and is a core focus of the Domain 3: Connect AI and External Knowledge section of the certification exam.