
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: Data Explorer
## Explanation The correct answer is **C. Data Explorer**. **Why Data Explorer is the correct choice:** - Data Explorer is the primary interface in Databricks for managing and administering data objects, including Delta tables - It provides a user-friendly GUI for managing table permissions, including granting SELECT permissions to users and groups - As the table owner, the data engineer can use Data Explorer to navigate to the specific Delta table and configure access controls **Why the other options are incorrect:** - **A. Repos**: Used for version control and collaborative development of notebooks and code, not for managing table permissions - **B. Jobs**: Used for scheduling and running data processing workflows, not for managing access controls - **D. Databricks Filesystem**: Refers to DBFS (Databricks File System) which is for file storage, not for managing table-level permissions - **E. Dashboards**: Used for creating and sharing data visualizations, not for managing data access permissions In Databricks Unity Catalog (the unified governance solution), Data Explorer provides the interface to manage fine-grained access controls on tables, views, and other data objects.
Author: LeetQuiz .
No comments yet.
Question 5
A data engineer has created a Delta table as part of a data pipeline. Downstream data analysts now need SELECT permission on the Delta table.
Assuming the data engineer is the Delta table owner, which part of the Databricks Lakehouse Platform can the data engineer use to grant the data analysts the appropriate access?
A
Repos
B
Jobs
C
Data Explorer
D
Databricks Filesystem
E
Dashboards