Question 191

You have an Azure Active Directory (Azure AD) tenant that contains a security group named Group1. You have an Azure Synapse Analytics dedicated SQL pool named dw1 that contains a schema named schema1.
You need to grant Group1 read-only permissions to all the tables and views in schema1. The solution must use the principle of least privilege.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

Question 192

You are designing a fact table named FactPurchase in an Azure Synapse Analytics dedicated SQL pool. The table contains purchases from suppliers for a retail store. FactPurchase will contain the following columns.

FactPurchase will have 1 million rows of data added daily and will contain three years of data.
Transact-SQL queries similar to the following query will be executed daily.
SELECT
SupplierKey, StockItemKey, COUNT(*)
FROM FactPurchase
WHERE DateKey >= 20210101
AND DateKey <= 20210131
GROUP By SupplierKey, StockItemKey
Which table distribution will minimize query times?
  • Question 193

    You have an Azure Synapse Analystics dedicated SQL pool that contains a table named Contacts. Contacts contains a column named Phone.
    You need to ensure that users in a specific role only see the last four digits of a phone number when querying the Phone column.
    What should you include in the solution?
  • Question 194

    You have an Azure data solution that contains an enterprise data warehouse in Azure Synapse Analytics named DW1.
    Several users execute ad hoc queries to DW1 concurrently.
    You regularly perform automated data loads to DW1.
    You need to ensure that the automated data loads have enough memory available to complete quickly and successfully when the adhoc queries run.
    What should you do?
  • Question 195

    You configure monitoring for a Microsoft Azure SQL Data Warehouse implementation. The implementation uses PolyBase to load data from comma-separated value (CSV) files stored in Azure Data Lake Gen 2 using an external table.
    Files with an invalid schema cause errors to occur.
    You need to monitor for an invalid schema error.
    For which error should you monitor?