MCSE MSCE Cloud Platform Integration & Virtualization 2 — Questions and Answers
Question 1: A company wants to extend their on-premises Active Directory to Azure. Which service should they use to enable single sign-on for both cloud and on-premises resources?
- Azure AD B2C
- Azure AD Connect (Correct answer)
- Azure AD Domain Services
- Azure AD Privileged Identity Management
Correct answer: Azure AD Connect
Azure AD Connect synchronizes on-premises Active Directory identities to Azure AD, enabling SSO across both environments.
Question 2: In Hyper-V, what feature allows a virtual machine to take advantage of the host's hardware directly, bypassing the hypervisor for certain operations?
- Dynamic Memory
- SR-IOV (Single Root I/O Virtualization) (Correct answer)
- Live Migration
- Checkpoints
Correct answer: SR-IOV (Single Root I/O Virtualization)
SR-IOV allows VMs to bypass the hypervisor and access network hardware directly, reducing latency and CPU overhead.
Question 3: Which Azure service provides a fully managed Kubernetes environment for deploying containerized applications?
- Azure Container Instances
- Azure Service Fabric
- Azure Kubernetes Service (AKS) (Correct answer)
- Azure Batch
Correct answer: Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS) offers a managed Kubernetes cluster where Azure handles health monitoring and maintenance.
Question 4: A virtual machine in Azure is experiencing high network latency between VMs in the same region. Which feature should be enabled to reduce latency by placing VMs on the same physical hardware rack?
- Availability Sets
- Proximity Placement Groups (Correct answer)
- Availability Zones
- Azure Load Balancer
Correct answer: Proximity Placement Groups
Proximity Placement Groups co-locate Azure compute resources physically close together to reduce inter-VM network latency.
Question 5: When configuring Azure Site Recovery for a Hyper-V VM replication to Azure, what is the minimum Recovery Point Objective (RPO) that can be achieved?
- 30 seconds
- 5 minutes (Correct answer)
- 15 minutes
- 1 hour
Correct answer: 5 minutes
Azure Site Recovery for Hyper-V supports a minimum RPO of 5 minutes for VM replication to Azure.
Question 6: Which PowerShell cmdlet is used to create a new virtual switch in Hyper-V?
- New-VMSwitch (Correct answer)
- Add-VMNetworkAdapter
- New-VirtualSwitch
- Set-VMNetwork
Correct answer: New-VMSwitch
New-VMSwitch is the PowerShell cmdlet used to create a new virtual network switch in Hyper-V.
Question 7: In Azure, what type of VPN gateway configuration is required to connect two Azure virtual networks together across different regions?
- Point-to-Site VPN
- ExpressRoute
- VNet-to-VNet VPN (Correct answer)
- Site-to-Site VPN
Correct answer: VNet-to-VNet VPN
VNet-to-VNet VPN connects two Azure virtual networks using VPN gateways, even across different regions or subscriptions.
A company wants to extend their on-premises Active Directory to Azure.
Which service should they use to enable single sign-on for both cloud and on-premises resources?