
Answer-first summary for fast verification
Answer: Connect to DW1 via the TDS (Tabular Data Stream) endpoint.
The correct answer is D because when a warehouse is shared with default permissions in Microsoft Fabric, users can connect to it via the TDS (Tabular Data Stream) endpoint, which allows them to query the data using SQL clients and tools. Option A is incorrect because default permissions do not grant direct read access to the underlying tables in the warehouse. Option B is incorrect because building reports requires additional permissions beyond the default warehouse sharing permissions. Option C is incorrect because default permissions do not provide access to the underlying Parquet files in OneLake; this requires specific data lake permissions. The community discussion shows a split between A and D, but D is supported by the comment noting it as the 'textbook answer' for this scenario, aligning with Microsoft Fabric's documented behavior for warehouse sharing with default permissions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You have a Fabric tenant with a workspace named Workspace1 and a user named User1. Workspace1 contains a warehouse named DW1. You share DW1 with User1, granting them the default permissions for the warehouse.
What actions is User1 permitted to perform?
A
Read data from the tables in DW1.
B
Build reports by using the default dataset.
C
Read the underlying Parquet files from OneLake.
D
Connect to DW1 via the TDS (Tabular Data Stream) endpoint.