Courseiva
Question 346 of 820

DP-900 Practice Question: Identify considerations for relational data on Azure

A company runs an e-commerce application on Azure SQL Database. The database experiences high transaction volume during business hours (9 AM to 6 PM) but very low activity at night and on weekends. They want to optimize costs by paying only for the compute resources used, while ensuring the database can automatically scale up during peak periods and scale down (or pause) during idle times. Which Azure SQL Database purchasing model and compute tier should they choose?

⚠ Common exam trap

Test-takers frequently confuse the Hyperscale service tier with serverless, but Hyperscale focuses on storage scalability and fast recovery, not compute auto-scaling or pausing, making it unsuitable for cost optimization during idle periods.

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

vCore-based purchasing model with serverless compute tier

The vCore-based purchasing model with serverless compute tier is correct because it automatically scales compute resources based on workload demand and can pause during idle periods, charging only for consumed compute and storage. This matches the requirement of high transaction volume during business hours and low activity at night/weekends, optimizing costs by eliminating charges for unused compute capacity.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • DTU-based purchasing model

    Why it's wrong here

    The DTU-based purchasing model bundles compute, memory, and I/O into fixed performance units (DTUs) sold in Basic, Standard, and Premium service tiers, with no option to pause or automatically scale compute. This model was designed for predictable workloads with a steady baseline of usage, and because it bills at a flat, reserved rate regardless of actual consumption, an application that sees significant idle periods will pay for capacity it never uses. Although elastic database pools can share DTUs across multiple databases, they still do not provide the per-query or per-second auto-scaling and auto-pause behavior found in the serverless vCore tier. Therefore, it does not meet the cost-minimization requirement for a workload that has sharp demand peaks and long quiet stretches.

    When this WOULD be correct

    For a workload with predictable, steady-state performance requirements and no need for auto-scaling or pause, such as a legacy application with consistent usage patterns, the DTU model offers simplicity and lower cost.

  • vCore-based purchasing model with provisioned compute tier

    Why it's wrong here

    The vCore-based provisioned compute tier allocates a fixed set of resources (vCores and memory) that remain running continuously, regardless of actual workload. This fails the scenario because it cannot automatically scale down or pause during idle nights and weekends, nor scale up dynamically during peak hours—it requires manual resizing or scheduled scaling. This option is tempting because provisioned compute is designed for predictable, steady-state workloads where consistent performance is critical, making it correct for applications with stable, high-volume traffic that never idles.

    When this WOULD be correct

    A company needs predictable performance for a workload with steady, moderate transaction volume and wants to reserve compute capacity for a fixed cost, with the ability to scale manually or via Azure Automation for planned changes.

  • vCore-based purchasing model with serverless compute tier

    Why this is correct

    The vCore-based serverless compute tier is the right fit because it provisions compute capacity for Azure SQL Database that autonomously scales between a configurable minimum and maximum number of vCores based on demand. During periods of low or no activity—such as nights and weekends—the service can scale down to the minimum vCores or fully pause the database, after which billing for compute stops entirely while storage and backups continue to be charged at their own rates. When traffic returns, it resumes automatically, enabling peak-load handling without paying for idle capacity. This directly minimizes costs over a variable workload while preserving compatibility with the vCore architecture.

  • vCore-based purchasing model with Hyperscale service tier

    Why it's wrong here

    Hyperscale is designed for very large databases (over 1 TB) with high storage and read scalability. It does not offer auto-pause or compute auto-scaling based on idle periods, and it is more expensive for small to medium databases.

    When this WOULD be correct

    A company has a database exceeding 4 TB that requires rapid scaling for unpredictable, high-throughput workloads and needs fast recovery from backups. They choose the vCore-based Hyperscale tier to handle massive storage and high concurrency without storage size limitations.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The DP-900 exam frequently reuses these exact scenarios with slightly different constraints.

vCore-based purchasing model with serverless compute tierCorrect answer

Why this is correct

The vCore-based serverless compute tier is the right fit because it provisions compute capacity for Azure SQL Database that autonomously scales between a configurable minimum and maximum number of vCores based on demand. During periods of low or no activity—such as nights and weekends—the service can scale down to the minimum vCores or fully pause the database, after which billing for compute stops entirely while storage and backups continue to be charged at their own rates. When traffic returns, it resumes automatically, enabling peak-load handling without paying for idle capacity. This directly minimizes costs over a variable workload while preserving compatibility with the vCore architecture.

DTU-based purchasing modelWrong answer — click to see why

Why this is wrong here

The DTU-based purchasing model does not support automatic scaling or pause/resume capabilities; it requires manual scaling or fixed tiers, making it unsuitable for the described variable workload.

★ When this WOULD be the correct answer

For a workload with predictable, steady-state performance requirements and no need for auto-scaling or pause, such as a legacy application with consistent usage patterns, the DTU model offers simplicity and lower cost.

Why candidates choose this

Candidates may be familiar with DTU as a simpler, bundled resource model and might assume it can handle scaling, not realizing it lacks the serverless auto-scaling and pause features needed for this scenario.

vCore-based purchasing model with provisioned compute tierWrong answer — click to see why

Why this is wrong here

The vCore-based provisioned compute tier requires manual scaling or scheduled scaling, not automatic scaling based on demand, and does not support pausing during idle times, so it cannot automatically scale down or pause during low activity.

★ When this WOULD be the correct answer

A company needs predictable performance for a workload with steady, moderate transaction volume and wants to reserve compute capacity for a fixed cost, with the ability to scale manually or via Azure Automation for planned changes.

Why candidates choose this

Candidates may confuse 'provisioned' with 'serverless' and think that vCore-based provisioned still offers automatic scaling, or they may not fully understand that serverless is the only tier with auto-pause and auto-scale features.

vCore-based purchasing model with Hyperscale service tierWrong answer — click to see why

Why this is wrong here

The Hyperscale service tier is designed for very large databases (up to 100 TB) with high scalability and fast backup/restore, not for cost optimization through automatic scaling and pausing during idle periods. It does not support the serverless compute model that automatically pauses during inactivity.

★ When this WOULD be the correct answer

A company has a database exceeding 4 TB that requires rapid scaling for unpredictable, high-throughput workloads and needs fast recovery from backups. They choose the vCore-based Hyperscale tier to handle massive storage and high concurrency without storage size limitations.

Why candidates choose this

Candidates may confuse Hyperscale's scalability features with serverless auto-scaling, assuming that 'Hyperscale' implies automatic scaling up/down and cost savings, when in fact it focuses on storage and performance scalability, not compute pause/resume.

Analysis generated from the official DP-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Quick reference

Cloud Service Model Comparison

ModelYou ManageProvider ManagesExamples
IaaSOS, runtime, apps, dataHardware, hypervisor, networkingEC2, Azure VMs, GCP Compute Engine
PaaSApps and dataOS, runtime, middleware, hardwareElastic Beanstalk, Azure App Service
SaaSData and settings onlyEverything elseMicrosoft 365, Salesforce, Workday
FaaS / ServerlessFunction code onlyInfra, scaling, runtimeLambda, Azure Functions, Cloud Run
CaaSContainers and appsKubernetes, OS, hardwareEKS, AKS, GKE

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.