
Answer-first summary for fast verification
Answer: You can have more than 1 metastore within a databricks account console but only 1 per region., If metastore is not associated with location, it’s mandatory to associate catalog with managed locations
In Databricks Unity Catalog governance, the correct conditions are: - **Option A**: You can have more than 1 metastore within a Databricks account console but only 1 per region. This is correct because Unity Catalog allows for multiple metastores, each associated with a specific region, enabling regional data governance. - **Option E**: If metastore is not associated with location, it’s mandatory to associate catalog with managed locations. This is correct because without a metastore-level location, each catalog must specify its own managed location to ensure data is stored in a governed manner. The other options are incorrect for the following reasons: - **Option B**: It's not mandatory for both catalog and schema to have a managed location if the metastore is not associated with a location. Only the catalog needs to have a managed location in such cases. - **Option C**: A catalog cannot be associated with multiple metastores. Each catalog is tied to a single metastore. - **Option D**: If a catalog is not associated with a location, it's not mandatory to associate the schema with managed locations. The requirement is for the catalog to have a managed location if the metastore doesn't have one.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Which two conditions apply to governance in Databricks Unity Catalog? (Select two.)
A
You can have more than 1 metastore within a databricks account console but only 1 per region.
B
Both catalog and schema must have a managed location in Unity Catalog provided metastore is not associated with a location
C
You can have multiple catalogs within metastore and 1 catalog can be associated with multiple metastore
D
If catalog is not associated with location, it’s mandatory to associate schema with managed locations
E
If metastore is not associated with location, it’s mandatory to associate catalog with managed locations