You are configuring an Azure Virtual Network. Which of the following correctly defines a subnet?
AA public IP address range.
BA segment of a virtual network.
CA service for load balancing.
DA connection to on-premises networks.
Explanation
A subnet is specifically a segment of a virtual network, while the other options describe different networking concepts or services.
Q112
Which Azure service is primarily used for serverless computing?
AAzure Functions
BAzure VM
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Functions enables serverless execution; VMs are not serverless, Blob Storage and SQL Database serve different purposes.
Q113
A company needs to ensure its web application can scale automatically based on load. Which Azure feature should they use?
AAutoscale
BStatic IP
CLoad Balancer
DAzure Firewall
Explanation
Autoscale provides dynamic scaling; Static IP is for network stability, Load Balancer distributes traffic, and Firewall enhances security.
Q114
What happens when you deploy two Azure App Services in different regions but with the same name?
ABoth apps will work.
BDeployment will fail.
CAzure will merge the apps.
DOnly one app will survive.
Explanation
Azure allows app services to co-exist in different regions with the same name; deployments do not conflict based on regional placement.
Q115
Which service is best for data orchestration in Azure?
AAzure Data Factory
BAzure Logic Apps
CAzure Functions
DAzure Automation
Explanation
Azure Data Factory is designed for data integration and orchestration, while the others serve different purposes.
Q116
You are configuring a Virtual Network (VNet) in Azure. What is the maximum number of address prefixes you can assign to a single VNet?
A2
B10
C20
D128
Explanation
A single Virtual Network can have up to 128 address prefixes, while the others exceed or misstate the limit.
Q117
A company needs to implement identity protection to prevent unauthorized access. What should they use?
AAzure Active Directory MFA
BAzure Policy
CAzure Sentinel
DAzure DevOps
Explanation
Azure Active Directory Multi-Factor Authentication (MFA) enhances security, while the others are not primarily for direct identity protection.
Q118
Which Azure service is designed for monitoring and managing services across multiple Azure resources?
AAzure Monitor
BAzure Functions
CAzure Logic Apps
DAzure DevOps
Explanation
Azure Monitor provides comprehensive monitoring capabilities, while others focus on functions, workflows, or development processes.
Q119
You are configuring a virtual network in Azure with public and private subnets. What feature enables secure communication between them?
ANetwork Security Group (NSG)
BAzure Load Balancer
CVirtual Network Peering
DAzure VPN Gateway
Explanation
NSGs control inbound and outbound traffic, unlike the other options which serve different purposes.
Q120
A company needs to store sensitive keys securely. Which Azure service should they use for key management?
AAzure Blob Storage
BAzure Key Vault
CAzure Security Center
DAzure SQL Database
Explanation
Azure Key Vault is specifically designed for managing sensitive information, while the others do not focus on secure key management.