Exam Certified Data Engineer Professional All QuestionsBrowse all questions from this 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?

    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
Ati1362Option: B

answer B