Hard1 markMultiple Choice
AZ-305 · Question 31 · Domain 2.4: Non-Relational Data
You are designing an analytics solution for a fleet of delivery trucks. You need to ingest GPS coordinates every second and perform ad-hoc, low-latency queries on terabytes of this time-series data. Which TWO services should you use? (Select TWO)
You are designing an analytics solution for a fleet of delivery trucks. You need to ingest GPS coordinates every second and perform ad-hoc, low-latency queries on terabytes of this time-series data. Which TWO services should you use? (Select TWO)
Answer options:
A.
Azure Event Hubs
B.
Azure Data Explorer
C.
Azure SQL Database
D.
Azure Table Storage
E.
Azure Service Bus
How to approach this question
Identify the telemetry ingestor and the time-series database.
Full Answer
Azure Event Hubs, Azure Data Explorer
Event Hubs ingests the data. Azure Data Explorer (ADX) is purpose-built for time-series and log analytics. Pillar: Performance Efficiency.
Common mistakes
Selecting SQL Database which struggles with massive time-series inserts.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 7
55 questions · hints · full answers · grading
More questions from this exam
Q01CASE STUDY: Contoso migrating 500 servers to Azure. RTO 2h, RPO 15m, GDPR compliance, 10Gbps Expr...HardQ02CASE STUDY: Contoso migrating 500 servers to Azure. RTO 2h, RPO 15m, GDPR compliance, 10Gbps Expr...MediumQ03CASE STUDY: Contoso migrating 500 servers to Azure. RTO 2h, RPO 15m, GDPR compliance, 10Gbps Expr...HardQ04CASE STUDY: Contoso migrating 500 servers to Azure. RTO 2h, RPO 15m, GDPR compliance, 10Gbps Expr...MediumQ05CASE STUDY: Contoso migrating 500 servers to Azure. RTO 2h, RPO 15m, GDPR compliance, 10Gbps Expr...Hard
Expert