nerdexam
Microsoft

DP-300 · Question #266

Hotspot Question You have an Azure subscription. You need to deploy an Azure SQL managed instance that meets the following requirements: - Optimize latency. - Maximize the memory-to-vCore ratio…

Azure SQL Managed Instance - Service Tier & Hardware Generation --- Dropdown 1: Service Tier -> Business Critical Why Business Critical is correct: Business Critical uses local NVMe SSD storage (attached directly to the compute node) rather than remote storage. This eliminates…

Submitted by jaden.t· Mar 6, 2026Plan and implement data platform resources

Question

Hotspot Question You have an Azure subscription. You need to deploy an Azure SQL managed instance that meets the following requirements: - Optimize latency. - Maximize the memory-to-vCore ratio. Which service tier and hardware generation should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:

Exhibit

DP-300 question #266 exhibit

Answer Area

  • Service tier:
    Business CriticalGeneral PurposeHyperscale
  • Hardware generation:
    Premium-seriesStandard-series (Gen 5)Premium-series - memory optimized

Explanation

Azure SQL Managed Instance - Service Tier & Hardware Generation


Dropdown 1: Service Tier -> Business Critical

Why Business Critical is correct: Business Critical uses local NVMe SSD storage (attached directly to the compute node) rather than remote storage. This eliminates network round-trips for I/O, delivering the lowest possible read/write latency. It also includes a built-in read replica (free) and supports In-Memory OLTP.

Why the others are wrong:

  • General Purpose - Uses remote Azure Premium Storage (networked). Higher latency inherently because I/O crosses a network boundary.
  • Hyperscale - Uses a distributed, multi-layer architecture (page servers, log service). Designed for massive scale and fast backups, not minimum latency. I/O paths are more complex.

Core concept: Local vs. remote storage is the decisive factor for I/O latency in SQL Managed Instance tiers.


Dropdown 2: Hardware Generation -> Premium-series - memory optimized

Why Premium-series memory optimized is correct: This generation is explicitly engineered to maximize the memory-to-vCore ratio - it provides approximately 13.6 GB RAM per vCore, roughly 2Ã- that of standard Premium-series.

Why the others are wrong:

  • Standard-series (Gen 5) - ~5.1 GB per vCore. Baseline option, lowest memory density of the three.
  • Premium-series - ~7 GB per vCore. Better than Gen 5 but uses AMD EPYC for raw CPU performance gains, not memory maximization.

Core concept: The memory-optimized variant trades balanced compute for the highest RAM density per vCore, ideal for in-memory workloads, large buffer pools, or in-memory OLTP.


Summary Table

RequirementCorrect ChoiceReason
Optimize latencyBusiness CriticalLocal NVMe SSD - no remote I/O
Max memory-to-vCore ratioPremium-series - memory optimized~13.6 GB/vCore vs. 7 GB and 5.1 GB

Topics

#Azure SQL Managed Instance#Service Tiers#Hardware Generations#Performance Optimization

Community Discussion

No community discussion yet for this question.

Full DP-300 Practice