Which statement best describes the behavior of Azure B-series VMs when they use their CPU credits?
Think about how burstable VMs manage CPU usage over time.
B-series VMs accumulate CPU credits during low usage periods and use these credits to burst above their baseline CPU performance when demand increases.
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?
Consider which series is designed for high memory capacity.
E-series VMs are optimized for memory-intensive workloads, offering a higher memory-to-CPU ratio compared to other series.
What is the primary performance characteristic of Azure F-series VMs compared to D-series VMs?
Think about which VM series is designed for compute power over memory.
F-series VMs provide a higher CPU-to-memory ratio than D-series, making them suitable for compute-intensive tasks.
Which Azure VM series supports ephemeral OS disks by default, and what is a key security implication of using ephemeral OS disks?
Consider which series supports ephemeral OS disks and what happens to data on VM stop/start.
E-series VMs support ephemeral OS disks that store OS data on local VM storage, which is lost when the VM is deallocated. This requires careful backup and security planning.
You have a workload with low average CPU usage but occasional spikes. Which VM series and configuration best balances cost and performance?
Think about which VM series is designed for burstable workloads to save cost.
B-series VMs are designed for workloads with low average CPU usage and occasional bursts, allowing cost savings by using accumulated CPU credits.