What happens when an Azure VM is stopped but not deallocated?
AVM costs are reduced
BIP address is lost
CVM incurs storage charges
DEntire VM configuration resets
Explanation
Stopped VMs retain their disk, which incurs storage costs, while deallocated ones free up resources.
Q82
Which service is used to manage Azure resources programmatically?
AAzure PowerShell
BAzure DevOps
CAzure Monitor
DAzure Portal
Explanation
Azure PowerShell allows programmatic management of Azure resources, while the others serve different functions.
Q83
A company needs to integrate their on-premises Active Directory with Azure AD. What should they implement?
AAzure File Sync
BAzure VPN Gateway
CAzure AD Connect
DAzure Load Balancer
Explanation
Azure AD Connect synchronizes on-premises AD with Azure AD, unlike the other services listed.
Q84
You are configuring a hybrid environment for Windows Server. What happens when a VM is created in Azure without a proper network configuration?
AIt will use public IP by default.
BIt will not communicate externally.
CIt will automatically connect to VPN.
DIt will have no storage attached.
Explanation
Without proper network configuration, the VM cannot communicate externally, while other options misrepresent Azure functionality.
Q85
Which service allows you to automate resource management tasks in Azure?
AAzure Logic Apps
BAzure Availability Sets
CAzure AD Connect
DAzure Backup
Explanation
Azure Logic Apps allows for automation, while others serve different purposes.
Q86
A company needs to back up on-premises physical servers to Azure. Which solution should they use?
AAzure Blob Storage
BAzure Site Recovery
CAzure Backup Server
DAzure Archive Storage
Explanation
Azure Backup Server is designed for server backups, whereas others are not specifically tailored for this scenario.
Q87
What happens when an Azure Public IP address is assigned to a virtual machine, but the VM is stopped?
AIP is reserved for billing
BIP is released back to pool
CIP remains assigned to VM
DIP changes to dynamic type
Explanation
The public IP remains assigned even when the VM is stopped, unlike dynamic IPs that may change.
Q88
Which Azure service provides a unified management console?
AAzure Portal
BAzure CLI
CAzure DevOps
DAzure PowerShell
Explanation
Azure Portal offers a graphical interface to manage services, while others are command-line tools or specific to development pipeline.
Q89
A company needs to securely connect on-premises network to Azure. Which solution should they use?
AVPN Gateway
BAzure Front Door
CAzure Load Balancer
DExpressRoute
Explanation
ExpressRoute provides a dedicated private connection, while VPN Gateway is less reliable for high-throughput requirements.
Q90
What happens when you exceed the allocated quota of an Azure resource?
AResource scales automatically
BRequests are denied
CExtra charges apply
DService is terminated
Explanation
Exceeding the quota will result in requests being denied, whereas scaling, charges, or termination do not apply directly to quota breaches.