Databricks Certified Generative AI Engineer Associate — Question 76
A Generative AI Engineer developed an LLM application using the pay-per-token Foundation Model API. Now that the application is ready to be deployed, they would like to ensure the model endpoint can serve high incoming volumes of requests in production.
What should the Generative AI Engineer consider?
Answer options
- A. Switch to using External Models instead
- B. Throttle the incoming batch of requests manually to avoid rate limiting issues
- C. Change to a model with a fewer number of parameters in order to reduce hardware constraint issues
- D. Deploy the model using provisioned throughput as it comes with performance guarantees
Correct answer: D
Explanation
The correct answer is D because deploying the model with provisioned throughput ensures it can handle high volumes of requests effectively, as it comes with performance guarantees. Options A and C do not address the need for handling increased request volumes, while B could lead to delays and does not provide a scalable solution.