You are configuring a Network Security Group (NSG) for a virtual machine. What happens when you set an inbound security rule with a higher priority than an existing rule?
ACurrent rule is overridden
BNo changes occur
CAll rules become invalid
DOnly outbound rules are affected
Explanation
The higher priority rule overrides any lower priority rule, impacting the defined traffic flow.
Q22
Which service provides low-latency connectivity in Azure?
AAzure ExpressRoute
BAzure Blob Storage
CAzure Virtual Machines
DAzure App Service
Explanation
Azure ExpressRoute allows private, low-latency connections, while others do not provide dedicated connectivity.
Q23
A company needs to securely connect on-premises devices to Azure. What is the recommended solution?
AVPN Gateway
BAzure CDN
CApplication Gateway
DNetwork Watcher
Explanation
VPN Gateway establishes secure connections, while other options do not connect on-premises devices securely.
Q24
What happens when you assign a public IP to a VM in Azure?
AThe VM becomes accessible from the internet.
BThe VM is assigned a private IP.
CThe VM will lose its private IP.
DThe VM becomes part of a VNET.
Explanation
Assigning a public IP allows internet access, while the other options misstate VM behavior.
Q25
What is the primary function of Azure Virtual Network Peering?
AConnects networks within the same region
BMerges storage accounts for high availability
CEnables VM to VM migration
DFacilitates on-premises integration
Explanation
Azure Virtual Network Peering connects networks within the same region, whereas the other options are unrelated to this concept.
Q26
A company needs to securely connect its on-premises network to an Azure Virtual Network. Which Azure service should they utilize?
AAzure VPN Gateway
BAzure Load Balancer
CAzure Application Gateway
DAzure Traffic Manager
Explanation
Azure VPN Gateway enables secure connections to Azure Virtual Networks, while the other services do not provide secure networking features.
Q27
You are configuring Azure DDoS Protection for your resources. What happens when an attack threshold is breached?
ATraffic is completely blocked
BAlerts are sent without mitigation
CTraffic is monitored and attacked traffic is absorbed
DResource scaling occurs automatically
Explanation
When an attack threshold is breached, Azure DDoS Protection absorbs and monitors the attack traffic rather than blocking all incoming traffic.
Q28
Which service allows you to create isolated networks in Azure?
AAzure Virtual Network
BAzure Active Directory
CAzure Blob Storage
DAzure Load Balancer
Explanation
Azure Virtual Network supports isolated segemented networks, while others serve different purposes.
Q29
A company needs to ensure its on-premises servers can communicate with Azure resources. What service should they use?
AAzure VPN Gateway
BAzure Firewall
CAzure ExpressRoute
DAzure Bastion
Explanation
Azure ExpressRoute provides a private connection, optimal for stable on-prem to Azure communications.
Q30
You are configuring a public IP address for a virtual machine. What happens if you select the 'Dynamic' assignment?
AIP remains constant on restart
BIP changes on each restart
CIP assigned once and remains
DIP is reserved indefinitely
Explanation
Dynamic assignment results in changing IPs upon VM restarts, while static options keep them constant.