Hotspot Question
Hotspot Question You are using Azure Front Door Service. You are expecting inbound files to be compressed by using Brotli compression. You discover that inbound XML files are not compressed. The files are 9 megabytes (MB) in size. You need to determine the root cause for the issue. To answer,...
Which configuration options should you use?
Case Study 1 Current environment Windows Server 2016 virtual machine The virtual machine (VM) runs BizTalk Server 2016. The VM runs the following workflows: - Ocean Transport C This workflow gathers and validates container information including container contents and arrival notices at various shipping ports. - Inland Transport C This...
Which settings should you use?
Hotspot Question You are building a traffic monitoring system that monitors traffic along six highways. The system produces time series analysis-based reports for each highway. Data from traffic sensors are stored in Azure Event Hub. Traffic data is consumed by four departments. Each department has an Azure Web App that...
How should you complete the script?
Hotspot Question You are creating a CLI script that creates an Azure web app and related services in Azure App Service. The web app uses the following variables: You need to automatically deploy code from Git-Hub to the newly created web app. How should you complete the script? To answer,...
What is Durable Functions?
What is Durable Functions?A . Durable Functions is an extension of Azure Functions, that allow you to simplify complex stateful executions in a serverless-environmentB . Durable Functions is a logical container for a single workflow that you define using triggers and actions.C . Durable Functions is a serverless compute service...
How should you complete the CLI commands?
Case Study 2 - Coho Winery LabelMaker app Coho Winery produces bottles, and distributes a variety of wines globally. You are developer implementing highly scalable and resilient applications to support online order processing by using Azure solutions. Coho Winery has a LabelMaker application that prints labels for wine bottles. The...
Does the solution meet the goal?
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...
What are two possible ways to achieve the goal?
You are developing a solution that will use Azure messaging services. You need to ensure that the solution uses a publish-subscribe model and eliminates the need for constant polling. What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is...
Which command should you use?
Case Study 2 Requirements ContentAnalysisService The company’s data science group built ContentAnalysisService which accepts user generated content as a string and returns a probable value for inappropriate content. Any values over a specific threshold must be reviewed by an employee of Contoso, Ltd. You must create an Azure Function named...
Which of the following is an advantage of using bindings in your Azure Functions to access data sources and data sinks?
Which of the following is an advantage of using bindings in your Azure Functions to access data sources and data sinks?A . They provide access to more data sources than are available using code.B . They let you connect to Azure resources without authentication.C . They simplify the connection process;...