ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 34 - DP-600 discussion

Report
Export

You have a Fabric tenant that contains a lakehouse named lakehouse1. Lakehouse1 contains a table named Table1.

You are creating a new data pipeline.

You plan to copy external data to Table1. The schema of the external data changes regularly.

You need the copy operation to meet the following requirements:

* Replace Table1 with the schema of the external data.

* Replace all the data in Table1 with the rows in the external data.

You add a Copy data activity to the pipeline. What should you do for the Copy data activity?

A.
From the Source tab, add additional columns.
Answers
A.
From the Source tab, add additional columns.
B.
From the Destination tab, set Table action to Overwrite.
Answers
B.
From the Destination tab, set Table action to Overwrite.
C.
From the Settings tab, select Enable staging
Answers
C.
From the Settings tab, select Enable staging
D.
From the Source tab, select Enable partition discovery
Answers
D.
From the Source tab, select Enable partition discovery
E.
From the Source tab, select Recursively
Answers
E.
From the Source tab, select Recursively
Suggested answer: B

Explanation:

For the Copy data activity, from the Destination tab, setting Table action to Overwrite (B) will ensure that Table1 is replaced with the schema and rows of the external data, meeting the requirements of replacing both the schema and data of the destination table. Reference = Information about Copy data activity and table actions in Azure Data Factory, which can be applied to data pipelines in Fabric, is available in the Azure Data Factory documentation.

asked 02/10/2024
mohamad rachwani
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first