Which service is used for hosting web apps in Azure?
AAzure App Service
BAzure Functions
CAzure Blob Storage
DAzure Virtual Machines
Explanation
Azure App Service is tailored for web hosting, while the other options serve different purposes.
Q92
A company needs to deploy applications rapidly and manage scaling seamlessly. Which Azure service should they consider?
AAzure Kubernetes Service
BAzure Blob Storage
CAzure SQL Database
DAzure Virtual Network
Explanation
Azure Kubernetes Service is designed for container orchestration and rapid application deployment, while others serve different roles.
Q93
What happens when a user tries to access a resource without the necessary permissions in Azure?
AResource is accessible with warning
BAccess denied
CResource is fully operational
DUser is granted temporary access
Explanation
Access is denied when permissions are insufficient, maintaining security, unlike others which suggest incorrect behaviors.
Q94
Which Azure service provides Serverless Computing?
AAzure Functions
BAzure Virtual Machines
CAzure Storage
DAzure Kubernetes Service
Explanation
Azure Functions allows for serverless execution, unlike the others which are not serverless services.
Q95
A company needs to store and analyze large amounts of unstructured data. Which Azure service should they use?
AAzure SQL Database
BAzure Blob Storage
CAzure Redis Cache
DAzure Virtual Network
Explanation
Azure Blob Storage is designed for unstructured data, while the others are not suitable for this purpose.
Q96
What happens when you set the Azure Resource Lock to "ReadOnly"?
AResource can be deleted only
BResource cannot be modified or deleted
CResource can be accessed but not viewed
DNo impact on resource operations
Explanation
ReadOnly locks prevent modifications or deletions, whereas the other options do not accurately describe the effect of the lock.
Q97
Which service allows you to manage permissions on Azure resources?
AAzure Role-Based Access Control
BAzure Active Directory
CAzure Monitor
DAzure Resource Manager
Explanation
Azure Role-Based Access Control enables detailed permissions management, while the others provide different functionalities.
Q98
A company needs to scale their application based on demand. Which Azure service should they use?
AAzure Functions
BAzure App Service
CAzure Virtual Machines
DAzure Blob Storage
Explanation
Azure App Service provides built-in scaling options, while the others are either not primarily for applications or lack inherent scaling features.
Q99
What happens when you set a Virtual Network's subnet to an address range already in use?
ASubnet creation succeeds with a warning
BSubnet creation fails
CAddress conflict is resolved automatically
DExisting instances are stopped
Explanation
Creating a subnet with an overlapping address range fails to maintain unique address assignment.
Q100
Which service provides scalable cloud file storage?
AAzure Blob Storage
BAzure File Storage
CAzure Table Storage
DAzure Disk Storage
Explanation
Azure File Storage is designed specifically for file sharing over SMB and serves scalable file storage.