nerdexam
Microsoft

DP-700 · Question #88

Which two components should you include in the workflow? Each correct answer presents part of the solution.

The correct answer is B. a streaming dataflow. To build a workflow for real-time event processing and immediate action, you would typically integrate a streaming dataflow for continuous data ingestion and transformation, alongside a reflex item to trigger alerts or actions based on defined conditions.

Design and implement data ingestion and transformation

Question

Which two components should you include in the workflow? Each correct answer presents part of the solution.

Options

  • Aa time-based schedule
  • Ba streaming dataflow
  • Ca blob storage action
  • Da data pipeline
  • Ea notebook that uses Apache Spark Structured Streaming
  • Fa reflex item

How the community answered

(62 responses)
  • B
    77% (48)
  • C
    3% (2)
  • D
    2% (1)
  • E
    5% (3)
  • F
    13% (8)

Why each option

To build a workflow for real-time event processing and immediate action, you would typically integrate a streaming dataflow for continuous data ingestion and transformation, alongside a reflex item to trigger alerts or actions based on defined conditions.

Aa time-based schedule

A time-based schedule is for batch processing at fixed intervals, not typically for continuous real-time workflows.

Ba streaming dataflowCorrect

A streaming dataflow is essential for ingesting, transforming, and processing real-time data streams continuously, making it suitable for scenarios requiring immediate data handling.

Ca blob storage action

A blob storage action is for interacting with Azure Blob Storage, which might be a component of a data pipeline but not a core 'component of the workflow' in the sense of real-time processing and action.

Da data pipeline

A data pipeline is an orchestration tool, capable of including streaming dataflows, but it's not the streaming component itself.

Ea notebook that uses Apache Spark Structured Streaming

A notebook using Apache Spark Structured Streaming could process streaming data, but 'streaming dataflow' (B) is a more specific Fabric item designed for streaming ingestion and transformation, complementing a reflex item for real-time actions.

Fa reflex item

Concept tested: Real-time analytics workflow components

Source: https://learn.microsoft.com/en-us/fabric/real-time-analytics/eventstreams/create-eventstream

Topics

#streaming dataflow#real-time processing#data ingestion#data transformation

Community Discussion

No community discussion yet for this question.

Full DP-700 Practice