Weekend Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: big75certs

Generative AI Engineer Databricks-Generative-AI-Engineer-Associate Databricks Study Notes

Databricks Certified Generative AI Engineer Associate Questions and Answers

Question 25

A generative AI engineer is deploying an AI agent authored with MLflow’s ChatAgent interface for a retail company ' s customer support system on Databricks. The agent must handle thousands of inquiries daily, and the engineer needs to track its performance and quality in real-time to ensure it meets service-level agreements. Which metrics are automatically captured by default and made available for monitoring when the agent is deployed using the Mosaic AI Agent Framework?

Options:

A.

Operational metrics like request volume, latency, and errors

B.

Quality metrics like correctness and guideline adherence

C.

Both operational and quality metrics

D.

No metrics are automatically captured

Question 26

A Generative AI Engineer just deployed an LLM application at a digital marketing company that assists with answering customer service inquiries.

Which metric should they monitor for their customer service LLM application in production?

Options:

A.

Number of customer inquiries processed per unit of time

B.

Energy usage per query

C.

Final perplexity scores for the training of the model

D.

HuggingFace Leaderboard values for the base LLM

Question 27

A Generative AI Engineer is building a Databricks-hosted assistant that must (1) query Unity Catalog tables with row and column permissions enforced, and (2) avoid managing any external infrastructure. The team wants the LLM to use governed data access through tools exposed via MCP.

Which MCP server choice meets these constraints?

Options:

A.

Use a managed Databricks MCP server integrated with Unity Catalog.

B.

Use an external community MCP server for SQL and pass Unity Catalog tokens in prompts.

C.

Run a custom MCP server on a self-managed VM that proxies the Unity Catalog API.

D.

Expose JDBC directly to the model and enforce permissions in application code.