Microsoft Certified: Azure Developer Associate Study Guide 2026

Everything you need to pass the Microsoft Certified: Azure Developer Associate exam in one place: the exam format, every topic to study, real practice questions with explanations, flashcards, and full-length practice tests. Free, no sign-up needed.

📋 Microsoft Certified: Azure Developer Associate Exam Format at a Glance

40
Questions
120 min
Time Limit
70%
Passing Score

📚 Microsoft Certified: Azure Developer Associate Topics to Study (21)

✍️ Sample Microsoft Certified: Azure Developer Associate Questions & Answers

1. To pull a container image from Azure Container Registry into an App Service Web App, which identity type is recommended?
System-assigned managed identity

A system-assigned managed identity on the App Service eliminates stored credentials and grants ACR pull permissions via RBAC.

2. Which consistency level in Azure Cosmos DB provides the strongest consistency guarantee?
Strong

Strong consistency ensures linearizability, meaning reads always return the most recent committed version of an item.

3. What is the recommended approach for rotating a Key Vault secret used by an Azure Function without downtime?
Use Key Vault secret versioning with the latest version URI and allow App Service Key Vault references to auto-refresh

Using the `latest` version URI in Key Vault references lets App Service/Functions automatically pick up the new secret version without restarts.

4. Which Azure Service Bus class in the .NET SDK is used to send and receive messages in the modern (`Azure.Messaging.ServiceBus`) package?
ServiceBusClient with ServiceBusSender/ServiceBusReceiver

The modern SDK uses `ServiceBusClient` to create `ServiceBusSender` and `ServiceBusReceiver` instances, replacing the legacy `QueueClient`.

5. What is the default maximum execution timeout for an Azure Function running on the Consumption plan?
10 minutes

On the Consumption plan, Azure Functions default to a 5-minute timeout but the maximum allowed is 10 minutes.

6. Which partition key choice would result in the BEST throughput distribution in a Cosmos DB container storing IoT sensor readings?
deviceId

Using deviceId distributes data evenly across logical partitions since each device generates a unique stream of readings, avoiding hot partitions.

🎯 Free Microsoft Certified: Azure Developer Associate Practice Tests

📖 Microsoft Certified: Azure Developer Associate Guides & Articles

Your Microsoft Certified: Azure Developer Associate Study Path
1. Learn with Flashcards → 2. Drill Practice Tests → 3. Take the Full Exam Simulation