Certified Data Engineer Professional Exam QuestionsBrowse all questions from this exam

Certified Data Engineer Professional Exam - Question 5


A junior developer complains that the code in their notebook isn't producing the correct results in the development environment. A shared screenshot reveals that while they're using a notebook versioned with Databricks Repos, they're using a personal branch that contains old logic. The desired branch named dev-2.3.9 is not available from the branch selection dropdown.

Which approach will allow this developer to review the current logic for this notebook?

Show Answer
Correct Answer: B

The correct approach is to use Repos to pull changes from the remote Git repository and select the dev-2.3.9 branch. This will allow the developer to access the most recent and desired logic for the notebook. Pulling changes from the remote repository ensures that the latest updates are incorporated and selecting the specific branch will provide the correct version of the code.

Discussion

4 comments
Sign in to comment
Jay_98_11Option: B
Jan 13, 2024

vote for B also

sturcuOption: B
Oct 16, 2023

B is correct

AziLaOption: B
Jan 21, 2024

correct ans is B

imatheushenriqueOption: B
Jun 5, 2024

B. Use Repos to pull changes from the remote Git repository and select the dev-2.3.9 branch.