Which Azure service provides serverless compute options?
AAzure Functions
BAzure Virtual Machines
CAzure Kubernetes Service
DAzure Blob Storage
Explanation
Azure Functions allows running code without managing servers, unlike the other options.
Q132
A company needs to diagnose performance issues in their Azure Virtual Machines. What should they enable?
AAzure Firewall
BAzure Application Insights
CAzure Security Center
DAzure Load Balancer
Explanation
Azure Application Insights provides monitoring capabilities for performance diagnostics.
Q133
You are configuring an Azure Network Security Group. What happens when you set a rule to deny all inbound traffic?
AAll traffic is blocked, including HTTP.
BOnly HTTPS will be allowed.
CAll traffic is allowed.
DOnly traffic from Azure services is denied.
Explanation
Denying all inbound traffic blocks everything, including HTTP.
Q134
Which Azure service helps build containerized applications?
AAzure Kubernetes Service
BAzure Functions
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Kubernetes Service is designed for managing containerized applications, while others serve different purposes.
Q135
You are configuring network security for a web application. What is the primary benefit of using Azure Application Gateway?
ALoad balancing with SSL offloading
BData backup and recovery
CStorage of large datasets
DResource monitoring and analytics
Explanation
Azure Application Gateway provides features like load balancing and SSL offloading, unlike the other options.
Q136
What happens when a resource group is deleted in Azure?
AOnly virtual machines are deleted
BAll resources within it are deleted
CThe group is archived
DDependencies are retained
Explanation
Deleting a resource group removes all contained resources permanently.
Q137
Which service is useful for automating cloud resource deployment in Azure?
AAzure DevOps
BAzure Resource Manager
CAzure Monitor
DAzure Functions
Explanation
Azure Resource Manager allows for resource deployment automation, while Azure DevOps is more focused on CI/CD workflows.
Q138
A company needs to grant a user minimal permissions to view Azure Active Directory users. What role should be assigned?
AUser Administrator
BDirectory Readers
CGlobal Administrator
DSecurity Reader
Explanation
The Directory Readers role grants read-only access to user details, while others offer broader or elevated permissions.
Q139
What happens when you exceed your Azure subscription limits?
AResources are automatically deleted
BYou are billed extra fees
CResource creation stops until limits reset
DNotification emails are sent only
Explanation
Exceeding subscription limits halts further resource creation until the limits are adjusted or reset, whereas others do not accurately reflect the real scenario.
Q140
Which service can automatically scale your applications based on demand?
AAzure Functions
BAzure Blob Storage
CAzure SQL Database
DAzure Virtual Machine
Explanation
Azure Functions can auto-scale based on workload, while others require manual scaling.