What is the primary purpose of Azure Traffic Manager?
ATo distribute traffic across regions
BTo enhance database performance
CTo manage virtual machines
DTo monitor application logs
Explanation
Azure Traffic Manager is designed to distribute traffic across different regions to improve performance and availability.
Q122
A company needs to connect their on-premises network to Azure while maintaining a dedicated, secure line. Which solution should they implement?
AVPN Gateway
BExpressRoute
CAzure Bastion
DNetwork Security Group
Explanation
ExpressRoute provides a dedicated, private connection to Azure, unlike a VPN which runs over the public internet.
Q123
You are configuring an Azure Network Security Group (NSG). What happens when the NSG is associated with both a subnet and a virtual machine's network interface?
AOnly the subnet rules apply
BOnly the VM rules apply
CBoth rules are merged
DNSG does not function
Explanation
When NSGs are linked to both, rules are evaluated in order to provide effective filtering.
Q124
Which Azure service provides private connectivity to Azure resources?
AAzure ExpressRoute
BAzure Bastion
CAzure VPN Gateway
DAzure Load Balancer
Explanation
Azure ExpressRoute enables private network connections, while other options focus on security or load distribution.
Q125
A company needs to ensure that only certain VMs can access specific storage accounts. What should they implement?
ANetwork Security Groups
BAzure Policy
CManaged Identities
DService Endpoints
Explanation
Service Endpoints allow specific virtual networks to access Azure storage securely, while the others do not provide the same control level.
Q126
You are configuring a public IP address for an Azure VM. What happens if you delete the public IP?
AVM access is lost immediately
BPublic IP is replaced automatically
CVM continues to run without internet
DAll network connections remain intact
Explanation
Deleting the public IP will immediately sever external access to the VM, while others misrepresent the impact of the deletion.
Q127
Which service can you use for network performance monitoring in Azure?
AAzure Network Watcher
BAzure Sentinel
CAzure Monitor
DAzure Advisor
Explanation
Azure Network Watcher provides tools for network monitoring; others do not focus specifically on networking.
Q128
A company needs to connect its on-premises environment to Azure while minimizing latency. What should they configure?
APoint-to-Site VPN
BSite-to-Site VPN
CExpressRoute
DAzure Firewall
Explanation
ExpressRoute offers dedicated private connection with low latency; VPN options may introduce higher latency.
Q129
You are configuring a VNet peering between two VNets in different regions. What happens?
ATraffic is blocked
BOnly specific services connect
CLatency is greatly increased
DTraffic flows directly between VNets
Explanation
VNet peering allows direct connectivity between VNets; others misrepresent the behavior of peering.
Q130
Which service helps in implementing private connectivity from on-premises to Azure?
AAzure ExpressRoute
BAzure VPN Gateway
CAzure Load Balancer
DAzure Blob Storage
Explanation
Azure ExpressRoute provides private connectivity, whereas others do not focus on direct connectivity.