0 votes
in DP 203 Azure by
The Complex event processing streaming solution which Jeffrey is working on the IoT platform, is a hybrid cloud platform where few data sources are transformed into on-premises Big Data platform. The on-premises data center and Azure services are connected via a virtual network gateway.

What kind of resources can he choose for this on-premises Big data platform connected to Azure via virtual network gateway, complex data processing and execution UDF jobs on java?

A. Spark Structured Streaming / Apache Storm

B. Apache Ignite

C. Apache Airflow

D. Apache Kafka

E. None of the above

1 Answer

0 votes
by

Correct Answer: A

Reason:-

Option A is correct because Spark Structure Streaming/ Apache Storm can be used for complex event processing for real-time data streams on-premises.

Option B is incorrect because Apache ignite can’t help with real-time event processing with UDF jobs processing.

Option C is incorrect because Apache Airflow is a platform for programmatically authoring, monitoring workflows.

Option D is incorrect because Apache Kafka is used for publishing and consuming event streams in pub-sub scenarios.

Reference: https://docs.microsoft.com/en-us/azure/stream-analytics/streaming-technologies

...