Databricks Certified Generative AI Engineer Associate — Question 32

A Generative AI Engineer received the following business requirements for an external chatbot.
The chatbot needs to know what types of questions the user asks and routes to appropriate models to answer the questions. For example, the user might ask about upcoming event details. Another user might ask about purchasing tickets for a particular event.
What is an ideal workflow for such a chatbot?

Answer options

Correct answer: C

Explanation

Option C is correct because it describes a comprehensive workflow that identifies the type of question and routes it appropriately, ensuring that users receive accurate responses. The other options are inadequate as they either limit the chatbot's capabilities to only one aspect (A and D) or suggest using two separate chatbots (B), which is inefficient and unnecessary for this scenario.