Databricks Certified Generative AI Engineer Associate — Question 43

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?

Answer options

Correct answer: D

Explanation

The correct answer, D, effectively breaks down HR documentation into manageable chunks, allowing for precise retrieval based on the employee's question, which is essential for generating accurate responses. Option A focuses on averaged embeddings, which may not represent the specific needs of the query. Option B summarizes documents but does not ensure the information is relevant to the specific question asked. Option C involves a more complex interaction matrix approach, which may not be as efficient for real-time querying as the chunk retrieval method in D.