1. A factory wants to detect equipment anomalies within seconds of sensor readings arriving, continuously, 24/7. Which processing approach and Azure service fit BEST?
- A. Real-time (stream) processing with Azure Stream Analytics or Fabric Real-Time Intelligence✓ Correct
- B. Nightly batch processing with a scheduled pipeline
- C. Manual monthly export to Excel
- D. Quarterly data warehouse reload
Explanation
Reacting within seconds to a continuous event stream requires real-time stream processing — Azure Stream Analytics (or Fabric's Real-Time Intelligence) is purpose-built for it. Nightly batch (B), monthly Excel (C), and quarterly reloads (D) all introduce latency measured in hours to months, far too slow for second-level anomaly detection.