
Answer-first summary for fast verification
Answer: Databricks Repos can commit or push code changes to trigger a CI/CD process
### ✅ Correct Answer: **E only** Databricks Repos helps facilitate CI/CD workflows by enabling developers to **commit and push code changes** from the Databricks workspace to a connected Git repository. These actions can **trigger external CI/CD pipelines** (such as GitHub Actions, Azure DevOps, or GitLab CI) that run tests, validations, or deployment processes. This makes **E** the only correct option. --- ### ❌ Why the other options are incorrect - **A. Facilitate pull requests, reviews, and approvals** Pull requests and approvals are handled **entirely by the Git provider**, not Databricks Repos. Repos has no PR or review interface. - **B. Merge branches** Branch merging is a Git operation performed in GitHub/GitLab/Azure DevOps, not in Databricks. - **C. Design or develop CI/CD pipelines** Databricks Repos integrates with pipelines but does not define or manage them. - **D. Store the source‑of‑truth repository** The authoritative repository always lives in the Git provider, not Databricks. --- ### ✅ Key takeaway for the exam Databricks Repos **synchronizes code with Git and can trigger CI/CD**, but **all governance and automation logic lives outside Databricks**.
Author: LeetQuiz .
Ultimate access to all questions.
Question 7
Which of the following describes how Databricks Repos can help facilitate CI/CD workflows on the Databricks Lakehouse Platform?
A
Databricks Repos can facilitate the pull request, review, and approval process before merging branches
B
Databricks Repos can merge changes from a secondary Git branch into a main Git branch
C
Databricks Repos can be used to design, develop, and trigger Git automation pipelines
D
Databricks Repos can store the single-source-of-truth Git repository
E
Databricks Repos can commit or push code changes to trigger a CI/CD process