
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Objective: Use the Delta Sharing feature available with Unity Catalog to share data
A data engineer is configuring Delta Sharing for a multi-team project where teams from different departments will need to access shared data. The data engineer has successfully created a Unity Catalog metastore and is now setting up the Delta Share. The goal is to ensure that internal teams can access the data with full permissions, while external partners can only read the shared data.
Which action should the Data Engineer take to configure the sharing?
A
Grant READ permissions to external partners through the Delta Share and READ/WRITE permissions to internal teams on Unity Catalog.
B
Create a Delta Share, add the internal team's tables and views, and assign READ/WRITE permissions to both external partners and internal teams.
C
Create READ permissions to external partners and READ/WRITE permissions to internal teams through Delta Share.
D
Create a Delta Share, set up a secure access URL for internal teams and external partners, and distribute the URL to provide them access to the shared data.
Explanation:
Correct answer: A
Explanation:
Therefore, the correct configuration is to grant external partners READ via the Delta Share and manage internal teams’ READ/WRITE permissions in Unity Catalog.