nerdexam
Microsoft

DP-600 · Question #119

You have a Fabric tenant that contains a lakehouse named Lakehouse1. You have an external Snowflake database that contains a table with 200 million rows. You need to use a data pipeline to migrate the

The correct answer is A. Data Pipeline (Copy datA.. For the most performant ingestion of a large 200 million-row table from Snowflake to a Fabric Lakehouse using a data pipeline, the Copy data activity is the fastest method.

Submitted by tom_us· Apr 18, 2026Prepare and serve data

Question

You have a Fabric tenant that contains a lakehouse named Lakehouse1. You have an external Snowflake database that contains a table with 200 million rows. You need to use a data pipeline to migrate the database to Lakehouse1. What is the most performant (fastest) method for ingesting data this large (200 million rows) by using a data pipeline?

Options

  • AData Pipeline (Copy datA.
  • BData Pipeline (Dataflow Gen2)
  • CData Pipeline (Lookup)
  • DData Pipeline Spark (Notebook)

How the community answered

(54 responses)
  • A
    80% (43)
  • B
    4% (2)
  • C
    9% (5)
  • D
    7% (4)

Why each option

For the most performant ingestion of a large 200 million-row table from Snowflake to a Fabric Lakehouse using a data pipeline, the Copy data activity is the fastest method.

AData Pipeline (Copy datA.Correct

The Copy data activity within a Fabric data pipeline is purpose-built for high-performance, large-scale data ingestion. It leverages optimized connectors and parallel processing capabilities to efficiently transfer massive datasets from various sources, including Snowflake, to a Lakehouse, making it the fastest option for bulk migration.

BData Pipeline (Dataflow Gen2)

Dataflow Gen2 is designed for data ingestion and transformation, but for pure high-volume, high-speed data transfer without complex transformations, the Copy data activity typically offers superior performance.

CData Pipeline (Lookup)

The Lookup activity is designed to retrieve a single row or a small set of configuration data, not to perform bulk ingestion of 200 million rows.

DData Pipeline Spark (Notebook)

A Spark notebook activity requires writing custom code and introduces Spark cluster overhead, which might be less performant than the highly optimized, native Copy data activity for a straightforward bulk data migration.

Concept tested: High-performance data ingestion (Copy activity)

Source: https://learn.microsoft.com/en-us/fabric/data-factory/copy-data-performance-tuning-guide

Topics

#Data Ingestion#Fabric Data Pipelines#Copy Activity#Performance Optimization

Community Discussion

No community discussion yet for this question.

Full DP-600 Practice