What happens when you enable Azure Resource Lock on a resource?
APrevents deletion or modification
BReduces billing cost
CEnables backup automatically
DIncreases resource performance
Explanation
Resource Lock protects the resource from modifications or deletions, while the other options do not relate to locking.
Q112
Which Azure service is best for building APIs?
AAzure API Management
BAzure Functions
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure API Management is specifically designed for API creation and management, while the others serve different purposes.
Q113
A company needs to store large amounts of unstructured data. Which Azure service should they choose?
AAzure Cosmos DB
BAzure Blob Storage
CAzure Table Storage
DAzure SQL Database
Explanation
Azure Blob Storage is optimized for unstructured data storage, unlike the others which target structured data.
Q114
What happens when a VM that is allocated to a reserved instance is shut down?
AThe reserved instance is lost.
BPayment continues for the reserved instance.
CThe VM is automatically restarted.
DThe reserved instance gets released immediately.
Explanation
The payment for reserved instances continues regardless of VM state, while others suggest false consequences.
Q115
Which Azure service is used for scalable container orchestration?
AAzure Kubernetes Service
BAzure DevOps
CAzure Functions
DAzure Blob Storage
Explanation
Azure Kubernetes Service is specifically designed for container orchestration, while others serve different purposes.
Q116
A company needs to implement a security solution to analyze and remediate security vulnerabilities in its Azure subscription. Which service should they use?
AAzure Security Center
BAzure Monitor
CAzure Sentinel
DAzure Firewall
Explanation
Azure Security Center is meant for analyzing and mitigating security vulnerabilities, while the others focus on different security aspects or monitoring.
Q117
What happens when a user exceeds their Azure subscription limit for resources?
AAutomatically upgrade to a higher tier
BResource creation is blocked
CBilling charges increase only
DSLA violations occur
Explanation
When limits are exceeded, the creation of new resources is blocked until limits are adjusted or increased, while other options are either untrue or misleading.
Q118
Which service provides serverless execution for code in Azure?
AAzure Functions
BAzure VMs
CAzure Logic Apps
DAzure DevOps
Explanation
Azure Functions is a cornerstone of serverless execution, while VMs require management and Logic Apps automate workflows, not code execution.
Q119
A company needs to ensure compliance management across subscriptions. What should they use?
AAzure Policy
BAzure Monitor
CAzure Storage
DAzure Functions
Explanation
Azure Policy helps enforce compliance policies at the subscription level, while other options address different functionalities.
Q120
What happens when you delete a resource group in Azure?
AAll resources are deleted.
BResources are retained.
COnly service endpoints are deleted.
DThe group becomes inactive.
Explanation
Deleting a resource group removes all contained resources permanently, unlike retaining or inactivating them.