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 31–40 of 147

Q31

Which service is used to create serverless applications in Azure?

  • A Azure Functions
  • B Azure App Service
  • C Azure Blob Storage
  • D Azure Virtual Machines
Explanation Azure Functions is specifically designed for serverless applications, while others serve different purposes.
Q32

A company needs to store sensitive data and ensure compliance with GDPR. Which Azure service should they use?

  • A Azure Blob Storage
  • B Azure SQL Database
  • C Azure Table Storage
  • D Azure Data Lake Storage
Explanation Azure SQL Database supports advanced security features, necessary for GDPR compliance, unlike the others.
Q33

What happens when an Azure Function is set to run on a timer trigger every hour?

  • A It runs every minute.
  • B It runs every hour.
  • C It requires manual execution.
  • D It runs only once.
Explanation A timer trigger configured for hourly execution ensures the function runs at that interval, not more or less.
Q34

Which service automatically scales based on demand?

  • A Azure App Service
  • B Azure Virtual Machines
  • C Azure Functions
  • D Azure Blob Storage
Explanation Azure Functions can auto-scale based on load, while other options require manual scaling.
Q35

A company needs to create a workflow that triggers alerts when specific events occur in Azure resources. Which service should they use?

  • A Azure Logic Apps
  • B Azure Automation
  • C Azure Data Factory
  • D Azure DevOps
Explanation Azure Logic Apps is designed for event-driven workflows and integrations, unlike the other options.
Q36

What happens when you configure an Azure Function with a premium plan?

  • A It becomes stateless.
  • B It can use VNET integration.
  • C It limits execution time.
  • D It disables auto-scaling.
Explanation Premium plans allow VNET integration, while other options misrepresent function capabilities.
Q37

Which Azure service is primarily used for message queuing?

  • A Azure Service Bus
  • B Azure Blob Storage
  • C Azure Cosmos DB
  • D Azure VPN Gateway
Explanation Azure Service Bus is specifically designed for reliable message queuing, while the others serve different purposes.
Q38

A company needs to securely store application secrets, which Azure service should they use?

  • A Azure Key Vault
  • B Azure Blob Storage
  • C Azure Virtual Machines
  • D Azure SQL Database
Explanation Azure Key Vault is designed for managing application secrets securely, whereas the others do not focus on secret management.
Q39

What happens when a running Azure Function times out?

  • A Function continues running in background
  • B Function returns error response immediately
  • C Function restarts from the beginning
  • D Function execution is silently terminated
Explanation An Azure Function that times out is terminated without any additional notification, while the other options misrepresent function behavior.
Q40

Which service is best for running event-driven architectures in Azure?

  • A Azure Functions
  • B Azure Logic Apps
  • C Azure App Service
  • D Azure Virtual Machines
Explanation Azure Functions is designed for event-driven architectures, while others serve different purposes.