Databricks Open Module
Log In Create Account
Certification learning module

Databricks Services and Tool Selection

Practice choosing the right provider service, product, workflow, or control for a scenario.

Module 3 of 6 About 8 min Databricks Certified Generative AI Engineer Associate
50%
Course position
Module 3

Databricks Services and Tool Selection

Practice choosing the right provider service, product, workflow, or control for a scenario.

Databricks Certified Generative AI Engineer Associate

Databricks Services and Tool Selection

Practice choosing the right provider service, product, workflow, or control for a scenario.

Official Scope and Verification

This lesson is mapped to the verified Databricks Certified Generative AI Engineer Associate outline. Official sources and public status were rechecked on 2026-07-13. Provider pages remain authoritative for late-breaking blueprint, availability, scheduling, price, language, delivery, and retake changes.

Current Databricks proctored certification with published domain percentages.

Official Objectives Emphasized Here

Domain or objective area Published weight Key objective groups Official source
Design Applications 14% Design a prompt that elicits a specifically formatted response; Select model tasks to accomplish a given business requirement; Select chain components for a desired model input and output; Translate business use case goals into desired AI pipeline inputs and outputs; Define and order tools that gather knowledge or take actions for multi-stage reasoning; Determine when to use Agent Bricks to solve problems Databricks official Generative AI Engineer Associate exam guide PDF
Data Preparation 14% Apply a chunking strategy for a given document structure and model constraints; Filter extraneous content in source documents that degrades RAG application quality; Choose the appropriate Python package to extract document content from source data and format; Define operations and sequence to write chunked text into Delta Lake tables in Unity Catalog; Identify source documents that provide necessary knowledge and quality for a RAG application; Use tools and metrics to evaluate retrieval performance; Design retrieval systems using advanced chunking strategies; Explain the role of re-ranking in the information retrieval process Databricks official Generative AI Engineer Associate exam guide PDF
Application Development 30% Select LangChain or similar tools for use in a Generative AI application; Qualitatively assess responses to identify common issues such as quality and safety; Select chunking strategy based on model and retrieval evaluation; Augment a prompt with context from user input based on key fields, terms, and intents; Create a prompt that adjusts an LLM response from a baseline to a desired output; Implement LLM guardrails to prevent negative outcomes; Select the best LLM based on application attributes; Select an embedding model context length based on source documents, queries, and optimization strategy; Select a model from a model hub or marketplace based on model metadata or model cards; Select the best model for a task based on common metrics generated in experiments; Utilize MLflow and Agent Framework for developing agentic systems; Compare the evaluation and monitoring phases of the Gen AI application life cycle; Enable multi-agent systems to leverage Genie Spaces or conversational API to retrieve data Databricks official Generative AI Engineer Associate exam guide PDF
Assembling and Deploying Applications 22% Code a chain using a pyfunc model with pre- and post-processing; Control access to resources from model serving endpoints; Code a simple chain according to requirements; Choose RAG elements: model flavor, embedding model, retriever, dependencies, input examples, and model signature; Register the model to Unity Catalog using MLflow; Create and query a Vector Search index; Identify how to serve an LLM application that leverages Foundation Model APIs; Explain key concepts and components of Mosaic AI Vector Search; Identify batch inference workloads and apply ai_query() appropriately; Configure vector search based on embeddings, update frequency, latency, and cost requirements; Configure a persistent datastore for intermediate memory or structured information; Apply CI/CD practices for Vector Search updates, prompt promotion, and agent component testing; Integrate managed, external, and custom MCP servers based on application requirements; Apply prompt version control and manage prompt lifecycle; Develop an interactive user-facing interface for an agent scenario Databricks official Generative AI Engineer Associate exam guide PDF
Governance 8% Use masking techniques as guardrails to meet a performance objective; Select guardrail techniques to protect against malicious user inputs; Use legal and licensing requirements for data sources to avoid legal risk; Recommend an alternative for problematic text mitigation in a data source feeding a GenAI application Databricks official Generative AI Engineer Associate exam guide PDF
Evaluation and Monitoring 12% Select an LLM choice based on quantitative evaluation metrics; Select key metrics to monitor for a specific LLM deployment scenario; Evaluate agent performance with MLflow scoring and tracing; Use inference logging to assess deployed RAG application performance; Use Databricks features to control LLM costs; Use inference tables and Agent Monitoring to track a live LLM endpoint; Identify evaluation judges that require ground truth; Use AI Gateway, inference tables, usage tables, and rate limiting to track LLMs or agents; Use Databricks custom Scorers for evaluating agents and LLMs; Use subject matter expert feedback to ground iterative evaluation and improvement Databricks official Generative AI Engineer Associate exam guide PDF

