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

A data engineer needs to determine whether to use the built-in Databricks Notebooks versioning or version their project using Databricks Repos.

Which of the following is an advantage of using Databricks Repos over the Databricks Notebooks versioning?

    Correct Answer: B

    Databricks Repos supports the use of multiple branches. This feature allows for the creation and management of different branches in a codebase, enabling parallel development, collaboration, and experimentation without interfering with the main branch. This significantly enhances collaborative efforts and version control as compared to the built-in Databricks Notebooks versioning, which does not support multiple branches.

Discussion
MajjjjOption: B

While both Databricks Notebooks versioning and Databricks Repos allow for version control of code, Databricks Repos provides the additional benefit of supporting the use of multiple branches. This allows for multiple versions of a notebook or project to be developed in parallel, facilitating collaboration among team members and simplifying the process of merging changes into a single main branch.

vctrhugoOption: B

B. Databricks Repos supports the use of multiple branches. An advantage of using Databricks Repos over the built-in Databricks Notebooks versioning is the ability to work with multiple branches. Branching is a fundamental feature of version control systems like Git, which Databricks Repos is built upon. It allows you to create separate branches for different tasks, features, or experiments within your project. This separation helps in parallel development and experimentation without affecting the main branch or the work of other team members. Branching provides a more organized and collaborative development environment, making it easier to merge changes and manage different development efforts. While Databricks Notebooks versioning also allows you to track versions of notebooks, it may not provide the same level of flexibility and collaboration as branching in Databricks Repos.

AtnafuOption: B

B An advantage of using Databricks Repos over the Databricks Notebooks versioning is that Databricks Repos supports the use of multiple branches. With Databricks Repos, you can create and manage multiple branches of your codebase, enabling parallel development, collaboration, and the ability to work on different features or bug fixes simultaneously.

sdas1Option: B

Option B

surrabhi_4Option: B

option B

XiltroXOption: B

Correct answer is B

benni_aleOption: B

b , multiple branches are not supported at all without a git integration and databricks repos have built in UI for governing such a thing

benni_aleOption: B

b , multiple branches are not supported at all without a git integration and databricks repos have built in UI for governing such a thing

benni_aleOption: B

B is correct

ItmmaOption: B

B is correct

SerGreyOption: B

Correct answer is B

awofalusOption: B

Correct : B

KalavathiPOption: B

B is correct

hany_dsOption: B

B built in databricks notebook versioning does not allow multiple branches.

Varma_SaraswathulaOption: B

B. Databricks Repos supports the use of multiple branches