Certified Data Engineer Associate Exam QuestionsBrowse all questions from this exam

Certified Data Engineer Associate Exam - Question 93


A data engineer is running code in a Databricks Repo that is cloned from a central Git repository. A colleague of the data engineer informs them that changes have been made and synced to the central Git repository. The data engineer now needs to sync their Databricks Repo to get the changes from the central Git repository.

Which Git operation does the data engineer need to run to accomplish this task?

Show Answer
Correct Answer: B

To update a local repository with changes from a central Git repository, the data engineer should perform a 'pull' operation. This command retrieves and integrates changes from the remote repository into the local repository.

Discussion

1 comment
Sign in to comment
MDWPartnersOption: B
May 25, 2024

Repeated, also correct.