nerdexam
Microsoft

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.

Manage data governance and security

Question

You need to ensure that the data analysts can access the gold layer lakehouse. What should you do?

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)
  • A
    16% (5)
  • B
    3% (1)
  • C
    71% (22)
  • D
    10% (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.

AAdd the DataAnalyst group to the Viewer role for WorkspaceA.

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.

BShare the lakehouse with the DataAnalysts group and grant the Build reports on the default semantic model permission.

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.

CShare the lakehouse with the DataAnalysts group and grant the Read all SQL Endpoint data permission.Correct

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.

DShare the lakehouse with the DataAnalysts group and grant the Read all Apache Spark permission.

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

#Lakehouse Security#Data Access Control#Microsoft Fabric#SQL Endpoint

Community Discussion

No community discussion yet for this question.

Full DP-700 Practice