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 111–120 of 147

Q111

You are configuring Azure VNet peering. Which of the following statements is true concerning IP address range?

  • A Peered VNets can share IP ranges.
  • B Overlapping IP ranges are allowed.
  • C IP ranges must be unique.
  • D VNet peering only works with public IPs.
Explanation IP ranges must be unique to ensure connectivity and prevent conflicts in peering.
Q112

Which service is best for serving low-latency content globally?

  • A Azure CDN
  • B Azure Blob Storage
  • C Azure SQL Database
  • D Azure Functions
Explanation Azure CDN accelerates content delivery globally, unlike the other options, which serve different purposes.
Q113

A company needs to ensure secure connection strings in their application. What should they use?

  • A Azure Key Vault
  • B Azure App Service
  • C Azure Storage Account
  • D Azure Active Directory
Explanation Azure Key Vault securely stores secrets like connection strings, while others do not focus on secret management.
Q114

What happens when a user fulfills the quota of their Azure Blob Storage account?

  • A They can still write data
  • B No new data can be written
  • C They are charged extra fees
  • D All old data is deleted
Explanation When the quota is exceeded, new data cannot be written until space is freed up, unlike other options which are misleading.
Q115

Which service allows real-time event processing in Azure?

  • A Azure Functions
  • B Azure Data Factory
  • C Azure Event Hubs
  • D Azure Blob Storage
Explanation Azure Event Hubs allows real-time event processing, while the others serve different purposes.
Q116

A company needs to ensure their API has rate limiting. What Azure service should they use?

  • A Azure API Management
  • B Azure Logic Apps
  • C Azure Service Bus
  • D Azure Functions
Explanation Azure API Management provides built-in rate limiting features, whereas the others focus on different integration aspects.
Q117

What happens when you delete an Azure Storage account?

  • A Data is retained for 30 days
  • B Data is permanently lost immediately
  • C Account can be recovered for 7 days
  • D Only access keys are deleted
Explanation When deleted, data is retained for 30 days, allowing potential recovery, unlike immediate loss or only key deletion.
Q118

Which service is best for real-time data streaming processing?

  • A Azure Stream Analytics
  • B Azure Blob Storage
  • C Azure Data Lake
  • D Azure Functions
Explanation Azure Stream Analytics is designed specifically for real-time data processing, while the others serve different purposes.
Q119

A company needs to automatically scale its web app based on traffic. Which feature should they enable?

  • A Traffic Manager
  • B Auto-scaling
  • C Azure DevOps
  • D API Management
Explanation Auto-scaling allows the app to scale dynamically based on incoming traffic, unlike the other options.
Q120

What happens when an Azure Function's timeout is exceeded?

  • A Function retries automatically
  • B Function stops execution
  • C Function returns partial results
  • D Function logs a warning only
Explanation When an Azure Function's timeout exceeds, it stops execution to avoid consuming resources.