0
0
Azurecloud~20 mins

DTU vs vCore pricing models in Azure - Practice Questions

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure SQL Pricing Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding DTU Pricing Model

Which statement best describes the DTU pricing model for Azure SQL Database?

ADTU pricing allows unlimited scaling without additional cost.
BDTU pricing charges separately for compute and storage resources.
CDTU pricing is based solely on the number of CPU cores used.
DDTU bundles compute, memory, and I/O resources into a single unit for simplified pricing.
Attempts:
2 left
💡 Hint

Think about how DTU combines different resources into one unit.

Architecture
intermediate
2:00remaining
Choosing Between DTU and vCore Models

You need to select a pricing model for an Azure SQL Database that requires predictable performance and flexibility to scale compute and storage independently. Which pricing model fits best?

ADTU model, because it charges separately for compute and storage.
BDTU model, because it bundles all resources for simplicity.
CvCore model, because it allows independent scaling of compute and storage.
DvCore model, because it bundles compute, memory, and I/O into one unit.
Attempts:
2 left
💡 Hint

Consider which model offers separate scaling of resources.

service_behavior
advanced
2:00remaining
Impact of Scaling Storage in DTU vs vCore Models

What happens when you increase storage size in the DTU pricing model compared to the vCore pricing model?

AIn DTU, increasing storage automatically increases DTUs and cost; in vCore, storage scales independently with separate cost.
BIn DTU, storage scales independently with no cost change; in vCore, storage increase raises compute cost.
CBoth DTU and vCore models increase compute resources automatically when storage increases.
DNeither DTU nor vCore models charge for storage increases.
Attempts:
2 left
💡 Hint

Think about how storage and compute are linked in each model.

security
advanced
2:00remaining
Security Considerations in DTU vs vCore Models

Which statement correctly describes security features availability between DTU and vCore pricing models?

AvCore model supports advanced security features like Azure Defender and Always Encrypted, while DTU does not.
BDTU model supports all advanced security features, but vCore model does not.
CBoth DTU and vCore models support the same security features without differences.
DDTU model supports Azure Defender, but vCore model requires manual configuration for security.
Attempts:
2 left
💡 Hint

Consider which model is newer and supports more advanced features.

Best Practice
expert
2:00remaining
Optimizing Cost with vCore Model for Variable Workloads

You have an Azure SQL Database workload with fluctuating compute needs but steady storage requirements. Which approach best optimizes cost using the vCore pricing model?

AProvision minimal vCores and increase storage size to compensate for compute spikes.
BUse serverless compute tier to auto-scale compute and provision fixed storage size.
CProvision high compute vCores permanently and scale storage as needed.
DUse DTU model instead because it bundles compute and storage for fluctuating workloads.
Attempts:
2 left
💡 Hint

Think about how to handle variable compute needs cost-effectively.