What happens when you enable Azure Storage Account firewall rules without adding your IP address?
AAccess is denied.
BAccess is granted.
COnly public access allowed.
DService becomes unavailable.
Explanation
Enabling firewall rules without adding your IP blocks access to the storage account.
Q72
You are configuring an Azure App Service for a multi-tenant application. What should you do to ensure each tenant's data is isolated?
AUse separate storage accounts.
BImplement Azure Active Directory.
CUtilize database sharding.
DCreate unique containers per tenant.
Explanation
Using unique containers for each tenant ensures data isolation; the others do not provide complete isolation.
Q73
Which Azure service allows orchestration of workflows across different Azure services?
AAzure Logic Apps
BAzure Blob Storage
CAzure Functions
DAzure App Service
Explanation
Azure Logic Apps enable workflow orchestration, while the others focus on storage or application hosting.
Q74
A company needs a temporary environment for testing. What Azure solution should they use?
AAzure Virtual Machine
BAzure Container Instances
CAzure Functions
DAzure Blob Storage
Explanation
Azure Container Instances provide quick, isolated environments, unlike VMs which are more permanent and complex.
Q75
What happens when you assign a role to a user at the resource group level?
AUser can only access specific resources
BUser gains access to nested resources
CUser loses access to all resources
DUser can create new resource groups
Explanation
Assigning a role at the resource group level grants access to all resources within it, unlike the options suggesting limited or incorrect access rights.
Q76
Which service provides serverless event-driven computing in Azure?
AAzure Functions
BAzure App Service
CAzure Virtual Machines
DAzure Kubernetes Service
Explanation
Azure Functions is designed for event-driven scenarios, unlike the other options.
Q77
A company needs to store large amounts of unstructured data. Which Azure service should they use?
AAzure Blobs
BAzure Table Storage
CAzure SQL Database
DAzure Cosmos DB
Explanation
Azure Blobs is ideal for unstructured data storage.
Q78
What happens when you set an Azure Function's timeout to zero?
AIt runs indefinitely.
BIt always fails immediately.
CIt runs for 10 minutes.
DIt requires an explicit end time.
Explanation
A timeout of zero allows the function to run indefinitely.
Q79
Which service is used for managing application secrets?
AAzure Key Vault
BAzure CDN
CAzure SQL Database
DAzure DevOps
Explanation
Azure Key Vault securely stores secrets, unlike the other services.
Q80
A company needs to run an application in response to events from a storage account. What should they use?
AAzure Logic Apps
BAzure Functions
CAzure App Service
DAzure Data Factory
Explanation
Azure Functions are event-driven, suitable for storage events.