FEFreeExamDumps.in

DP-203 Practice Questions — Page 18

Question 171

Open question ↗

You need to schedule an Azure Data Factory pipeline to execute when a new file arrives in an Azure Data Lake Storage Gen2 container.

Which type of trigger should you use?

  • A.on-demand
  • B.tumbling window
  • C.schedule
  • D.storage event

Question 172

Open question ↗

You have an Azure data factory that connects to a Microsoft Purview account. The data factory is registered in Microsoft Purview.

You update a Data Factory pipeline.

You need to ensure that the updated lineage is available in Microsoft Purview.

What should you do first?

  • A.Disconnect the Microsoft Purview account from the data factory.
  • B.Execute the pipeline.
  • C.Execute an Azure DevOps build pipeline.
  • D.Locate the related asset in the Microsoft Purview portal.

Question 173

Open question ↗

You have an Azure subscription that contains a Microsoft Purview account named MP1, an Azure data factory named DF1, and a storage account named storage1. MP1 is configured to scan storage1. DF1 is connected to MP1 and contains a dataset named DS1. DS1 references a file in storage1.

In DF1, you plan to create a pipeline that will process data from DS1.

You need to review the schema and lineage information in MP1 for the data referenced by DS1.

Which two features can you use to locate the information? Each correct answer presents a complete solution.

NOTE: Each correct answer is worth one point.

  • A.the search bar in the Microsoft Purview governance portal
  • B.the Storage browser of storage1 in the Azure portal
  • C.the search bar in the Azure portal
  • D.the search bar in Azure Data Factory Studio

Question 174

Open question ↗

You have an Azure Blob storage account that contains a folder. The folder contains 120,000 files. Each file contains 62 columns.

Each day, 1,500 new files are added to the folder.

You plan to incrementally load five data columns from each new file into an Azure Synapse Analytics workspace.

You need to minimize how long it takes to perform the incremental loads.

What should you use to store the files and in which format? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Question 174

Question 175

Open question ↗

You are batch loading a table in an Azure Synapse Analytics dedicated SQL pool.

You need to load data from a staging table to the target table. The solution must ensure that if an error occurs while loading the data to the target table, all the inserts in that batch are undone.

How should you complete the Transact-SQL code? 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 175

Question 176

Open question ↗

You have two Azure SQL databases named DB1 and DB2.

DB1 contains a table named Table1. Table1 contains a timestamp column named LastModifiedOn. LastModifiedOn contains the timestamp of the most recent update for each individual row.

DB2 contains a table named Watermark. Watermark contains a single timestamp column named WatermarkValue.

You plan to create an Azure Data Factory pipeline that will incrementally upload into Azure Blob Storage all the rows in Table1 for which the LastModifiedOn column contains a timestamp newer than the most recent value of the WatermarkValue column in Watermark.

You need to identify which activities to include in the pipeline. The solution must meet the following requirements:

• Minimize the effort to author the pipeline.

• Ensure that the number of data integration units allocated to the upload operation can be controlled.

What should you identify? To answer, select the appropriate options in the answer area.

NOTE: Each correct answer is worth one point.

Question 176

Question 177

Open question ↗

You have an Azure Synapse serverless SQL pool.

You need to read JSON documents from a file by using the OPENROWSET function.

How should you complete the query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Question 177

Question 178

Open question ↗

You use Azure Data Factory to create data pipelines.

You are evaluating whether to integrate Data Factory and GitHub for source and version control.

What are two advantages of the integration? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

  • A.additional triggers
  • B.lower pipeline execution times
  • C.the ability to save without publishing
  • D.the ability to save pipelines that have validation issues

Question 179

Open question ↗

You have an Azure Synapse Analytics workspace named Workspace1.

You perform the following changes:

• Implement source control for Workspace1.

• Create a branch named Feature based on the collaboration branch.

• Switch to the Feature branch.

• Modify Workspace1.

You need to publish the changes to Azure Synapse.

From which branch should you perform each change? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point

Question 179

Question 180

Open question ↗

You have two Azure Blob Storage accounts named account1 and account2.

You plan to create an Azure Data Factory pipeline that will use scheduled intervals to replicate newly created or modified blobs from account1 to account2.

You need to recommend a solution to implement the pipeline. The solution must meet the following requirements:

• Ensure that the pipeline only copies blobs that were created or modified since the most recent replication event.

• Minimize the effort to create the pipeline.

What should you recommend?

  • A.Run the Copy Data tool and select Metadata-driven copy task.
  • B.Create a pipeline that contains a Data Flow activity.
  • C.Create a pipeline that contains a flowlet.
  • D.Run the Copy Data tool and select Built-in copy task.