Which Azure service is designed for serverless computing?
AAzure Functions
BAzure Virtual Machines
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Functions allows you to run code without managing servers, while the others focus on different types of services.
Q32
A company needs to store large amounts of unstructured data. Which Azure service is most appropriate?
AAzure Cosmos DB
BAzure Blob Storage
CAzure Table Storage
DAzure SQL Database
Explanation
Azure Blob Storage is optimal for unstructured data, unlike the others that cater to structured data or specific use cases.
Q33
You are configuring a virtual machine in Azure. What happens if you forget to assign a public IP address?
AThe VM cannot connect to external networks.
BThe VM will automatically get a public IP.
CThe VM can connect internally only.
DYou will receive an error during setup.
Explanation
The VM will connect internally but not externally without a public IP, while the other options are inaccurate or misleading.
Q34
Which service is used for managing virtual machines in Azure?
AAzure Virtual Machines
BAzure Blob Storage
CAzure Functions
DAzure SQL Database
Explanation
Azure Virtual Machines is specifically designed for VM management, while the others serve different purposes.
Q35
A company needs to monitor their Azure resources and applications in real-time. Which Azure service should they use?
AAzure Monitor
BAzure Backup
CAzure Storage Explorer
DAzure Data Factory
Explanation
Azure Monitor is designed for real-time monitoring of resources, while the others focus on different functionalities.
Q36
What happens when you create a resource group in Azure without specifying a location?
AIt defaults to East US
BIt fails to create resource group
CIt creates globally accessible resources
DIt operates in no specific location
Explanation
The resource group defaults to the 'East US' region if no location is specified, although resource locations still apply to individual resources.
Q37
Which Azure service provides serverless computing?
AAzure Functions
BAzure Virtual Machines
CAzure Kubernetes Service
DAzure App Services
Explanation
Azure Functions allows you to run code without provisioning servers, while the other options require server management.
Q38
A company needs to store unstructured data. Which service should they choose?
AAzure Blob Storage
BAzure SQL Database
CAzure Table Storage
DAzure File Storage
Explanation
Azure Blob Storage is designed specifically for unstructured data, while the others are structured or file storage.
Q39
You are configuring Azure Virtual Networks for isolation. What happens when two VNets are peered?
AThey cannot communicate.
BThey share routing policies.
CThey share security policies.
DThey are isolated by default.
Explanation
Peered VNets can communicate and share routing, unlike the isolated nature suggested by the others.
Q40
Which service provides serverless event-driven compute?
AAzure Functions
BAzure Virtual Machines
CAzure App Service
DAzure Blob Storage
Explanation
Azure Functions enables serverless event-driven compute, while the others are not serverless or event-driven.