Question 111

You are responsible for providing access to an Azure Data Lake Storage Gen2 account.
Your user account has contributor access to the storage account, and you have the application ID and access key.
You plan to use PolyBase to load data into an enterprise data warehouse in Azure Synapse Analytics.
You need to configure PolyBase to connect the data warehouse to storage account.
Which three components should you create in sequence? To answer, move the appropriate components from the list of components to the answer area and arrange them in the correct order.

Question 112

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 113

    The storage account container view is shown in the Refdata exhibit. (Click the Refdata tab.) You need to configure the Stream Analytics job to pick up the new reference data. What should you configure? To answer, select the appropriate options in the answer area NOTE: Each correct selection is worth one point.

    Question 114

    From a website analytics system, you receive data extracts about user interactions such as downloads, link clicks, form submissions, and video plays.
    The data contains the following columns.

    You need to design a star schema to support analytical queries of the data. The star schema will contain four tables including a date dimension.
    To which table should you add each column? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 115

    You have a SQL pool in Azure Synapse.
    You plan to load data from Azure Blob storage to a staging table. Approximately 1 million rows of data will be loaded daily. The table will be truncated before each daily load.
    You need to create the staging table. The solution must minimize how long it takes to load the data to the staging table.
    How should you configure the table? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.