What happens when an Azure VM exceeds its allocated quota?
AIt automatically shuts down
BNew VMs cannot be created
CPerformance is increased
DQuota is automatically increased
Explanation
Exceeding the quota prevents the creation of new VMs; the other options are incorrect actions.
Q112
Which service provides centralized management of Azure resources?
AAzure Resource Manager
BAzure Key Vault
CAzure Monitor
DAzure Active Directory
Explanation
Azure Resource Manager is designed for this purpose; Key Vault is for secrets, Monitor for performance, and AD for identity.
Q113
A company needs an automated backup solution for SQL databases. Which service should they choose?
AAzure Backup
BAzure Blob Storage
CAzure Site Recovery
DAzure Logic Apps
Explanation
Azure Backup specifically supports automated SQL database backups; Blob Storage is for storage, Site Recovery is for disaster recovery, and Logic Apps are for workflows.
Q114
What happens when a virtual machine's operating system disk is detached in Azure?
AVM data is immediately deleted
BVM stops functioning completely
CDisk remains in Azure but not attached
DVirtual machine is automatically deleted
Explanation
The detached OS disk remains stored in Azure, while the VM is still intact; data is not deleted nor is the VM deleted.
Q115
Which service allows for automated server patching in Azure?
AAzure Automation
BAzure Backup
CAzure Firewall
DAzure Monitor
Explanation
Azure Automation includes update management for patching; others don't focus on automation for patching.
Q116
A company needs to deploy a web app that scales automatically based on demand. Which service should they use?
AAzure App Service
BAzure Functions
CAzure VM Scale Sets
DAzure Blob Storage
Explanation
Azure App Service provides auto-scaling; the others are not primarily designed for web app deployment.
Q117
You are configuring Azure Load Balancer in a multi-region setup. What happens when you disable the health probe?
ATraffic is routed evenly.
BAll backend services go offline.
CTraffic may be directed to unhealthy instances.
DLoad Balancer will stop working.
Explanation
Disabling health probes causes routing without health checks, potentially sending traffic to unhealthy instances.
Q118
Which service is used for serverless compute in Azure?
AAzure Functions
BAzure VMs
CAzure SQL Database
DAzure Blob Storage
Explanation
Azure Functions provides serverless compute, while others are not serverless services.
Q119
A company needs to encrypt its virtual network traffic in Azure. Which Azure feature should they use?
AAzure Virtual Network Peering
BNetwork Security Groups
CVPN Gateway
DExpressRoute
Explanation
VPN Gateway encrypts traffic, while the others do not provide encryption directly.
Q120
You are configuring AD FS for seamless single sign-on. What initial setup is required?
AInstall Domain Controller
BConfigure Azure AD Connect
CSet up a SQL Database
DEnable Network Security Groups
Explanation
Azure AD Connect integrates on-prem AD with Azure AD, necessary for seamless SSO.