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 141–147 of 147

Q141

What happens when a user creates a resource in Azure that exceeds the allowed region limits?

  • A The resource is created successfully
  • B The user receives an error
  • C Azure automatically increases the limit
  • D The user is notified by email
Explanation When users exceed the resource limits, Azure blocks the creation and returns an error message, while the other options do not reflect Azure's behavior.
Q142

Which service can be used for serverless computing?

  • A Azure Functions
  • B Azure Virtual Machines
  • C Azure Blob Storage
  • D Azure SQL Database
Explanation Azure Functions provides event-driven, serverless computing, while the others are traditional services that require managing servers.
Q143

A company needs to store environment configuration securely. Which Azure service should they use?

  • A Azure Key Vault
  • B Azure Blob Storage
  • C Azure Monitor
  • D Azure SQL Database
Explanation Azure Key Vault is specifically designed for securely storing secrets and configurations, while the others serve different purposes.
Q144

What happens when a user attempts to access a resource without adequate permissions?

  • A Access is granted automatically
  • B A denial message is shown
  • C This action triggers MFA
  • D User is redirected to help page
Explanation When permissions are insufficient, access is denied, while the other options are incorrect processes for access control.
Q145

Which Azure service is designed for event streaming?

  • A Azure Event Hubs
  • B Azure Data Lake
  • C Azure SQL Database
  • D Azure Blob Storage
Explanation Azure Event Hubs is specifically built for handling real-time event streaming, while others serve different purposes.
Q146

A company needs to analyze logs from several Azure resources in real time. Which service should they use?

  • A Azure Logic Apps
  • B Azure Monitor
  • C Azure Functions
  • D Azure Storage Accounts
Explanation Azure Monitor provides centralized logging and analysis for Azure services, unlike the other options that focus on automation or raw data storage.
Q147

You are configuring Azure App Service for deployment slots. What is a benefit of using them?

  • A Improved data durability
  • B Automatic scaling of resources
  • C Testing new versions without downtime
  • D Enhanced security for applications
Explanation Deployment slots allow for testing new versions of apps without any downtime, while the other options do not pertain specifically to deployment slots.