DP-203 Exam Question 46

You have an Azure data factory.
You need to ensure that pipeline-run data is retained for 120 days. The solution must ensure that you can query the data by using the Kusto query language.
Which four 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.

DP-203 Exam Question 47

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are designing an Azure Stream Analytics solution that will analyze Twitter data.
You need to count the tweets in each 10-second window. The solution must ensure that each tweet is counted only once.
Solution: You use a session window that uses a timeout size of 10 seconds.
Does this meet the goal?
  • DP-203 Exam Question 48

    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?
  • DP-203 Exam Question 49

    You have an Azure Databricks workspace named workspace! in the Standard pricing tier. Workspace1 contains an all-purpose cluster named cluster). You need to reduce the time it takes for cluster 1 to start and scale up. The solution must minimize costs. What should you do first?
  • DP-203 Exam Question 50

    You have an Azure Data Factory pipeline that performs an incremental load of source data to an Azure Data Lake Storage Gen2 account.
    Data to be loaded is identified by a column named LastUpdatedDate in the source table.
    You plan to execute the pipeline every four hours.
    You need to ensure that the pipeline execution meets the following requirements:
    Automatically retries the execution when the pipeline run fails due to concurrency or throttling limits.
    Supports backfilling existing data in the table.
    Which type of trigger should you use?