Question 1

You are designing a partition strategy for a fact table in an Azure Synapse Analytics dedicated SQL pool.
The table has the following specifications:
* Contain sales data for 20,000 products.
* Use hash distribution on a column named ProduclID,
* Contain 2.4 billion records for the years 20l9 and 2020.
Which number of partition ranges provides optimal compression and performance of the clustered columnstore index?
  • Question 2

    You have an Azure Data Factory pipeline that has the activity shown in the following exhibit.

    Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

    Question 3

    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 4

    You are designing a slowly changing dimension (SCD) for supplier data in an Azure Synapse Analytics dedicated SQL pool.
    You plan to keep a record of changes to the available fields.
    The supplier data contains the following columns.

    Which three additional columns should you add to the data to create a Type 2 SCD? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • Question 5

    You have two Azure Data Factory instances named ADFdev and ADFprod. ADFdev connects to an Azure DevOps Git repository.
    You publish changes from the main branch of the Git repository to ADFdev.
    You need to deploy the artifacts from ADFdev to ADFprod.
    What should you do first?