Certified Data Engineer Professional Exam QuestionsBrowse all questions from this exam

Certified Data Engineer Professional Exam - Question 121


A developer has successfully configured their credentials for Databricks Repos and cloned a remote Git repository. They do not have privileges to make changes to the main branch, which is the only branch currently visible in their workspace.

Which approach allows this user to share their code updates without the risk of overwriting the work of their teammates?

Show Answer
Correct Answer: A

The user should create a new branch in Repos to make their changes. By creating a new branch, they can commit and push their updates to the remote Git repository without affecting the main branch. This approach ensures that their updates are isolated from the main branch, reducing the risk of overwriting teammates' work. Once the changes are ready, they can be merged into the main branch through a pull request, allowing for review and collaboration.

Discussion

1 comment
Sign in to comment
Ati1362Option: B
Jun 24, 2024

answer B