You are configuring Azure Virtual Network Peering. What must be true for resources in each VNet to communicate?
AVNets must be in the same region
BVNets must use the same address space
CVNets must have overlapping CIDR ranges
DVNets must be in different subscriptions
Explanation
VNets can peer across regions, but they must both exist in the same Azure region to allow communication.
Q42
What happens when you remove a resource from an Azure Resource Group?
AResource is immediately deleted
BResource is archived
CResource moves to a different RG
DResource is only hidden in portal
Explanation
Removing a resource from a Resource Group leads to its immediate deletion, not archiving or hiding.
Q43
Which service would you use for real-time monitoring of Azure resources?
AAzure Monitor
BAzure Blob Storage
CAzure SQL Database
DAzure Traffic Manager
Explanation
Azure Monitor is specifically designed for monitoring resources, while the others provide storage or traffic management functionalities.
Q44
You are configuring Azure Firewall rules for a web application. What happens when you set a 'Deny' rule?
AAll traffic is permitted
BOnly specific IPs are allowed
CTraffic matching the rule is blocked
DTraffic logs are disabled
Explanation
'Deny' will block any traffic that matches the conditions set in the rule, while the other options are incorrect interpretations of firewall rules.
Q45
A company needs to automate the management of its Azure resources through code. Which service should they use?
AAzure Automation
BAzure Backup
CAzure Monitor
DAzure Application Insights
Explanation
Azure Automation is designed for automating management tasks, while the other services are focused on backup, monitoring or application performance.
Q46
Which service is primarily used for monitoring Azure resources?
AAzure Monitor
BAzure Logic Apps
CAzure Functions
DAzure Automation
Explanation
Azure Monitor is designed specifically for monitoring resources; the others serve different functions.
Q47
A company needs to securely share files across multiple Azure subscriptions. What should they use?
AAzure Blob Storage
BAzure Data Lake Storage
CAzure File Sync
DAzure Storage Explorer
Explanation
Azure File Sync enables secure file sharing across subscriptions; the others do not offer this functionality.
Q48
What happens when a virtual machine is deallocated in Azure?
AData is permanently lost
BNo charges for compute cost
CIP address is retained
DVM is in a stopped state
Explanation
Deallocating a VM stops compute charges, while others suggest incorrect consequences.
Q49
Which service helps manage Azure resource costs?
AAzure Cost Management
BAzure Traffic Manager
CAzure Event Hub
DAzure DevOps
Explanation
Azure Cost Management tracks and analyzes spending; others manage different functionalities.
Q50
A company requires high availability for its web application on Azure. Which solution should they choose?
AAzure Web Apps Scale Set
BAzure Load Balancer
CAzure SQL Managed Instance
DAzure Blob Storage
Explanation
Azure Load Balancer distributes traffic effectively, while others serve different primary functions.