HOTSPOT You have an Azure Event Hubs data source that contains weather data. You ingest the data from the data source by using an eventstream named Eventstream1. Eventstream1 uses a lakehouse as the destination. You need to batch ingest only rows from the data source where the City attribute has a value of Kansas. The filter must be added before the destination. The solution must minimize development effort. What should you use for the data processor and filtering? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Eventstream with external data source, eventstream processor. That's what you'll see in the official docs and practice questions, and the filter step is quickest there. Pretty sure that's what's expected here, but let me know if you saw otherwise on recent exam dumps.
Eventstream with external data source, eventstream processor.
Eventstream with external data source, eventstream processor. Internal is the trap here since Event Hubs is always "external" in Fabric terms, even though it's confusing when you see it from inside an eventstream. Filtering at the eventstream processor level keeps things no-code and simple. If anyone disagrees, curious what makes "internal" make sense here.
Eventstream with external data source, eventstream processor.
Eventstream with external data source, eventstream processor for filtering. This lines up with what the official guide says about using built-in visual tools for minimal dev effort. If anyone has seen a question twist on this, let me know just in case!
