Question 6

You have an Azure Synapse Analytics workspace named WS1 that contains an Apache Spark pool named Pool1.
You plan to create a database named D61 in Pool1.
You need to ensure that when tables are created in DB1, the tables are available automatically as external tables to the built-in serverless SQL pod.
Which format should you use for the tables in DB1?
  • Question 7

    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 8

    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: You use a dedicated SQL pool to create an external table that has a additional DateTime column.
    Does this meet the goal?
  • Question 9

    You are designing the folder structure for an Azure Data Lake Storage Gen2 account.
    You identify the following usage patterns:
    * Users will query data by using Azure Synapse Analytics serverless SQL pools and Azure Synapse Analytics serverless Apache Spark pods.
    * Most queries will include a filter on the current year or week.
    * Data will be secured by data source.
    You need to recommend a folder structure that meets the following requirements:
    * Supports the usage patterns
    * Simplifies folder security
    * Minimizes query times
    Which folder structure should you recommend?
    A)

    B)

    C)

    D)

    E)
  • Question 10

    You have a SQL pool in Azure Synapse that contains a table named dbo.Customers. The table contains a column name Email.
    You need to prevent nonadministrative users from seeing the full email addresses in the Email column. The users must see values in a format of [email protected] instead.
    What should you do?