What are two common data ingestion patterns in Fabric, and when would you use them?

Prepare for the DP-700 Microsoft Fabric Data Engineer Exam with flashcards and multiple choice questions. Study with hints and explanations, and ensure success on your certification exam!

Multiple Choice

What are two common data ingestion patterns in Fabric, and when would you use them?

Explanation:
Two common data ingestion patterns in Fabric are batch ingestion and streaming ingestion. Batch ingestion loads data in discrete, scheduled batches using Dataflow or pipelines, which is ideal for large, periodic data loads from source systems where a small delay is acceptable—for example nightly or hourly ETL from transactional systems. Streaming ingestion brings data continuously as it arrives, enabling near-real-time updates, and can be implemented with Spark-based streaming (Structured Streaming) or event-driven pipelines for immediate analysis, such as real-time dashboards, telemetry, or logs. The other options don’t match how Fabric typically handles data intake. REST and SQL pipelines aren’t the standard paired patterns for ongoing data ingestion, manual copy isn’t scalable for regular loads, and graph queries aren’t an ingestion pattern.

Two common data ingestion patterns in Fabric are batch ingestion and streaming ingestion. Batch ingestion loads data in discrete, scheduled batches using Dataflow or pipelines, which is ideal for large, periodic data loads from source systems where a small delay is acceptable—for example nightly or hourly ETL from transactional systems. Streaming ingestion brings data continuously as it arrives, enabling near-real-time updates, and can be implemented with Spark-based streaming (Structured Streaming) or event-driven pipelines for immediate analysis, such as real-time dashboards, telemetry, or logs.

The other options don’t match how Fabric typically handles data intake. REST and SQL pipelines aren’t the standard paired patterns for ongoing data ingestion, manual copy isn’t scalable for regular loads, and graph queries aren’t an ingestion pattern.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy