Learning
Learning
Loading practice session...
Microsoft Certified: Azure Solutions Architect Expert · Exam domain
77 practice questions in this domain. AI-tutored explanations for every answer.
Sign in to practice all 77 questions with progress tracking and AI explanations.
1. A finance team wants predictable performance with the ability to choose hardware generation and control license costs. Which Azure SQL purchasing model best fits their needs and why?
Explanation
vCore lets you choose hardware generation, scale compute and storage separately, and use AHB. DTU abstracts resources and lacks those choices.
2. A trading app needs <3 ms storage latency, high IOPS, and fast failover for mission-critical OLTP. Which Azure SQL Database service tier should you choose?
Explanation
Business Critical uses local SSD and synchronous replicas for performance and quick failover. General Purpose uses remote storage; Hyperscale is for extreme scale.
3. Your company owns SQL Server Enterprise licenses with Software Assurance. How can you reduce Azure SQL Database costs for long-running production workloads?
Explanation
AHB applies to vCore to reuse existing SQL Server licenses and reduce compute cost. DTU has no AHB; serverless still needs licensing; dev/test is not for prod.
4. A single-tenant database experiences CPU spikes during seasonal peaks. You want minimal app changes but higher headroom. Which scaling approach should you try first?
Explanation
Vertical scale increases resources with minimal change. Horizontal sharding requires app work; queues change consistency; Hyperscale does not guarantee CPU relief.
5. A development database is idle for hours daily. You want compute to stop when idle and resume on demand. What configuration enables this outcome?
Explanation
Serverless supports min/max vCores and autopause to scale to zero when idle. Provisioned and pools do not pause to zero; Hyperscale does not auto-suspend compute.
Practice all 77+ questions in this domain
Start free practice →