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
Questions 51–60 of 147
What happens when configuring an Azure Load Balancer with a misconfigured health probe?
-
A
Traffic is evenly distributed
-
B
Instances are marked as healthy
-
C
Traffic is routed to down instances
-
D
Load Balancer stops functioning
Explanation
Misconfigured health probes can lead to routing to unhealthy instances; other options imply normal operation.
Which service provides serverless compute capabilities?
-
A
Azure Functions
-
B
Azure Blob Storage
-
C
Azure SQL Database
-
D
Azure Virtual Machines
Explanation
Azure Functions enables serverless compute, while others are different services.
A company needs to send alerts based on Azure metrics. What should they use?
-
A
Azure Logic Apps
-
B
Azure Event Grid
-
C
Azure Monitor Alerts
-
D
Azure Application Insights
Explanation
Azure Monitor Alerts is specifically for metric-based alerts.
You are configuring Azure Storage. What happens if you choose hot access tier?
-
A
High cost for storage
-
B
Low access latency
-
C
Reduced durability
-
D
Limited data transfer
Explanation
Hot access tier offers low latency but at a higher cost.
Which service would you use to manage APIs in Azure?
-
A
Azure API Management
-
B
Azure Functions
-
C
Azure App Service
-
D
Azure Logic Apps
Explanation
Azure API Management is designed specifically for managing APIs, while the others serve different roles.
A company needs to store unstructured data and allows for scalable storage. Which service should they use?
-
A
Azure SQL Database
-
B
Azure Blob Storage
-
C
Azure Cosmos DB
-
D
Azure Table Storage
Explanation
Azure Blob Storage is designed for unstructured and scalable storage, whereas the others are more structured.
What happens when an Azure Function exceeds its timeout limit?
-
A
It continues executing quietly.
-
B
It is automatically retried.
-
C
It is killed and logs the error.
-
D
It sends a notification to admin.
Explanation
When timeout exceeds, Azure Functions stop execution and log an error, while the others describe incorrect behaviors.
Which Azure service is best for managing containerized applications?
-
A
Azure Kubernetes Service
-
B
Azure App Service
-
C
Azure Logic Apps
-
D
Azure Functions
Explanation
Azure Kubernetes Service provides orchestration for containers, unlike the others.
A company needs to securely store secrets used in an application. Which Azure service should they use?
-
A
Azure Blob Storage
-
B
Azure Key Vault
-
C
Azure Table Storage
-
D
Azure SQL Database
Explanation
Azure Key Vault is specifically designed for managing secrets and keys securely.
You are configuring an Azure Function to process messages from a Service Bus Queue. What happens if the function fails to process a message?
-
A
Message is deleted immediately
-
B
Message will be retried
-
C
Message is lost
-
D
Message is sent to a dead letter queue
Explanation
Messages that fail processing can be moved to a dead letter queue for later examination.