What happens when you exceed the allocated Azure storage capacity?
AStorage becomes inaccessible
BNew data overwrites existing data
CYou receive an alert
DNo further data can be stored
Explanation
Exceeding storage capacity prevents additional data storage, whereas the other options are either incorrect or misleading.
Q142
Which service provides serverless computing in Azure?
AAzure Functions
BAzure Batch
CAzure Kubernetes Service
DAzure Blob Storage
Explanation
Azure Functions allows running code without managing servers; the others require more infrastructure management.
Q143
A company needs to protect sensitive data in Azure Storage. What should they enable?
ASoft Delete
BAccess Tiers
CEncryption at Rest
DStatic Website Hosting
Explanation
Encryption at Rest secures data in Azure Storage; the other options do not provide data protection.
Q144
You are configuring an Application Gateway in Azure. What happens if you set the backend health probe to an inactive state?
ATraffic is rerouted immediately.
BBackend instance is marked unhealthy.
CSSL termination fails.
DLogs will not be generated.
Explanation
The backend instance is marked unhealthy, preventing traffic from being routed to it, while the other options are incorrect responses to the probe state.
Q145
Which service provides serverless event-driven computing in Azure?
AAzure Functions
BAzure Logic Apps
CAzure App Services
DAzure Virtual Machines
Explanation
Azure Functions is designed for serverless event-driven computing, while others do not focus on serverless architecture.
Q146
A company needs to provide controlled access to its Azure resources. Which Azure service should it use?
AAzure Active Directory
BAzure Storage Account
CAzure Firewall
DAzure Virtual Network
Explanation
Azure Active Directory provides identity and access management, while the others serve different functions.
Q147
You are configuring an Azure Virtual Network. What happens when you create a subnet?
AAll IP addresses become available.
BIt isolates traffic completely.
CIt segments the IP address space.
DIt removes the default gateway.
Explanation
Creating a subnet segments the IP address space for better organization, while the other options describe incorrect behaviors.
Q148
Which Azure service is best for serverless event-driven solutions?
AAzure Functions
BAzure Virtual Machines
CAzure App Service
DAzure Blob Storage
Explanation
Azure Functions is designed for serverless computing, suitable for event-driven architectures; other options involve always-on resources or are for different use cases.
Q149
A company needs to manage user identities and permissions for accessing Azure resources efficiently. What should they implement?
AAzure Synapse Analytics
BAzure Active Directory
CAzure DevOps
DAzure Logic Apps
Explanation
Azure Active Directory is specifically designed for managing user identities and access, while the other options serve different purposes.
Q150
What happens when Azure resource group is deleted?
AAll resources are preserved
BAll resources in it are deleted
CResources can be recovered after a week
DOnly policies within the group are removed
Explanation
Deleting an Azure resource group removes all resources contained within it permanently; other options misinterpret deletion behavior.