Certified Data Engineer Associate Exam QuestionsBrowse all questions from this exam

Certified Data Engineer Associate Exam - Question 8


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

Show Answer
Correct Answer: DE

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

17 comments
Sign in to comment
ZSun
Jun 13, 2023

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

NickWerbung
Aug 31, 2023

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

vvg130
Jan 7, 2024

The new answer is F - Delete .

Data_4everOption: E
Apr 7, 2023

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

MajjjjOption: E
May 4, 2023

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

fred_camargoOption: E
Jun 6, 2023

Merge is the correct answer

KalavathiPOption: E
Sep 26, 2023

E is correct

Isio05Option: D
Apr 26, 2024

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

SireeJOption: C
Apr 11, 2023

Option: C

naxacod574Option: E
Apr 20, 2023

merge is not supported

Varma_SaraswathulaOption: A
Apr 21, 2023

Merge - A

mokraniOption: D
Oct 30, 2023

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

HuroyeOption: E
Nov 17, 2023

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

nedloOption: D
Dec 1, 2023

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

SerGreyOption: E
Dec 24, 2023

E is correct

Bob123456Option: B
Feb 23, 2024

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
Apr 26, 2024

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.

ItmmaOption: E
Mar 19, 2024

E is correct