Which two dependency telemetry properties should you use?
You are developing an ASP.NET Core Web API web service. The web service uses Azure Application Insights for all telemetry and dependency tracking. The web service reads and writes data to a database other than Microsoft SQL Server. You need to ensure that dependency tracking works for calls to the...
Which CRDs should you configure?
Drag and Drop Question You are a developer for a software as a service (SaaS) company that uses an Azure Function to process orders. The Azure Function currently runs on an Azure Function app that is triggered by an Azure Storage queue. You are preparing to migrate the Azure Function...
Which two actions should you perform?
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...
What should you use?
Drag and Drop Question You manage several existing Logic Apps. You need to change definitions, add new logic, and optimize these apps on a regular basis. What should you use? To answer, drag the appropriate tools to the correct functionalities. Each tool may be used once, more than once, or...
Which of the following would you implement for the Subscription - AllOrders?
A company is implementing an order processing system. The orders are going to be published to an Azure Service Bus topic. The properties of the messages that would be sent are as follows: The following subscriptions will be created. The requirement for each subscription is also given: You need to...
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...