MCSE MSCE Cloud Platform Integration & Virtualization 5 — Questions and Answers
Question 1: A company needs their on-premises servers to communicate with Azure virtual networks with guaranteed bandwidth and without traversing the public internet. Which solution should they implement?
- Site-to-Site VPN
- Point-to-Site VPN
- Azure ExpressRoute (Correct answer)
- Azure Virtual WAN
Correct answer: Azure ExpressRoute
Azure ExpressRoute provides a private, dedicated connection between on-premises infrastructure and Azure, bypassing the public internet with guaranteed bandwidth SLAs.
Question 2: Which Hyper-V feature enables a virtual machine to retain its memory state when saved, allowing it to be quickly resumed from exactly where it was paused?
- Snapshot
- Saved State (Correct answer)
- Checkpoint
- Replication
Correct answer: Saved State
Hyper-V Saved State captures the VM's current memory and CPU state to disk, allowing fast resumption without a full boot sequence.
Question 3: In Azure, which service provides a secure, scalable registry for storing and managing container images and Helm charts?
- Azure Container Instances
- Azure Container Registry (Correct answer)
- Azure Artifact Registry
- Azure DevOps Packages
Correct answer: Azure Container Registry
Azure Container Registry (ACR) is a managed private registry for storing Docker container images and Helm charts used in Azure deployments.
Question 4: When deploying Azure Virtual Desktop, which component authenticates users and brokers connections to the appropriate session host?
- Session Host
- Web Client
- Host Pool
- Workspace Gateway (Correct answer)
Correct answer: Workspace Gateway
The Azure Virtual Desktop Gateway (RD Gateway component) authenticates users and establishes secure RDP connections to the appropriate session host.
Question 5: A Hyper-V administrator wants to limit the amount of bandwidth a specific VM can use on a virtual switch. Which feature should be configured?
- Virtual Machine Queue (VMQ)
- Bandwidth Management (minimum/maximum bandwidth) (Correct answer)
- NIC Teaming
- RDMA (Remote Direct Memory Access)
Correct answer: Bandwidth Management (minimum/maximum bandwidth)
Hyper-V's Bandwidth Management feature on virtual network adapters allows you to set minimum and maximum bandwidth limits per VM.
Question 6: Which Azure service acts as a reverse proxy that provides SSL termination, URL-based routing, and Web Application Firewall capabilities for web applications?
- Azure Load Balancer
- Azure Front Door
- Azure Application Gateway (Correct answer)
- Azure Traffic Manager
Correct answer: Azure Application Gateway
Azure Application Gateway is a Layer 7 load balancer offering SSL offloading, URL-based routing, and integrated WAF for web application protection.
Question 7: In a hybrid cloud scenario, which Windows Server role enables on-premises servers to use Azure cloud features such as Azure Backup and Azure Monitor without full migration?
- Windows Admin Center
- Azure Arc (Correct answer)
- Azure Stack HCI
- Windows Server Update Services
Correct answer: Azure Arc
Azure Arc extends Azure management and services to on-premises, multi-cloud, and edge environments without requiring migration to Azure.
A company needs their on-premises servers to communicate with Azure virtual networks with guaranteed bandwidth and without traversing the public internet.
Which solution should they implement?