Online Access Free AZ-202 Exam Questions
Exam Code: | AZ-202 |
Exam Name: | Microsoft Azure Developer Certification Transition |
Certification Provider: | Microsoft |
Free Question Number: | 150 |
Posted: | Sep 05, 2025 |
Members of the finance department for a company review and make changes to a Microsoft Excel workbook that is hosted on OneDrive. The workbook contains projected costs and revenue for a project.
You need to develop an Azure Function that ingests data from the modified workbook and places it into a Microsoft Word document.
Which two objects should you implement? Each correct answer presents part of the solution.
NOTE: Each connect selection is worth one point.
DRAG DROP
You are developing an online order website that uses Azure Durable Functions- You develop the following processes for the website:
You need to identity what types of functions to use for each step of the process.
Which function types should you use? To answer, drag the appropriate function types to the correct operations. Each function type may be used once, more than once, or not at all.
You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
You need to identify what types of functions to use for each step of the process.
Which function types should you use? To answer, drag the appropriate function types to the correct operations. Each function type may be used once, more than once, or not at all.
You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
You are developing an Azure Durable Function instance. You need to add a delay by using a durable timer. What type of function should you use?
DRAG DROP
You need to ensure disaster recovery requirements are met.
What code should you add at line PC16?
To answer, drag the appropriate code fragments to the correct locations. Each code fragment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
You have an Azure App Service API that allows users to upload documents to the cloud with a mobile device. A mobile app connects to the service by using REST API calls. When new document is uploaded to the service, the service extracts the document metadata.
Usage statistics for the app show significant increases in app usage.
The extraction process is CPU-intensive. You plan to modify the API to use a queue.
You need to ensure that the solution scales, handles request spikes, and reduces costs between request spikes.
What should you do?