Databricks Certified Generative AI Engineer Associate · Domain 6 · 12% of exam

Evaluation and Monitoring

Drill 17 practice questions focused entirely on Evaluation and Monitoring for the Databricks Databricks GenAI Engineer Associate exam. Tap an answer for instant feedback and a full explanation — no sign-up, always free.

Verified answer17 questions
Question 1 of 17

A Generative AI Engineer is running Mosaic AI Agent Evaluation on a RAG-based customer support assistant. The evaluation dataset includes a column with expert-written reference answers for each question. The team wants to measure how factually and semantically close the agent's generated responses are to these reference answers, independent of whether the retrieved context supported them. Which built-in Agent Evaluation metric directly addresses this requirement?

Reviewed for accuracy · Report an issue
Question 2 of 17

A team runs Mosaic AI Agent Evaluation nightly on a golden dataset of 500 questions for their production RAG assistant. After a recent change that swapped the generation model to a larger foundation model, the evaluation report shows the average correctness and groundedness scores each improved by about 3%, but the total_input_token_count and total_output_token_count metrics roughly tripled, and mean response latency rose from 1.2s to 3.8s. The product owner requires sub-2s p90 latency and a fixed monthly serving budget. What is the most appropriate way to use these evaluation results to decide next steps?

Reviewed for accuracy · Report an issue
Question 3 of 17

A GenAI engineer runs Mosaic AI Agent Evaluation on a customer-support RAG agent. The built-in judges (correctness, groundedness, relevance, safety) all pass, but the compliance team insists that every response must also avoid making promises about refund timelines, a domain-specific policy not captured by any built-in judge. The engineer wants this policy checked automatically on each evaluation run alongside the existing metrics. What is the most appropriate approach?

Reviewed for accuracy · Report an issue
Question 4 of 17

A Generative AI Engineer wants to run Mosaic AI Agent Evaluation on a deployed RAG chatbot using an offline evaluation dataset. The team has collected 200 representative user questions and expected reference answers, but no retrieval traces. They want to compute both answer correctness (comparing to the expected answers) and groundedness (whether responses are supported by retrieved context). Which approach correctly structures the evaluation so both metric types can be computed?

Reviewed for accuracy · Report an issue
Question 5 of 17

A Generative AI Engineer is using Mosaic AI Agent Evaluation to assess a deployed RAG chatbot for a healthcare knowledge base. Stakeholders complain that some answers sound confident but contain claims not supported by the retrieved documents. The engineer has a golden evaluation dataset with questions but no ground-truth answers. Which built-in LLM-as-judge metric should the engineer prioritize to catch these unsupported claims?

Reviewed for accuracy · Report an issue
Question 6 of 17

A Generative AI Engineer has built a RAG-based customer support agent and wants to systematically compare two candidate prompt templates before promoting either to production. They have assembled a curated dataset of representative questions, each with a reference (ground-truth) answer and the relevant supporting documents. They want to run Mosaic AI Agent Evaluation to measure answer correctness, groundedness, and retrieval relevance for both templates, then choose the better one. Which approach correctly uses Agent Evaluation for this offline comparison?

Reviewed for accuracy · Report an issue
Question 7 of 17

A Generative AI Engineer runs Mosaic AI Agent Evaluation on a RAG chatbot. The aggregate scores show high groundedness but low answer relevance. The team wants to understand whether the problem originates in retrieval or in generation before making changes. Within the Agent Evaluation results, which artifact should they inspect FIRST to pinpoint the source of the low relevance?

Reviewed for accuracy · Report an issue
Question 8 of 17

A Generative AI Engineer runs Mosaic AI Agent Evaluation on a deployed RAG chatbot. The overall answer-correctness score is low. The evaluation report shows that the retrieval metrics (context precision and context recall) are strong, but the answer-groundedness metric is poor. Which conclusion best explains this pattern, and what should the engineer prioritize fixing?

Reviewed for accuracy · Report an issue
Question 9 of 17

