DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE · Question #63
Which of the following Git operations must be performed outside of Databricks Repos?
The correct answer is E. Merge. Databricks Repos supports a subset of Git operations directly within the UI: committing, pulling, pushing, cloning (creating a repo), branching, and viewing diffs. However, merging branches is not supported inside Databricks Repos - merge operations must be performed in the…
Question
Options
- ACommit
- BPull
- CPush
- DClone
- EMerge
How the community answered
(28 responses)- B7% (2)
- C4% (1)
- D4% (1)
- E86% (24)
Explanation
Databricks Repos supports a subset of Git operations directly within the UI: committing, pulling, pushing, cloning (creating a repo), branching, and viewing diffs. However, merging branches is not supported inside Databricks Repos - merge operations must be performed in the remote Git provider (e.g., GitHub, GitLab, Bitbucket) via pull/merge requests. This is by design, as conflict resolution and merge strategies are better handled in the Git platform's native interface. Options A, B, C, and D are all operations available within Databricks Repos.
Topics
Community Discussion
No community discussion yet for this question.