nerdexam
Databricks

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…

Submitted by krish.m· Apr 18, 2026Deployment and Operations

Question

Which of the following Git operations must be performed outside of Databricks Repos?

Options

  • ACommit
  • BPull
  • CPush
  • DClone
  • EMerge

How the community answered

(28 responses)
  • B
    7% (2)
  • C
    4% (1)
  • D
    4% (1)
  • E
    86% (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

#Databricks Repos#Git operations#Version control#Branch management

Community Discussion

No community discussion yet for this question.

Full DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE Practice