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

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

vote for B also

imatheushenriqueOption: B

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

AziLaOption: B

correct ans is B

sturcuOption: B

B is correct