
Answer-first summary for fast verification
Answer: Feature Serving
## Explanation **Problem Context:** The engineer is developing an LLM-powered live sports commentary platform that needs to provide real-time updates and analyses based on the latest game scores. The critical requirement here is the capability to access and integrate real-time data efficiently with the platform for immediate analysis and reporting. **Explanation of Options:** **Option A: DatabricksIQ** — While DatabricksIQ offers integration and data processing capabilities, it is more aligned with data analytics rather than real-time feature serving, which is crucial for immediate updates necessary in a live sports commentary context. **Option B: Foundation Model APIs** — These APIs facilitate interactions with pre-trained models and could be part of the solution, but on their own, they do not provide mechanisms to access real-time data. **Option C: Feature Serving** — This is the correct choice. Feature Serving platforms are designed to deliver real-time features (such as live game scores) to machine learning models with low latency, making them ideal for dynamic applications like live sports commentary. **Option D: AutoML** — AutoML automates model building and hyperparameter tuning but does not inherently provide real-time data access or integration capabilities required for live game score analysis. Thus, **Feature Serving** is the most suitable tool for enabling real-time data access for game analyses in this context.
Author: LeetQuiz .
Ultimate access to all questions.
No comments yet.
Question: 27
A Generative AI Engineer is designing an LLM-powered live sports commentary platform. The platform provides real-time updates and LLM-generated analyses for any users who would like to have live summaries, rather than reading a series of potentially outdated news articles.
Which tool below will give the platform access to real-time data for generating game analyses based on the latest game scores?
A
DatabricksIQ
B
Foundation Model APIs
C
Feature Serving
D
AutoML