0
0
Azurecloud~20 mins

VM sizes and series (B, D, E, F) in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure VM Series Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Azure B-series VM burst behavior

Which statement best describes the behavior of Azure B-series VMs when they use their CPU credits?

AB-series VMs accumulate CPU credits when idle and use them to burst above the baseline CPU performance when needed.
BB-series VMs have fixed CPU performance and do not accumulate or use CPU credits.
CB-series VMs burst CPU performance only when connected to a premium storage account.
DB-series VMs automatically upgrade to D-series when CPU usage exceeds baseline.
Attempts:
2 left
💡 Hint

Think about how burstable VMs manage CPU usage over time.

Architecture
intermediate
2:00remaining
Choosing VM series for memory-intensive workloads

You need to deploy a virtual machine optimized for memory-intensive applications with a balanced CPU-to-memory ratio. Which Azure VM series is the best fit?

AE-series
BD-series
CB-series
DF-series
Attempts:
2 left
💡 Hint

Consider which series is designed for high memory capacity.

service_behavior
advanced
2:00remaining
Performance characteristics of Azure F-series VMs

What is the primary performance characteristic of Azure F-series VMs compared to D-series VMs?

AF-series VMs support burstable CPU credits like B-series.
BF-series VMs have more memory per CPU core than D-series.
CF-series VMs have a higher CPU-to-memory ratio, optimized for compute-intensive workloads.
DF-series VMs are optimized for GPU workloads.
Attempts:
2 left
💡 Hint

Think about which VM series is designed for compute power over memory.

security
advanced
2:00remaining
Security considerations for VM series with ephemeral OS disks

Which Azure VM series supports ephemeral OS disks by default, and what is a key security implication of using ephemeral OS disks?

AD-series; ephemeral OS disks improve security by encrypting data at rest automatically.
BB-series; ephemeral OS disks store data persistently across reboots for security auditing.
CF-series; ephemeral OS disks provide network isolation by default.
DE-series; ephemeral OS disks store OS data in local VM storage and data is lost on deallocation, requiring secure backup strategies.
Attempts:
2 left
💡 Hint

Consider which series supports ephemeral OS disks and what happens to data on VM stop/start.

Best Practice
expert
2:00remaining
Optimizing cost and performance for variable workloads

You have a workload with low average CPU usage but occasional spikes. Which VM series and configuration best balances cost and performance?

AUse E-series VMs with premium storage to optimize CPU bursts.
BUse B-series VMs to accumulate CPU credits during low usage and burst during spikes.
CUse F-series VMs and scale out manually during spikes.
DUse D-series VMs with fixed high CPU allocation to handle spikes without bursting.
Attempts:
2 left
💡 Hint

Think about which VM series is designed for burstable workloads to save cost.