What happens when you assign a user a role that includes the 'Owner' permission for a resource group in Azure?
AUser gains read access only
BUser can delete resources only
CUser can manage all resources
DUser cannot access the resources
Explanation
The 'Owner' role allows full management rights over the resource group and its resources, while the others misrepresent the permissions granted.
Q112
Which service enables automated infrastructure management in Azure?
AAzure Resource Manager
BAzure Functions
CAzure Active Directory
DAzure Monitor
Explanation
Azure Resource Manager facilitates infrastructure management; others do not specialize in this function.
Q113
A company needs to run code without managing servers; which service should they use?
AAzure App Service
BAzure Functions
CAzure Kubernetes Service
DAzure Virtual Machines
Explanation
Azure Functions allows serverless execution of code, unlike the other options that require server management.
Q114
What happens when you delete an Azure Resource Group?
AOnly the resources are deleted
BResource dependencies are maintained
CAll resources within it are deleted
DNothing happens; it's just a label
Explanation
Deleting an Azure Resource Group deletes all contained resources; other options inaccurately describe the process.
Q115
Which Azure service is designed for large-scale data processing?
AAzure Data Lake Storage
BAzure Functions
CAzure Blob Storage
DAzure Virtual Machines
Explanation
Azure Data Lake Storage is optimized for big data analytics, while the others focus on different functionalities.
Q116
A company needs to deploy a web app with auto-scaling in Azure. Which service should they choose?
AAzure Web Apps
BAzure CDN
CAzure Kubernetes Service
DAzure Virtual Network
Explanation
Azure Web Apps supports auto-scaling and is specifically designed for web applications, while the others do not offer this capability directly.
Q117
What happens when you enable soft delete on an Azure Blob Storage account?
ABlobs are permanently deleted.
BBlobs can be restored within 30 days.
CBlobs are archived indefinitely.
DBlobs cannot be accessed.
Explanation
Soft delete allows blobs to be recovered for a defined retention period, typically up to 30 days, while the other options are incorrect outcomes.
Q118
Which Azure service provides a serverless computing model allowing event-driven code execution?
AAzure Functions
BAzure App Service
CAzure Kubernetes Service
DAzure Logic Apps
Explanation
Azure Functions is designed for event-driven execution, while the other options do not specifically cater to serverless models.
Q119
A company needs to manage access rights to their Azure resources by using RBAC. What is the best practice for assigning roles?
AAssign roles at the resource group level.
BAssign roles at the subscription level.
CAssign roles only at the resource level.
DAssign roles at the management group level.
Explanation
Assigning roles at the resource group level gives more granular control, while higher levels may grant excessive permissions.
Q120
What happens when you enable Azure Monitor alerts on a resource?
AResource usage stops immediately.
BPerformance data is collected only.
CAlerts inform you based on thresholds.
DCosts for the resource increase.
Explanation
Enabling alerts triggers notifications based on specified thresholds, while the other options misrepresent alert functionality.