What is the main purpose of Azure Virtual Network?
AIsolate applications globally
BCreate a private network
CStore data securely
DMonitor network traffic
Explanation
Azure Virtual Network provides a private, isolated network for resources, unlike other options that don't address isolation.
Q122
You are configuring an Azure subscription. Which option should you choose to ensure costs are minimized initially?
AChoose Pay-As-You-Go
BSelect an annually committed plan
COpt for an Enterprise Agreement
DUse a usage-based model
Explanation
Pay-As-You-Go allows flexibility and cost minimization initially, while other options may lead to higher upfront costs.
Q123
What happens when an Azure Function runs out of resources in a consumption plan?
AIt terminates all functions
BIt automatically scales out
CIt fails without auto-scaling
DIt allocates additional memory
Explanation
In a consumption plan, Azure Functions can automatically scale out up to the limits set, unlike the other options which are incorrect responses to resource constraints.
Q124
Which Azure service provides a fully managed SQL database?
AAzure SQL Database
BAzure Blob Storage
CAzure Redis Cache
DAzure Functions
Explanation
Azure SQL Database is a fully managed service for SQL databases; others are not databases.
Q125
A company needs to ensure that their application can scale automatically based on demand. Which Azure feature should they utilize?
AAzure Load Balancer
BAzure Autoscale
CAzure VPN Gateway
DAzure Traffic Manager
Explanation
Azure Autoscale adjusts resource capacity automatically; others do not provide this functionality.
Q126
What happens when you exceed the quota limits of your Azure subscription?
AAzure services stop functioning
BYou can request an increase
CYou receive a warning email
DAll services are suspended
Explanation
You can request an increase when limits are exceeded; others imply incorrect or total disruption actions.
Q127
Which Azure service is primarily for serverless computing?
AAzure Functions
BAzure Virtual Machines
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Functions enables event-driven, serverless computing, while the others require provisioning resources.
Q128
A company needs to manage user access across multiple Azure subscriptions. Which Azure service should they use?
AAzure Resource Manager
BAzure Active Directory
CAzure Site Recovery
DAzure DevOps
Explanation
Azure Active Directory provides user management and access control across subscriptions, unlike the other options.
Q129
What happens when you set a storage account to the 'Hot' access tier?
ACost rises and access is slower.
BData is deleted after 30 days.
CFrequent access is cheaper.
DData transfer limits are applied.
Explanation
The 'Hot' access tier is optimized for frequent access at a lower cost than the 'Cool' tier, unlike the other options which are incorrect.
Q130
Which Azure service is best for managing APIs?
AAzure API Management
BAzure Functions
CAzure DevOps
DAzure Logic Apps
Explanation
Azure API Management is designed specifically for managing APIs, while the others serve different purposes.