Databricks Certified Data Engineer Associate — Question 152
A data engineer needs to determine whether to use the built-in Databricks Notebooks versioning or version their project using Databricks Repos.
What is an advantage of using Databricks Repos over the Databricks Notebooks versioning?
Answer options
- A. Databricks Repos allows users to revert to previous versions of a notebook
- B. Databricks Repos is wholly housed within the Databricks Data Intelligence Platform
- C. Databricks Repos provides the ability to comment on specific changes
- D. Databricks Repos supports the use of multiple branches
Correct answer: D
Explanation
The correct answer is D because Databricks Repos allows for the management of multiple branches, which is essential for collaborative development and version control. Options A and C are incorrect as they pertain to features available in both Databricks Notebooks and Repos. Option B is misleading because while Repos is part of the Databricks platform, it doesn't highlight a specific advantage over Notebooks.