A manufacturing company is designing an analytical data platform to monitor and analyze assembly line operations. The platform must meet the following requirements:
- Store TB of historical machine telemetry in CSV format.
- Ingest real-time sensor streams at a rate of events per second ( MB/s).
- Perform real-time anomaly detection with a processing latency of less than seconds.
- Support ad-hoc exploratory SQL queries over the historical CSV data with execution times under seconds, without the operational overhead of a running cluster.
- Ensure the storage solution remains available if a primary zone within the Azure region experiences an outage.
Which two components should you include in the design to meet these requirements? (Select TWO.)
- Azure Synapse Analytics serverless SQL pools to query the historical telemetry data directly from Azure Data Lake Storage Gen2.Cevap
- Azure Stream Analytics to process real-time sensor streams ingested through Azure Event Hubs.Cevap
- CAzure Synapse dedicated SQL pools to run the ad-hoc queries on the CSV data stored in Azure Data Lake Storage Gen2.
- DLocally Redundant Storage (LRS) for the Azure Data Lake Storage Gen2 account to protect against datacenter outages.
- EA Shared Access Signature (SAS) with a 2-year expiration window to grant read access to external analytical tools.