DP-900 Practice Question: Identify considerations for relational data on Azure
An e-commerce company uses Azure SQL Database for its product catalog. During promotional events, the database experiences unpredictable spikes in traffic. The company wants a solution that automatically adjusts compute resources based on demand without manual intervention. Which Azure SQL Database option should they use?
⚠ Common exam trap
Watch out — candidates often confuse the Serverless compute tier with elastic pools, assuming both handle scaling, but elastic pools scale resources across multiple databases, not automatically for a single database's unpredictable spikes.
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
✓
C) Serverless compute tier
The Serverless compute tier for Azure SQL Database automatically scales compute resources based on workload demand and pauses the database during idle periods, charging only for storage and used compute. This matches the requirement for handling unpredictable traffic spikes without manual intervention, as it provides instant scaling and cost efficiency for intermittent workloads.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
A) Read replicas
Why it's wrong here
Read replicas in Azure SQL Database are asynchronous secondary copies that process only read-only workloads such as reports or analytics. They offload query traffic from the primary replica, but they cannot absorb or manage compute demand from write-heavy spikes because all inserts, updates, and deletes still hit the primary's compute. Furthermore, creating or removing replicas requires manual configuration; they do not react to load changes by themselves, so they fail to meet the automatic scaling requirement of an unpredictable write spike.
- ✗
B) Active geo-replication
Why it's wrong here
Active geo-replication maintains a readable secondary database in a different Azure region, and its primary purpose is disaster recovery and regional failover, not workload performance. While the secondary can technically serve read-only traffic for read scaling, its compute capacity is fixed at the service objective you choose when configuring it, and no automatic monitoring or adjustment occurs based on bursty demand. You would manually need to alter the secondary's tier or vCores, and it cannot help scale the write path, which remains the critical bottleneck during a spike.
- ✓
C) Serverless compute tier
Why this is correct
The serverless compute tier for Azure SQL Database is engineered precisely for unpredictable workloads: it automatically scales the compute resources between a configured minimum and maximum vCores based on actual demand, and it can pause the database entirely during prolonged inactivity while continuing to store data. This tier bills per-second for the compute actually used, so a sudden surge in write or read activity triggers immediate scale-up without manual intervention, then scales back down when demand subsides. This is the only listed option that directly provides automatic, demand-driven compute scaling for the primary workload.
- ✗
D) Elastic pool
Why it's wrong here
An elastic pool shares a fixed pool of eDTUs or vCores among multiple databases, letting each database burst up to a per-database maximum within that shared allocation. However, the pool's overall limit is set manually when you create or configure it, and the pool does not automatically increase its total capacity when aggregate demand exceeds that limit. To handle a sustained heap of traffic, you would still have to manually scale up the pool, and bursty spikes for a single database can be throttled or only use the pre-configured budget; hence it is not true automatic scaling for an unpredictable workload.
Quick reference
Cloud Service Model Comparison
| Model | You Manage | Provider Manages | Examples |
|---|---|---|---|
| IaaS | OS, runtime, apps, data | Hardware, hypervisor, networking | EC2, Azure VMs, GCP Compute Engine |
| PaaS | Apps and data | OS, runtime, middleware, hardware | Elastic Beanstalk, Azure App Service |
| SaaS | Data and settings only | Everything else | Microsoft 365, Salesforce, Workday |
| FaaS / Serverless | Function code only | Infra, scaling, runtime | Lambda, Azure Functions, Cloud Run |
| CaaS | Containers and apps | Kubernetes, OS, hardware | EKS, AKS, GKE |
Go deeper
Related to this question
About these practice questions
Courseiva writes every DP-900 question from scratch — 820 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-900 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-900 exam.