DRAG DROP -Contoso, Ltd. provides an API to customers by using Azure API Management (APIM). The API authorizes users with a JWT token.You must implement response caching for the APIM gateway. The caching mechanism must detect the user ID of the client that accesses data for a given location and cache the response for that user ID.You need to add the following policies to the policies file:✑ a set-variable policy to store the detected user identity✑ a cache-lookup-value policy✑ a cache-store-value policy✑ a find-and-replace policy to update the response body with the user profile informationTo which policy section should you add the policies? To answer, drag the appropriate sections to the correct policies. Each section 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.Select and Place:
DRAG DROP -Your company has several websites that use a company logo image. You use Azure Content Delivery Network (CDN) to store the static image.You need to determine the correct process of how the CDN and the Point of Presence (POP) server will distribute the image and list the items in the correct order.In which order do the actions occur? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.Select and Place:
DRAG DROP -You plan to create a Docker image that runs as ASP.NET Core application named ContosoApp. You have a setup script named setupScript.ps1 and a series of application files including ContosoApp.dll.You need to create a Dockerfile document that meets the following requirements:✑ Call setupScript.ps1 when the container is built.✑ Run ContosoApp.dll when the container starts.The Docker document must be created in the same folder where ContosoApp.dll and setupScript.ps1 are stored.Which four commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.Select and Place:
You are developing a project management service by using ASP.NET. The service hosts conservations, files, to-do lists, and a calendar that users can interact with at any time.The application uses Azure Search for allowing users to search for keywords in the project data.You need to implement code that creates the object which is used to create indexes in the Azure Search service.Which two objects should you use? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
HOTSPOT -You are developing an app that manages users for a video game. You plan to store the region, email address, and phone number for the player. Some players may not have a phone number. The player's region will be used to load-balance data.Data for the app must be stored in Azure Table Storage.You need to develop code to retrieve data for an individual player.How should you complete the code? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -A company is developing a Java web app. The web app code is hosted in a GitHub repository located at https://github.com/Contoso/webapp.The web app must be evaluated before it is moved to production. You must deploy the initial code release to a deployment slot named staging.You need to create the web app and deploy the code.How should you complete the commands? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area: