Question 6

You implement an enterprise data warehouse in Azure Synapse Analytics.
You have a large fact table that is 10 terabytes (TB) in size.
Incoming queries use the primary key SaleKey column to retrieve data as displayed in the following table:

You need to distribute the large fact table across multiple nodes to optimize performance of the table.
Which technology should you use?
  • Question 7

    You are developing a solution that will stream to Azure Stream Analytics. The solution will have both streaming data and reference data.
    Which input type should you use for the reference data?
  • Question 8

    You have the following table named Employees.

    You need to calculate the employee _type value based on the hire date value.
    How should you complete the Transact-SQL statement? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content- NOTE: Each correct selection is worth one point.

    Question 9

    You have an Azure Synapse Analytics dedicated SQL pool that contains a table named Table1.
    You have files that are ingested and loaded into an Azure Data Lake Storage Gen2 container named container1.
    You plan to insert data from the files into Table1 and azure Data Lake Storage Gen2 container named container1.
    You plan to insert data from the files into Table1 and transform the dat a. Each row of data in the files will produce one row in the serving layer of Table1.
    You need to ensure that when the source data files are loaded to container1, the DateTime is stored as an additional column in Table1.
    Solution: In an Azure Synapse Analytics pipeline, you use a Get Metadata activity that retrieves the DateTime of the files.
    Does this meet the goal?
  • Question 10

    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?