Databricks-Generative-AI-Engineer-Associate Exam Question 21

A company has a typical RAG-enabled, customer-facing chatbot on its website.

Select the correct sequence of components a user's questions will go through before the final output is returned. Use the diagram above for reference.
  • Databricks-Generative-AI-Engineer-Associate Exam Question 22

    A Generative AI Engineer is testing a simple prompt template in LangChain using the code below, but is getting an error.

    Assuming the API key was properly defined, what change does the Generative AI Engineer need to make to fix their chain?
  • Databricks-Generative-AI-Engineer-Associate Exam Question 23

    A Generative AI Engineer has been asked to design an LLM-based application that accomplishes the following business objective: answer employee HR questions using HR PDF documentation.
    Which set of high level tasks should the Generative AI Engineer's system perform?
  • Databricks-Generative-AI-Engineer-Associate Exam Question 24

    A Generative AI Engineer is developing an agent system using a popular agent-authoring library. The agent comprises multiple parallel and sequential chains. The engineer encounters challenges as the agent fails at one of the steps, making it difficult to debug the root cause. They need to find an appropriate approach to research this issue and discover the cause of failure. Which approach do they choose?
  • Databricks-Generative-AI-Engineer-Associate Exam Question 25

    A Generative AI Engineer is building a Generative AI system that suggests the best matched employee team member to newly scoped projects. The team member is selected from a very large team. The match should be based upon project date availability and how well their employee profile matches the project scope. Both the employee profile and project scope are unstructured text.
    How should the Generative Al Engineer architect their system?