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

Databricks-Generative-AI-Engineer-Associate Exam Dumps - Databricks Generative AI Engineer Questions and Answers

Question # 4

A Generative Al Engineer is building a production-ready LLM system which replies directly to customers. The solution makes use of the Foundation Model API via provisioned throughput. They are concerned that the LLM could potentially respond in a toxic or otherwise unsafe way. They also wish to perform this with the least amount of effort.

Which approach will do this?

Options:

A.

Host Llama Guard on Foundation Model API and use it to detect unsafe responses

B.

Add some LLM calls to their chain to detect unsafe content before returning text

C.

Add a regex expression on inputs and outputs to detect unsafe responses.

D.

Ask users to report unsafe responses

Buy Now
Question # 5

A Generative Al Engineer is building a system which will answer questions on latest stock news articles.

Which will NOT help with ensuring the outputs are relevant to financial news?

Options:

A.

Implement a comprehensive guardrail framework that includes policies for content filters tailored to the finance sector.

B.

Increase the compute to improve processing speed of questions to allow greater relevancy analysis

C Implement a profanity filter to screen out offensive language

C.

Incorporate manual reviews to correct any problematic outputs prior to sending to the users

Buy Now
Question # 6

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?

Options:

A.

DatabrickslQ

B.

Foundation Model APIs

C.

Feature Serving

D.

AutoML

Buy Now
Question # 7

A Generative AI Engineer is evaluating a customer-support agent in Databricks. The team needs to score each response on a domain-specific policy: the answer must cite an approved refund rule and must not mention unsupported escalation paths. Built-in evaluation metrics do not capture this logic. The team wants the metric to run during agent evaluation in Databricks and return a repeatable, structured score for each trace.

Which approach should the engineer use?

Options:

A.

Use only latency and token-count metrics because custom policy checks are not supported in evaluation workflows.

B.

Log the traces to MLflow v3.x and review failures in the UI without defining a scorer.

C.

Add the policy text to the system prompt and rely on the model’s self-reported compliance as the evaluation result.

D.

Create a custom MLflow scorer that inspects agent outputs against the policy and pass it into the evaluation run.

Buy Now
Question # 8

A Generative AI Engineer is building a compound AI system for an organization. The goal is to automate the processing of incoming customer event reports against a coding system and corporate-guidelines documentation. The system must handle three distinct user-request types: answering questions from guidelines documents, extracting specific event codes from reviewers’ notes, and routing ambiguous requests to the appropriate specialized handler. All three capabilities must operate under a single entry point that interprets user intent and delegates accordingly.

Which Agent Brick should serve as the top-level orchestrator in this architecture?

Options:

A.

Multi-Agent Supervisor, because it can be used without Knowledge Assistant and Information Extraction agents.

B.

Knowledge Assistant, because the chatbot interface can handle multi-turn conversations.

C.

Knowledge Assistant, because it can be configured with multiple vector indexes to handle all three request types simultaneously.

D.

Multi-Agent Supervisor, because it interprets incoming requests and delegates tasks to specialized sub-agents.

Buy Now
Question # 9

A Generative AI Engineer is building an interactive catalog for a company’s inventory system that allows users to search for any item using a plain-text description. There are currently about 17,000 items, and new items are not frequently added. They need a solution that will be the most cost-effective and easy for the company to maintain.

Which solution should the engineer choose?

Options:

A.

Storage-optimized vector search with a Direct Vector Access index, triggered sync.

B.

Standard vector search with Databricks-managed embeddings and a Delta Sync index, continuous sync.

C.

Standard vector search with self-managed embeddings and a Delta Sync index, continuous sync.

D.

Standard vector search with Databricks-managed embeddings and a Delta Sync index, triggered sync.

Buy Now
Question # 10

A Generative AI Engineer has deployed a customer-support agent in production that retrieves product documentation and generates responses. SMEs have been reviewing agent responses and providing feedback through a web interface that captures ratings of 1–5 stars and written comments. The engineer needs to systematically collect this feedback and use it to create an evaluation dataset that can be used to compare future agent versions against the current baseline performance.

Which approach should the engineer use to accomplish this task?

Options:

A.

Export only the written SME comments to a text file and manually score them using a custom script, then use the script’s output as the evaluation dataset for future agent comparisons.

B.

Log the SME ratings and comments directly to a Delta table with the corresponding user queries and agent responses, then use MLflow to create an evaluation dataset from this table and register it for future agent evaluations.

C.

Use Unity Catalog to create a view that filters only 5-star-rated interactions, then register this view as the evaluation dataset to benchmark all future agent versions.

D.

Use the customer review app to collect SME feedback, then directly deploy the highest-rated responses as the new agent baseline without storing them as a formal evaluation dataset.

Buy Now
Question # 11

A Generative AI Engineer is experimenting with using parameters to configure an agent in Mosaic Agent Framework. However, they are struggling to get the agent to respond with relevant information with this configuration:

config = { " prompt_template " : " You are a trivia bot. Generate a question based on the user ' s input: {user_input} " , " input_vars " : [ " user_input " ], " parameters " : { " temperature " : 0.01, " max_tokens " : 500}}

Which error is causing the problem?

Options:

A.

The prompt does not parse the user ' s input vars

B.

The prompt does not set the retriever schema

C.

The prompt does not list available agents for the LLM to call

D.

The prompt is not wrapped in ChatModel

Buy Now
Question # 12

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.

Buy Now
Question # 13

A Generative AI Engineer has been asked to design an LLM-based application that accomplishes the following business objective: answer employee HR questions using HR PDF documentation.

Which set of high level tasks should the Generative AI Engineer ' s system perform?

Options:

A.

Calculate averaged embeddings for each HR document, compare embeddings to user query to find the best document. Pass the best document with the user query into an LLM with a large context window to generate a response to the employee.

B.

Use an LLM to summarize HR documentation. Provide summaries of documentation and user query into an LLM with a large context window to generate a response to the user.

C.

Create an interaction matrix of historical employee questions and HR documentation. Use ALS to factorize the matrix and create embeddings. Calculate the embeddings of new queries and use them to find the best HR documentation. Use an LLM to generate a response to the employee question based upon the documentation retrieved.

D.

Split HR documentation into chunks and embed into a vector store. Use the employee question to retrieve best matched chunks of documentation, and use the LLM to generate a response to the employee based upon the documentation retrieved.

Buy Now
Exam Name: Databricks Certified Generative AI Engineer Associate
Last Update: Sep 13, 2026
Questions: 90
Databricks-Generative-AI-Engineer-Associate pdf

Databricks-Generative-AI-Engineer-Associate PDF

$21.25  $84.99
Databricks-Generative-AI-Engineer-Associate Engine

Databricks-Generative-AI-Engineer-Associate Testing Engine

$23.75  $94.99
Databricks-Generative-AI-Engineer-Associate PDF + Engine

Databricks-Generative-AI-Engineer-Associate PDF + Testing Engine

$33.75  $134.99