Implementing Analytics Solutions Using Microsoft Fabric — Question 14

You have a Fabric tenant that contains a lakehouse named Lakehouse’. Lakehouse1 contains a table named Tablet.
You are creating a new data pipeline.
You plan to copy external data to Table’. 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?

Answer options

Correct answer: B

Explanation

The correct answer is B because setting the Table action to Overwrite ensures that the existing data in Tablet is replaced by the new external data, which is essential given the requirement to replace all data. The other options do not fulfill the need to completely overwrite the data in Tablet or change its schema accordingly.