DP-700 · Question #1
You need to ensure that the data analysts can access the gold layer lakehouse. What should you do?
The correct answer is C. Share the lakehouse with the DataAnalysts group and grant the Read all SQL Endpoint data permission. To enable data analysts to access the gold layer lakehouse, share the lakehouse with their group and grant specific SQL endpoint read permissions for direct query access.
Question
Options
- AAdd the DataAnalyst group to the Viewer role for WorkspaceA.
- BShare the lakehouse with the DataAnalysts group and grant the Build reports on the default semantic model permission.
- CShare the lakehouse with the DataAnalysts group and grant the Read all SQL Endpoint data permission.
- DShare the lakehouse with the DataAnalysts group and grant the Read all Apache Spark permission.
How the community answered
(31 responses)- A16% (5)
- B3% (1)
- C71% (22)
- D10% (3)
Why each option
To enable data analysts to access the gold layer lakehouse, share the lakehouse with their group and grant specific SQL endpoint read permissions for direct query access.
Adding a group to the Workspace Viewer role grants limited access to view items but might not provide the necessary granular data read permissions through the SQL endpoint for a lakehouse.
The 'Build reports on the default semantic model' permission is specific to creating Power BI reports on a semantic model, not for direct data access and querying of the underlying lakehouse via its SQL endpoint.
The 'Read all SQL Endpoint data' permission explicitly grants users the ability to query all data within a lakehouse's SQL endpoint. This is the standard and most appropriate method for data analysts to consume curated 'gold layer' data using T-SQL tools in Microsoft Fabric.
The 'Read all Apache Spark permission' is for interacting with the lakehouse data using Spark notebooks, which is typically for data engineers or scientists, not the primary access method for data analysts.
Concept tested: Lakehouse SQL Endpoint Access Control
Source: https://learn.microsoft.com/en-us/fabric/data-warehouse/share-warehouse
Topics
Community Discussion
No community discussion yet for this question.