Which service is used for deploying web apps on Azure?
AAzure App Service
BAzure Functions
CAzure VMs
DAzure Kubernetes Service
Explanation
Azure App Service is specifically designed for hosting web applications, while the other options serve different purposes.
Q122
A company needs to manage user access rights to multiple Azure resources. Which service should they use?
AAzure Active Directory
BAzure Monitor
CAzure Logic Apps
DAzure Cost Management
Explanation
Azure Active Directory provides user identity and access management, unlike the other options which focus on monitoring and management tasks.
Q123
What happens when you exceed a storage account's IOPS limit on Azure?
AStorage services become unavailable
BPerformance throttling occurs
CData is automatically deleted
DBackup operations fail
Explanation
Exceeding IOPS limits results in performance throttling, while the other options are incorrect consequences of exceeding those limits.
Q124
Which Azure service is used for centralized logging and monitoring?
AAzure Monitor
BAzure DevOps
CAzure Logic Apps
DAzure Functions
Explanation
Azure Monitor offers comprehensive logging and monitoring capabilities, while others serve different functions.
Q125
A company needs to store large unstructured data. Which Azure service should they use?
AAzure SQL Database
BAzure Blob Storage
CAzure Cosmos DB
DAzure Table Storage
Explanation
Azure Blob Storage is optimized for storing large amounts of unstructured data, unlike the others which have different focus areas.
Q126
What happens when you delete an Azure resource group?
AOnly the resources marked for deletion
BAll resources within it are deleted
CNothing happens; it's reversible
DAll dependent resources are kept
Explanation
Deleting a resource group removes all included resources, while the others contain misconceptions about restorability and resource handling.
Q127
Which service is used for monitoring Azure resources?
AAzure Monitor
BAzure Data Lake
CAzure Logic Apps
DAzure DevOps
Explanation
Azure Monitor provides comprehensive monitoring, while others serve different functions.
Q128
A company needs to implement CI/CD pipelines for microservices deployed on Azure. What should they use?
AGitHub Actions
BAzure Virtual Machines
CAzure Blob Storage
DAzure Service Bus
Explanation
GitHub Actions is designed for CI/CD pipelines, whereas other options are not CI/CD tools.
Q129
You are configuring access policies for a Storage account. What happens when you set an expiration for a Shared Access Signature (SAS)?
AAccess is denied immediately
BAccess is granted permanently
CAccess expires at the set time
DAccess is granted after expiration
Explanation
The SAS access is only valid until the expiration time, unlike the incorrect options.
Q130
Which Azure service provides scalable cloud databases?
AAzure Cosmos DB
BAzure Blob Storage
CAzure Functions
DAzure Active Directory
Explanation
Azure Cosmos DB offers globally distributed, scalable database capabilities while others serve different purposes.