0
0
Azurecloud~20 mins

Azure Bastion for secure VM access - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure Bastion Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
service_behavior
intermediate
2:00remaining
How does Azure Bastion improve VM access security?

Azure Bastion allows you to connect to your virtual machines (VMs) securely. What is the main way it improves security compared to traditional methods?

AIt uses VPN tunnels to connect to VMs through a private network.
BIt provides direct RDP/SSH access over the internet without exposing VM public IPs.
CIt disables all network traffic except from a specific IP address range.
DIt requires installing extra software agents on the VM to encrypt traffic.
Attempts:
2 left
💡 Hint

Think about how Azure Bastion avoids exposing your VM directly to the internet.

Configuration
intermediate
2:00remaining
Which Azure Bastion configuration is required to enable secure VM access?

You want to set up Azure Bastion to securely connect to VMs in a virtual network. Which configuration step is mandatory?

ACreate an Azure Bastion resource in the same virtual network as the VMs.
BAssign a public IP address to each VM you want to access.
CEnable Azure Bastion in a different subscription than the VMs.
DInstall the Azure Bastion agent on each VM.
Attempts:
2 left
💡 Hint

Consider where the Bastion service must be deployed relative to the VMs.

Architecture
advanced
2:30remaining
What is the correct network architecture to use Azure Bastion for multiple subnets?

You have VMs in multiple subnets within a virtual network. How should you architect Azure Bastion to allow secure access to all VMs?

ADeploy a single Azure Bastion in the virtual network; it can access all subnets automatically.
BDeploy one Azure Bastion per subnet to cover all VMs.
CDeploy Azure Bastion in a separate virtual network and peer it with the VM network.
DAssign public IPs to VMs in other subnets to access them via Bastion.
Attempts:
2 left
💡 Hint

Think about how Azure Bastion integrates with virtual networks and subnets.

security
advanced
2:30remaining
Which security feature does Azure Bastion NOT provide by default?

Azure Bastion enhances VM access security. Which of the following is NOT a security feature provided by Azure Bastion?

AProtection against port scanning and brute force attacks on VMs.
BEnd-to-end encryption of RDP/SSH sessions via TLS.
CMulti-factor authentication enforcement for VM login.
DNo need to expose public IP addresses on VMs.
Attempts:
2 left
💡 Hint

Consider which security controls are handled by Azure Bastion versus Azure Active Directory or other services.

Best Practice
expert
3:00remaining
What is the best practice for scaling Azure Bastion in a large enterprise environment?

Your organization has multiple virtual networks across regions and needs secure VM access via Azure Bastion. What is the best practice for scaling Azure Bastion?

AAssign public IPs to all VMs and disable Azure Bastion to simplify access.
BDeploy a single Azure Bastion in one region and peer all virtual networks to it for centralized access.
CUse a VPN gateway instead of Azure Bastion to reduce the number of Bastion deployments.
DDeploy Azure Bastion in each virtual network where VMs reside to minimize latency and maximize security.
Attempts:
2 left
💡 Hint

Think about network latency, security boundaries, and Azure Bastion's deployment scope.