What happens when you set a VM to a stop (deallocated) state?
AVM state is saved.
BVM stops billing entirely.
CVM data is erased.
DVM is paused.
Explanation
In the deallocated state, VM incurs no charges, while other scenarios are incorrect regarding VM behavior.
Q112
Which service would you use for serverless event-driven architecture in Azure?
AAzure Functions
BAzure Kubernetes Service
CAzure Blob Storage
DAzure Virtual Machines
Explanation
Azure Functions is specifically designed for serverless execution, while the others are not.
Q113
A company needs to integrate their on-premises Active Directory with Azure Active Directory. Which method should they choose?
AAzure VPN Gateway
BAzure Active Directory Sync
CAzure Firewall
DAzure Blob Storage
Explanation
Azure Active Directory Sync enables integration with on-premises AD, while the others serve different functions.
Q114
What happens when you apply a policy that denies all outbound traffic in Azure?
AOnly Internet traffic is restricted.
BAll resources lose network connectivity.
COnly specific IPs are affected.
DNo effect on any resource.
Explanation
Denying outbound traffic restricts all outbound connections for resources, while others are incorrect interpretations.
Q115
A company needs to ensure high availability for their web applications. Which Azure service should they use?
AAzure Load Balancer
BAzure VM Scale Set
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Load Balancer distributes traffic to ensure availability, while others do not focus primarily on load distribution.
Q116
What happens when you enable Soft Delete for Azure Blob Storage?
AImmediate deletion is performed
BDeleted blobs can be restored
CData is permanently lost
DCosts double for storage
Explanation
Soft Delete allows recovery of deleted blobs within a retention period, while other options misinterpret the feature's purpose.
Q117
You are configuring Identity and Access Management in Azure. Which role grants full access to all resources?
AContributor
BOwner
CReader
DUser Access Administrator
Explanation
The Owner role provides full access, while other roles have limited permissions.
Q118
Which service provides a serverless computing model?
AAzure Functions
BAzure Virtual Machines
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Functions allows triggering code without managing servers; the others require manual management or have persistent instances.
Q119
A company needs to manage user identity and access for their Azure resources. Which service should they prioritize?
AAzure Monitor
BAzure Active Directory
CAzure Key Vault
DAzure Virtual Network
Explanation
Azure Active Directory is designed for identity management; the others serve different functions in Azure management.
Q120
What happens when you scale an Azure App Service plan to a higher tier?
AIncreased compute resources available
BDatabase is automatically scaled too
CAll app settings reset
DRequires a new resource group
Explanation
Scaling the App Service plan increases compute resources, while the others are incorrect as database scaling isn't automatic and settings remain intact.