Authoritative Sources for This Scope

Service and tool selection is where learners often confuse adjacent options. A scenario usually gives you enough information to reject attractive but oversized answers. Your job is to match it to the simplest Databricks capability, workflow, or control that satisfies the requirements.

Selection Framework

Scenario cue What it usually tests How to decide
Need a quick business outcome Managed service, course workflow, or configured feature. Prefer the provider feature that already solves the task with less custom build effort.
Need current internal knowledge Retrieval, search, grounding, data governance, or knowledge management. Choose a pattern that reads approved sources at response time and preserves access rules.
Need custom predictive behavior ML workflow, features, training data, experiment tracking, or model serving. Verify that the prompt actually requires custom training rather than a prebuilt model or service.
Need automation or actions Agent, workflow, tool call, integration, approval, or orchestration pattern. Check permissions, rollback, human review, and what the agent is allowed to do.
Need trust, compliance, or auditability Governance, logs, policy, identity, risk assessment, or monitoring. A model choice alone is not enough; select the control that creates evidence and accountability.

Study Sources And Tested Capability Areas

Use this provider-specific lens while studying Databricks Certified Generative AI Engineer Associate: Connect the requirement to data preparation, governed features, MLflow tracking, model serving, vector retrieval, or agent evaluation.

  • Unity Catalog: write one sentence explaining what problem it addresses and one sentence explaining a scenario where it would not be enough.
  • MLflow: write one sentence explaining what problem it addresses and one sentence explaining a scenario where it would not be enough.
  • Model Serving: write one sentence explaining what problem it addresses and one sentence explaining a scenario where it would not be enough.
  • Vector Search: write one sentence explaining what problem it addresses and one sentence explaining a scenario where it would not be enough.
  • Mosaic AI: write one sentence explaining what problem it addresses and one sentence explaining a scenario where it would not be enough.
  • Lakehouse monitoring: write one sentence explaining what problem it addresses and one sentence explaining a scenario where it would not be enough.

Track-Specific Selection Cues

  • Read the exact credential title first. Many AI credentials are role-based, so the same AI concept can be tested differently for an engineer, architect, auditor, business leader, teacher, or administrator.
  • Translate every objective into a real scenario with a user, data source, risk constraint, and expected output.
  • Separate durable AI principles from provider product names so you can still reason when a product name changes.
  • Understand prompts, tokens, context windows, embeddings, semantic search, RAG, fine-tuning, tool use, guardrails, and evaluations.
  • Choose RAG when answers must reflect current governed sources; choose fine-tuning only when the scenario needs learned behavior or style from examples.
  • Evaluate generated outputs for correctness, relevance, source coverage, toxicity, privacy, and refusal behavior.

Common Distractor Patterns

  • Too custom: selecting model training, code, or infrastructure when the scenario asks for a managed feature or course workflow.
  • Too generic: choosing a general AI answer that does not match the provider capability or credential role.
  • Too unsafe: ignoring identity, data protection, approval, or audit requirements.
  • Too expensive: selecting a high-complexity approach when a simpler service, workflow, or retrieval pattern satisfies the requirement.
  • Too narrow: solving the model task but ignoring ingestion, governance, monitoring, or user adoption.

Worked Example

Scenario: A policy assistant must answer from current HR documents. Retrieval with access-aware sources is a better first pattern than retraining the model whenever a policy changes.

Good answer behavior: identify the workflow stage first, then choose the Databricks capability that fits the role, data, and risk constraints.

Bad answer behavior: Treating a larger model as a substitute for grounding, permissions, evaluation, and human escalation.

Self-Learner Drill

  1. Create a table with columns for requirement, likely provider feature, why it fits, and common distractor.
  2. Add at least ten rows from official examples, course demos, credential objectives, or documentation pages.
  3. Cover at least one row each for data ingestion, GenAI output, search or retrieval, workflow automation, security, monitoring, and cost.
  4. Review the table before mixed quizzes. If two tools seem interchangeable, write the constraint that separates them.