DatabricksDatabricks
GENERATIVE-AI-ENGINEER-ASSOCIATE · Question #76
GENERATIVE-AI-ENGINEER-ASSOCIATE Question #76: Real Exam Question with Answer & Explanation
The correct answer is D: Create an agent with tools for SQL querying of Delta tables and web searching, provide retrieved. See the full explanation below for the reasoning.
LLM Application Architecture
Question
A Generative AI Engineer is creating an LLM-powered application that will need access to up-to- date news articles and stock prices. The design requires the use of stock prices which are stored in Delta tables and finding the latest relevant news articles by searching the internet. How should the Generative AI Engineer architect their LLM system?
Options
- AUse an LLM to summarize the latest news articles and lookup stock tickers from the summaries to
- BQuery the Delta table for volatile stock prices and use an LLM to generate a search query to
- CDownload and store news articles and stock price information in a vector store. Use a RAG
- DCreate an agent with tools for SQL querying of Delta tables and web searching, provide retrieved
Topics
#LLM Agents#Tool Use#External Data Integration#Delta Lake
Community Discussion
No community discussion yet for this question.