Exam Certified Data Engineer Associate All QuestionsBrowse all questions from this exam
Question 8

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

    Correct Answer: E

    In Databricks Repos, several Git operations can be performed directly, such as commit, pull, push, and clone. However, merging branches is one operation that typically must be handled outside of Databricks Repos, especially for tasks like resolving merge conflicts or completing the merge process. Therefore, the correct answer is 'Merge'.

Discussion
ZSun

According to the most recent one, all command is feasible in Repos

NickWerbung

Not valid anymore... https://docs.databricks.com/en/repos/ci-cd-techniques-with-repos.html

vvg130

The new answer is F - Delete .

Data_4everOption: E

MERGE is the only git operation that is listed in the options that cannot be performed with Databricks repos. CLONE is absolutely possible

Isio05Option: D

Confirmed on live environment - merging is now possible directly in Databricks Repos

KalavathiPOption: E

E is correct

fred_camargoOption: E

Merge is the correct answer

MajjjjOption: E

For following tasks, work in your Git provider: Create a pull request. Resolve merge conflicts. Merge or delete branches. Rebase a branch. https://docs.databricks.com/repos/index.html

ItmmaOption: E

E is correct

Bob123456Option: B

Why not option B Pull The following tasks are not supported by Databricks Repos, and must be performed in your Git provider: Create a pull request Delete branches Merge and rebase branches *

Isio05

Pull is not the same as pull request. Pulls are updating local version of the repo to the one present on remote. And it's surely feasible in Databricks repos.

SerGreyOption: E

E is correct

nedloOption: D

i think it supports merge now https://docs.databricks.com/en/repos/git-operations-with-repos.html "If an operation such as pull, rebase, or merge causes a merge conflict, the Repos UI shows a list of files with conflicts and options for resolving the conflicts. You have two primary options: Use the Repos UI to resolve the conflict."

HuroyeOption: E

E is the correct answer given the selections. You can clone.

mokraniOption: D

According to the recent version, all commands are supported under Repos !

Varma_SaraswathulaOption: A

Merge - A

naxacod574Option: E

merge is not supported

SireeJOption: C

Option: C