Databricks Certified Data Engineer Associate · Free Practice Question Easy
Question 2
You noticed that colleague is manually copying the notebook with _bkp to store the previous versions, which of the following feature would you recommend instead.
-
A
Databricks notebooks support change tracking and versioning
-
B
Databricks notebooks should be copied to a local machine and setup source control locally to version the notebooks
-
C
Databricks notebooks can be exported into dbc archive files and stored in data lake
-
D
Databricks notebook can be exported as HTML and imported at a later time
Reveal correct answer
Correct answer: A
Explanation
Answer is Databricks notebooks support automatic change tracking and versioning.
When you are editing the notebook on the right side check version history to view all the changes, every change you are making is captured and saved.

Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
