A logistics company is designing an analytical data platform to track fleet vehicles in real time. The platform must meet the following requirements:
- Ingest GPS telemetry from vehicles transmitting data every seconds (approximately events per second).
- Store all raw telemetry data in Azure Data Lake Storage (ADLS) Gen2 in Parquet format for long-term historical analysis.
- Perform near-real-time analysis of the incoming streams to detect route deviations, with an end-to-end latency of under seconds.
- Minimize administrative and operational overhead.
- Ensure the data platform can survive a primary datacenter outage.
Which two Azure services or configurations should you recommend to meet these requirements?
- Azure Event Hubs to ingest the streaming vehicle telemetryCevap
- Azure Stream Analytics to analyze the telemetry stream and output data to Azure Data Lake Storage (ADLS) Gen2Cevap
- CA dedicated Synapse SQL pool to process and store the incoming telemetry stream in real time
- DLocally Redundant Storage (LRS) replication for the Azure Data Lake Storage (ADLS) Gen2 account
- EA Shared Access Signature (SAS) token configured with a -year lifetime and no stored access policy for device authentication
Cevap
The logistics company should use Azure Event Hubs to ingest the streaming vehicle telemetry and Azure Stream Analytics to analyze the telemetry stream and output data to Azure Data Lake Storage (ADLS) Gen2.
Azure Event Hubs is designed for high-throughput streaming ingestion from millions of devices, while Azure Stream Analytics offers a serverless engine to analyze streams and write to storage with sub-second latency, satisfying the business requirements.
Adım Adım Çözüm
Anahtar Kavram
Selecting streaming ingestion and analytical storage components matching throughput, latency, redundancy, and security requirements.
Tahmini Süre:2m 0s