Online Access Free AZ-200 Exam Questions
Exam Code: | AZ-200 |
Exam Name: | Microsoft Azure Developer Core Solutions |
Certification Provider: | Microsoft |
Free Question Number: | 64 |
Posted: | Sep 10, 2025 |
A company provides web app hosting services for customers.
You have a set of App Service Plans available to deploy resources for new projects. The available service tiers are shown in the Service Tiers exhibit. (Click the Service Tiers tab.)
You must provision resources for the projects as shown in the Projects exhibit. (Click the Projects tab.)
The AdventureWorks project requires the use of deployment slots as shown in the Deployment Slots exhibit.
(Click the Deployment Slots tab.)
You need to determine where to deploy resources for each project.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
You are expanding an existing on-premises application to connect to several applications in the cloud. You have the following requirements:
* Automate various business processes and send data to multiple SaaS and
* Use workflows and a publish-subscribe model
* Prohibit changes to the on-premises application
You need to create a solution.
What should you use?
Note: This question is part of a series of questions that present the same scenario solution meets the stated goals.
You have the following resource groups:
Developers must connect to DevServer only through DevWorkstation. To maintain security, DevServer must not accept connections from the internet You need to create a private connection between the DevWorkstation and DevServer.
Solution: Configure a public IP address on DevServer_WestCentral. Configure the Network Security Group to allow all incoming ports.
Does the solution meet the goal?
You are developing an Azure web application to store and archive patient medical records in Azure. You need to configure data storage to meet the following policies:
* Ensure that you can configure a retention period for patient records.
* Archived data must be readable.
* Archived data must not be modified or deleted.
Which Azure storage service should you use?
You have an Azure Batch project that processes and converts files and stores the files in Azure storage. You are developing a function to start the batch job.
You add the following parameters to the function:
You must ensure that converted files are placed in the container referenced by the outputContainerSasUrl parameter. Files which fail to convert are placed in the container referenced by the failedContainerSasUrt parameter.
You need to ensure the files are correctly processed.
How should you complete the code segment? To answer, select the appropriate options in the answer area.