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 121–130 of 147

Q121

Which service helps manage serverless applications in Azure?

  • A Azure Functions
  • B Azure DevOps
  • C Azure Kubernetes
  • D Azure Static Web Apps
Explanation Azure Functions is designed for serverless applications; the others support different infrastructures.
Q122

A company needs to ensure that sensitive data is encrypted during its transit. Which Azure feature should they implement?

  • A Azure Active Directory
  • B Azure Blob Storage
  • C Azure Virtual Network
  • D Azure Application Gateway
Explanation Azure Application Gateway provides TLS termination, ensuring encrypted data in transit; the others do not focus on data encryption during transit.
Q123

You are configuring a service that will read and write messages frequently. Which Azure service would be the most effective solution for managing these message deliveries?

  • A Azure SQL Database
  • B Azure Table Storage
  • C Azure Service Bus
  • D Azure Cosmos DB
Explanation Azure Service Bus is specifically designed for message queueing; the others are components for data storage or databases without optimized messaging features.
Q124

Which service allows you to automate deployments in Azure?

  • A Azure DevOps
  • B Azure Storage
  • C Azure Functions
  • D Azure Virtual Machines
Explanation Azure DevOps provides CI/CD pipelines for automation, while the others focus on different functionalities.
Q125

A company needs secure API management with throttling. Which service should they use?

  • A Azure API Management
  • B Azure Application Insights
  • C Azure Functions
  • D Azure Logic Apps
Explanation Azure API Management offers throttling and security features, while the others serve different purposes.
Q126

What happens when you exceed your Azure Service Bus quota?

  • A Messages get automatically deleted
  • B New messages are rejected
  • C Service stops running
  • D Service gets upgraded
Explanation Exceeding the quota results in new messages being rejected, while the other options are incorrect responses.
Q127

Which service is best for serverless API development in Azure?

  • A Azure Functions
  • B Azure Virtual Machines
  • C Azure Kubernetes Service
  • D Azure SQL Database
Explanation Azure Functions enables serverless compute for APIs, while others are not serverless solutions.
Q128

A company wants to ensure only certain applications can access its Azure Storage account. What should they implement?

  • A Azure Key Vault
  • B Service Endpoints
  • C Azure Load Balancer
  • D Azure Traffic Manager
Explanation Service Endpoints allow specified applications to access Azure Storage securely, while the others do not provide similar functionality.
Q129

What happens when a message is sent to a queue in Azure Service Bus?

  • A It is deleted immediately.
  • B It becomes invisible to receivers.
  • C It is stored until received.
  • D It triggers an Azure Function.
Explanation Messages are stored in the queue until they are received, while the others describe incorrect behaviors.
Q130

Which service allows you to automate deployment pipelines in Azure?

  • A Azure DevOps
  • B Azure Monitor
  • C Azure Security Center
  • D Azure Functions
Explanation Azure DevOps is designed for CI/CD pipelines, while others focus on monitoring or serverless functions.