Microsoft Certified: Azure Developer Associate
Validates expertise in designing, building, testing, and maintaining cloud applications and services on Azure. This associate-level certification covers developing Azure compute solutions including containerized apps, App Service web apps, and Azure Functions, developing for Azure storage with Cosmos DB and Blob Storage, implementing Azure security with Microsoft Identity platform, Microsoft Entra ID, and Key Vault, monitoring and troubleshooting solutions with Application Insights, and integrating Azure and third-party services through API Management, Event Grid, Event Hubs, Service Bus, and Queue Storage. Requires at least two years of programming experience and proficiency with Azure SDKs, CLI, and PowerShell.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Develop Azure compute solutionsmedium
A platform team is rolling out an HTTP-triggered Azure Function whose executions occasionally run longer than the functionTimeout value set in host.json, and an SRE is being asked what the runtime does when a single execution exceeds that duration. Per the Azure Functions scale and hosting documentation, which option matches?
- A.The execution is checkpointed and automatically resumed on a new worker until it eventually completes.
- B.The execution stops with a timeout error and the language worker process restarts, ending the call.Correct answer
- C.The execution is moved to a lower-priority queue and retried later at a reduced billing rate.
Sources
Questions are grounded in 150 references from official and authoritative materials.