A GenAI engineer has a customer-support RAG agent deployed with inference tables enabled. Product leadership wants a weekly quality report showing, for each request, whether the response was grounded in retrieved context and whether it correctly answered the question. The team has thousands of daily requests and only two subject-matter experts who can review a small sample manually. Which approach best scales the per-request quality assessment while keeping human effort focused where it matters most?

Reviewed for accuracy · Report an issue
Question 10 of 17

A Generative AI Engineer has run Mosaic AI Agent Evaluation on version 1 of a RAG chatbot and logged the results as an MLflow run. After changing the retriever's chunking strategy and re-running the evaluation on the same evaluation dataset, the engineer wants to determine whether the change improved or degraded answer quality before promoting the new version. What is the most effective way to make this decision using the evaluation results?

Reviewed for accuracy · Report an issue
Question 11 of 17

A GenAI engineer deployed a RAG chatbot to a Model Serving endpoint two weeks ago. Leadership now wants a Lakehouse Monitoring dashboard that tracks request volume, latency trends, and response quality drift starting from launch day. When the engineer opens the endpoint, they discover no inference table exists and no payload logs were captured. What is the correct conclusion about building the requested historical dashboard?

Reviewed for accuracy · Report an issue
Question 12 of 17

A Generative AI Engineer has deployed a RAG-based customer support assistant with inference tables enabled to capture request and response payloads. Over the past month, users have started asking about a newly launched product line that did not exist when the app was first evaluated. The engineer wants to detect that the distribution of incoming questions has shifted away from the topics covered in the original evaluation set, so they can decide when to refresh the knowledge base and re-run evaluation. Which approach best enables ongoing detection of this shift?

Reviewed for accuracy · Report an issue
Question 13 of 17

A GenAI engineer has deployed a customer-support RAG assistant with an inference table enabled and a Lakehouse Monitoring monitor of type 'InferenceLog' configured on top of it. The team wants the monitoring dashboards (drift, quality, and volume metrics) to reflect new production traffic automatically without an engineer manually triggering computation each morning. The monitor currently only updates when someone clicks 'Refresh metrics' in the UI. What is the most appropriate way to keep the monitor's metric tables and dashboard current on an ongoing basis?

Reviewed for accuracy · Report an issue
Question 14 of 17

A GenAI engineer configures an LLM-as-judge metric in Mosaic AI Agent Evaluation to score answer correctness for a customer support RAG assistant. After the first evaluation run, stakeholders complain that the judge's scores don't match their intuition — several responses they consider clearly wrong were rated as correct. Before trusting the judge for ongoing quality gating, what is the most appropriate next step?

Reviewed for accuracy · Report an issue
Question 15 of 17

A Generative AI Engineer deploys a RAG chatbot on a Model Serving endpoint with inference tables enabled. Two weeks after launch, finance flags that the endpoint's monthly cost has tripled, even though the number of daily requests has stayed roughly flat. The engineer needs to determine the root cause before proposing a fix. Which analysis of the inference table data will most directly identify why costs increased despite stable request volume?

Reviewed for accuracy · Report an issue
Question 16 of 17

A Generative AI Engineer has deployed a customer-facing RAG chatbot on a Model Serving endpoint with payload logging enabled to an inference table. Product managers report that most users are satisfied with response speed, but a vocal minority complain about occasional multi-second delays. The engineer wants to quantify the experience of the worst-affected users and set an SLO alert. Which metric derived from the inference table timestamps should the engineer primarily track?

Reviewed for accuracy · Report an issue
Question 17 of 17

A GenAI engineer deployed a customer-support RAG chatbot three months ago. Initial Mosaic AI Agent Evaluation runs on a golden dataset showed strong groundedness and correctness scores. Recently, users report increasingly stale or incorrect answers, though the chatbot code and prompts have not changed. The underlying knowledge-base Delta table (synced to the Vector Search index) is updated weekly by another team. The engineer wants an ongoing process to catch this kind of quality regression automatically rather than relying on user complaints. What is the most effective approach?

Reviewed for accuracy · Report an issue

More Databricks GenAI Engineer Associate practice

Keep going with the other Databricks Certified Generative AI Engineer Associate domains, or take a full timed mock exam.

← Back to Databricks GenAI Engineer Associate overview