nerdexam
Microsoft

DP-300 · Question #230

Drag and Drop Question You have an Azure subscription. You plan to deploy a new Azure virtual machine that will host a Microsoft SQL Server instance. You need to configure the disks on the virtual…

The correct answer is TempDB: Local; Transaction logs: Ultra Disk. TempDB benefits from Local (ephemeral) disk storage because it is a temporary workspace that doesn't need persistence, and local NVMe/SSD storage on the VM host provides the lowest possible latency with no network overhead, minimizing IO impact on the VM's managed disk…

Submitted by haruto_sh· Mar 6, 2026Implement and manage storage in Azure / Configure Azure compute solutions for SQL Server workloads

Question

Drag and Drop Question You have an Azure subscription. You plan to deploy a new Azure virtual machine that will host a Microsoft SQL Server instance. You need to configure the disks on the virtual machine. The solution must meet the following requirements: - Minimize latency for transaction logs. - Minimize the impact on IO Of the virtual machine. Which type of disk should you use for each workload? To answer. drag the appropriate disk types to the correct workloads. Each disk type may be used once, at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:

Exhibits

DP-300 question #230 exhibit 1
DP-300 question #230 exhibit 2

Answer Area

Drag items

LocalPremium SSDStandard HDDStandard SSDUltra Disk

Correct arrangement

  • TempDB: Local
  • Transaction logs: Ultra Disk

Explanation

TempDB benefits from Local (ephemeral) disk storage because it is a temporary workspace that doesn't need persistence, and local NVMe/SSD storage on the VM host provides the lowest possible latency with no network overhead, minimizing IO impact on the VM's managed disk bandwidth. Ultra Disk is the optimal choice for transaction logs because it offers the lowest latency, highest IOPS, and configurable throughput among Azure managed disk types, which is critical for write-heavy, latency-sensitive transaction log workloads that directly impact SQL Server performance and recovery point objectives.

Topics

#Azure Virtual Machines#SQL Server on Azure#Azure Disk Storage#Storage Performance Optimization

Community Discussion

No community discussion yet for this question.

Full DP-300 Practice