Question 391

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You develop and deploy an Azure App Service API app to a Windows-hosted deployment slot named Development. You create additional deployment slots named Production. You enable auto swap on the Production deployment slot.
You need to ensure that scripts run and resources are available before a swap operation occurs.
Solution: Enable auto swap for the Testing slot. Deploy the app to the Testing slot.
Does the solution meet the goal?
  • Question 392

    You are developing an Azure App Service hosted ASP.NET Core web app to deliver video on-demand streaming medi a. You enable an Azure Content Delivery Network (CDN) Standard for the web endpoint. Customer videos are downloaded from the web app by using the following example URL.: http://www.contoso.com/content.mp4?quality=1 All media content must expire from the cache after one hour. Customer videos with varying quality must be delivered to the closest regional point of presence (POP) node.
    You need to configure Azure CDN caching rules.
    Which options should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 393

    You are deploying an Azure Kubernetes Services (AKS) cluster that will use multiple containers.
    You need to create the cluster and verify that the services for the containers are configured correctly and available.
    Which four commands should you use to develop the solution? To answer, move the appropriate command segments from the list of command segments to the answer area and arrange them in the correct order.

    Question 394

    You need to add code at line PC32 in Processing.cs to implement the GetCredentials method in the Processing class.
    How should you complete the code? To answer, drag the appropriate code segments to the correct locations.
    Each code segment 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.

    Question 395

    A company is developing a Node.js web app. The web app code is hosted in a GitHub repository located at
    https://github.com/TailSpinToys/weapp.
    The web app must be reviewed before it is moved to production. You must deploy the initial code release to a deployment slot named review.
    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.