Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A Databricks engineer is tasked with creating a secret scope to securely store a connection string for a JDBC source. Which of the following methods can the engineer use to create this secret scope?
A
Databricks CLI is the sole method for creating a secret scope.
B
Only the Databricks REST API can be utilized to create a secret scope.
C
The dbutils.secrets() method is exclusively used for creating a secret scope in Databricks.
dbutils.secrets()
D
Both Databricks CLI and Databricks REST API can be used to create a secret scope, but not dbutils.secrets().
E
Databricks CLI, Databricks REST API, and dbutils.secrets() are all viable methods for creating a secret scope.