Microsoft Azure

Developing Solutions for Microsoft Azure

AZ-204
Popular

The AZ-204 exam assesses your ability to develop solutions on Microsoft Azure.

147 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 71–80 of 147

Q71

What happens when you enable Azure Storage Account firewall rules without adding your IP address?

  • A Access is denied.
  • B Access is granted.
  • C Only public access allowed.
  • D Service 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?

  • A Use separate storage accounts.
  • B Implement Azure Active Directory.
  • C Utilize database sharding.
  • D Create 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?

  • A Azure Logic Apps
  • B Azure Blob Storage
  • C Azure Functions
  • D Azure 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?

  • A Azure Virtual Machine
  • B Azure Container Instances
  • C Azure Functions
  • D Azure 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?

  • A User can only access specific resources
  • B User gains access to nested resources
  • C User loses access to all resources
  • D User 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?

  • A Azure Functions
  • B Azure App Service
  • C Azure Virtual Machines
  • D Azure 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?

  • A Azure Blobs
  • B Azure Table Storage
  • C Azure SQL Database
  • D Azure Cosmos DB
Explanation Azure Blobs is ideal for unstructured data storage.
Q78

What happens when you set an Azure Function's timeout to zero?

  • A It runs indefinitely.
  • B It always fails immediately.
  • C It runs for 10 minutes.
  • D It 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?

  • A Azure Key Vault
  • B Azure CDN
  • C Azure SQL Database
  • D Azure 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?

  • A Azure Logic Apps
  • B Azure Functions
  • C Azure App Service
  • D Azure Data Factory
Explanation Azure Functions are event-driven, suitable for storage events.