DP-203 Design and implement data storage Practice Question
You are designing a data storage solution for real-time analytics on IoT telemetry. The system must ingest 10,000 events per second and support sub-second query latency. Which Azure data store should you use?
⚠ Common exam trap
It's easy for candidates to confuse Azure Cosmos DB's analytical store with a real-time analytics solution, but it is designed for hybrid transactional/analytical processing (HTAP) on operational data, not for high-velocity streaming telemetry analytics where ADX excels.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Azure Data Explorer (ADX).
Azure Data Explorer (ADX) is purpose-built for high-velocity telemetry and log analytics, ingesting 10,000+ events per second with sub-second query latency via its columnar storage and distributed query engine. It supports real-time analytics on streaming IoT data without requiring pre-defined schemas or indexing, making it the optimal choice for this scenario.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Azure Table Storage.
Why it's wrong here
Table Storage is a key-value store without real-time analytical capabilities.
- ✗
Azure SQL Database with in-memory OLTP.
Why it's wrong here
In-memory OLTP is for transactional workloads, not high-throughput streaming analytics.
- ✗
Azure Cosmos DB with analytical store.
Why it's wrong here
Cosmos DB analytical store is for near-real-time analytics but not optimized for 10K events/sec with sub-second query latency.
- ✓
Azure Data Explorer (ADX).
Why this is correct
ADX is designed for real-time analytics on large volumes of streaming data with sub-second query latency.
Go deeper
Related to this question
About these practice questions
Courseiva writes every DP-203 question from scratch — 760 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This DP-203 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-203 exam.