Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Data Engineer Associate All Questions

View all questions & answers for the Certified Data Engineer Associate exam

Exam Certified Data Engineer Associate topic 1 question 8 discussion

Actual exam question from Databricks's Certified Data Engineer Associate
Question #: 8
Topic #: 1
[All Certified Data Engineer Associate Questions]

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

  • A. Commit
  • B. Pull
  • C. Push
  • D. Clone
  • E. Merge
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ZSun
Highly Voted 1 year, 5 months ago
According to the most recent one, all command is feasible in Repos
upvoted 20 times
...
NickWerbung
Highly Voted 1 year, 2 months ago
Not valid anymore... https://docs.databricks.com/en/repos/ci-cd-techniques-with-repos.html
upvoted 14 times
...
peadar_pa
Most Recent 3 weeks, 6 days ago
For clarity, is the consensus that you can do all of the options, therefore making this an invalid question?
upvoted 1 times
...
9d4d68a
3 months ago
D. Clone Cloning a repository creates a local copy of the repository on your machine and must be done using a local Git client or command line. Once the repository is cloned, you can work with it in Databricks Repos, but the initial clone operation itself is outside the Databricks interface. Other operations like commit, pull, push, and merge can be managed within Databricks Repos or through other Git tools.
upvoted 3 times
...
80370eb
3 months, 2 weeks ago
Selected Answer: D
D: Cloning a repository is typically done outside of Databricks Repos, often using a Git client or command line interface before the repository is linked to Databricks Repos.
upvoted 2 times
...
Isio05
7 months ago
Confirmed on live environment - merging is now possible directly in Databricks Repos
upvoted 4 times
...
Itmma
8 months, 1 week ago
Selected Answer: E
E is correct
upvoted 1 times
...
Bob123456
9 months ago
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 *
upvoted 1 times
Isio05
7 months ago
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.
upvoted 2 times
...
...
vvg130
10 months, 3 weeks ago
The new answer is F - Delete .
upvoted 7 times
...
SerGrey
11 months ago
Selected Answer: E
E is correct
upvoted 1 times
...
nedlo
11 months, 4 weeks ago
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."
upvoted 1 times
...
Huroye
1 year ago
E is the correct answer given the selections. You can clone.
upvoted 1 times
...
mokrani
1 year ago
According to the recent version, all commands are supported under Repos !
upvoted 1 times
...
KalavathiP
1 year, 2 months ago
Selected Answer: E
E is correct
upvoted 2 times
...
fred_camargo
1 year, 5 months ago
Selected Answer: E
Merge is the correct answer
upvoted 2 times
...
Majjjj
1 year, 6 months ago
Selected Answer: 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
upvoted 2 times
...
Varma_Saraswathula
1 year, 7 months ago
Merge - A
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...