HOTSPOT You are developing a solution that requires serverless code execution in Azure. The solution has two functions that must run in a specific order. You need to ensure that the second function can use the output from the first…

HOTSPOT You are developing an Azure Function that will be triggered using a webhook from an external application. The Azure Function will receive JSON data in the body of the request. Calling applications send an account ID as part of…

HOTSPOT You are developing an SMS-based testing solution. The solution sends users a question by using SMS. Early responders may qualify for prizes. Users must respond with an answer choice within 90 seconds. You must be able to track how…

DRAG DROP You are developing a multi-tenant ASP.NET Core application that will be hosted on Azure. The application will support multiple database platforms, including Azure SQL and on-premises SQL Server instances. You need to ensure that the application supports distributed…

You have implemented code that uses elastic transactions spanning across three different Azure SQL Database logical servers. Database administrators report that some transactions take longer to complete than expected. You need to use the correct tool to monitor all the…

HOTSPOT Contoso, Ltd hosts the following ASP.NET workloads in Azure: Users of the Sales software report mismatches between shown inventory at the time of sale and actual availability. Transactions across two systems result in inconsistent reads and writes. You encapsulate…

HOTSPOT You have a cloud solution that uses an Azure Functions consumption plan to scale hundreds of processes. A portion of the code is shown below. (Line numbers are included for reference only.) For each of the following statements, select…