
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which of the following Git operations must be performed outside of Databricks Repos?
A
Commit
B
Pull
C
Push
D
Clone
E
Merge
Explanation:
In Databricks Repos, you can perform most Git operations directly within the platform, including:
However, Clone is the operation that must be performed outside of Databricks Repos because:
Databricks Repos is designed to work with existing Git repositories that have already been cloned or created elsewhere. Once connected, you can perform all other Git operations within the Databricks environment.