0
0
Azurecloud~20 mins

Creating a VM in Azure Portal - Practice Exercises

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

You want to create a virtual machine (VM) in Azure Portal for a web application that requires moderate CPU and memory resources. Which VM size category should you select to balance cost and performance?

AGeneral purpose VM sizes (e.g., B-series, D-series)
BCompute optimized VM sizes (e.g., F-series)
CMemory optimized VM sizes (e.g., E-series)
DStorage optimized VM sizes (e.g., L-series)
Attempts:
2 left
💡 Hint

Think about a VM that offers a balanced mix of CPU and memory for typical workloads.

Configuration
intermediate
2:00remaining
Choosing the Correct OS Disk Type for a VM

When creating a VM in Azure Portal, you must select an OS disk type. Which option provides the best balance between cost and performance for a general workload?

AStandard SSD
BStandard HDD
CPremium SSD
DUltra Disk
Attempts:
2 left
💡 Hint

Consider a disk type that improves performance over HDD but is more affordable than premium options.

Architecture
advanced
3:00remaining
Designing a Secure VM Network in Azure Portal

You are creating a VM in Azure Portal that will host a sensitive application. Which network configuration should you apply to maximize security?

APlace the VM in a public subnet with a public IP address and open all inbound ports.
BPlace the VM in a private subnet with no NSG and allow all outbound traffic.
CAssign a public IP to the VM and disable the firewall on the VM.
DPlace the VM in a private subnet without a public IP and use a Network Security Group (NSG) to restrict inbound traffic.
Attempts:
2 left
💡 Hint

Think about isolating the VM from the internet and controlling traffic with rules.

service_behavior
advanced
3:00remaining
Effect of VM Availability Set on Uptime

You create two identical VMs in Azure Portal and place them in the same Availability Set. What is the expected effect on the VMs' uptime?

ABoth VMs will be updated and rebooted simultaneously during maintenance.
BThe VMs will be distributed across fault and update domains to reduce downtime during maintenance.
CThe Availability Set guarantees 100% uptime with no reboots.
DThe VMs will share the same physical server to improve performance.
Attempts:
2 left
💡 Hint

Consider how Azure manages maintenance to avoid simultaneous downtime.

security
expert
3:00remaining
Identifying the Cause of VM Access Failure

You created a VM in Azure Portal with a public IP and configured SSH access. However, you cannot connect to the VM via SSH from your local machine. Which of the following is the most likely cause?

AThe VM is placed in an Availability Set.
BThe VM's OS disk type is Standard HDD instead of Premium SSD.
CThe Network Security Group (NSG) attached to the VM's subnet does not allow inbound port 22.
DThe VM size selected does not support SSH connections.
Attempts:
2 left
💡 Hint

Check the firewall rules controlling network traffic to the VM.