Databricks Open Module
Log In Create Account
Certification learning module

Security Governance and Responsible AI

Apply security, privacy, compliance, and responsible AI controls to exam scenarios.

Module 5 of 6 About 6 min Databricks Certified Generative AI Engineer Associate
83%
Course position
Module 5

Security Governance and Responsible AI

Apply security, privacy, compliance, and responsible AI controls to exam scenarios.

Databricks Certified Generative AI Engineer Associate

Security Governance and Responsible AI

Apply security, privacy, compliance, and responsible AI controls to exam scenarios.

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
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

Security, governance, and responsible AI questions ask whether the solution can be trusted, controlled, and explained. For Databricks Certified Generative AI Engineer Associate, treat governance as part of the design, not a separate cleanup task after the model works.

Controls To Recognize

Control area What it protects What to look for in a scenario
Identity and access Systems, documents, tools, models, and administrative actions. Least privilege, role-based access, service identities, approval boundaries, and separation of duties.
Data protection Training data, prompts, uploaded files, retrieved documents, logs, and outputs. Classification, encryption, masking, retention, residency, and deletion requirements.
Output quality and safety Users, customers, business decisions, and public trust. Grounding, citations, evaluations, content filters, policy checks, and human review.
Responsible AI Fairness, transparency, accountability, and social impact. Bias testing, explainability, consent, documentation, stakeholder review, and appeal paths.
Auditability Evidence that the system was governed and operated responsibly. Logs, versioning, approvals, risk registers, control tests, and incident records.

Provider-Specific Risk Lens

Govern tables, features, vectors, models, notebooks, endpoints, service principals, lineage, and workspace access.

For Databricks, a governance answer is strongest when it matches the provider's identity model, logging approach, data controls, and official responsible AI guidance instead of describing safety in general terms only.

Track-Specific Risk Checks

  • privacy leakage through prompts, files, logs, retrieved documents, or generated outputs
  • hallucinated or ungrounded answers used without review
  • unclear accountability when an AI recommendation affects people, money, security, or compliance
  • prompt injection
  • retrieval of unauthorized context
  • overconfident answers without sources

Responsible AI Scenario Checklist

  • Purpose: Is the use case appropriate, useful, and clearly bounded?
  • People: Who is affected, who can challenge the output, and who owns the decision?
  • Data: Was the data collected, used, stored, and shared appropriately?
  • Model behavior: Are hallucination, bias, toxicity, privacy leakage, and misuse tested?
  • Operations: Are monitoring, incident response, change control, and retirement plans defined?

Example: Prompt Injection And Data Leakage

Scenario: an AI assistant can read internal knowledge articles and call workflow tools. A user tries to make it ignore its instructions and reveal restricted information. The best answer is not just 'write a better prompt.' It should combine access control, tool permission limits, input and output filtering, retrieval permissions, logging, testing, and human escalation for sensitive actions.

How To Study Governance

  1. Write one governance control for each lifecycle stage: design, data, build, test, deploy, monitor, and retire.
  2. Practice rejecting answers that rely on user trust, prompt wording, or policy documents without enforcement.
  3. Use NIST AI RMF and OWASP GenAI security resources as general reference points, then map them back to the provider-specific credential objectives.