You develop an Azure web app. You monitor performance of the web app by using Application Insights.
You develop an Azure web app. You monitor performance of the web app by using Application Insights. You need to ensure the cost for Application Insights does not exceed a preset budget. What should you do? A. Implement ingestions sampling using the Application Insights SDK. B. Set a daily cap for the Application Insights instance. […]
Does the solution meet the goal?
You need to ensure that the SecurityPin security requirements are met. Solution: Using the Azure Portal, add Data Masking to the SecurityPin column, and exclude the dbo user. Add a SQL security policy with a filter predicate based on the user identity. Does the solution meet the goal? A. Yes B. No Explanation: Instead of […]
You need to ensure that the SecurityPin security requirements are met.
You need to ensure that the SecurityPin security requirements are met. Solution: Enable Always Encrypted for the SecurityPin column using a certificate based on a trusted certificate authority. Update the Getting Started document with instructions to ensure that the certificate is installed on user machines. Does the solution meet the goal? A. Yes B. No […]
You need to meet the LabelMaker application security requirement.
You need to meet the LabelMaker application security requirement. What should you do? A. Create a conditional access policy and assign it to the Azure Kubernetes Service cluster. B. Place the Azure Active Directory account into an Azure AD group. Create a ClusterRoleBinding and assign it to the group. C. Create a RoleBinding and assign […]
Case Study This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions […]
You use Azure Table storage to store customer information for an application. The data contains customer detai
You use Azure Table storage to store customer information for an application. The data contains customer details and is partitioned by last name. You need to create a query that returns all customers with the last name Smith. Which code segment should you use? A. TableQuery.GenerateFilterCondition(“PartitionKey”, Equals, “Smith”) B. TableQuery.GenerateFilterCondition(“LastName”, Equals, “Smith”) C. TableQuery.GenerateFilterCondition(“PartitionKey”, QueryComparisons.Equal, […]
Which three actions should you perform? Each correct answer presents part of the solution.
Case Study This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions […]
You are developing a mobile instant messaging app for a company.
You are developing a mobile instant messaging app for a company. The mobile app must meet the following requirements: • Support offline data sync. • Update the latest messages during normal sync cycles. You need to implement Offline Data Sync. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: […]
You develop a serverless application using several Azure Functions. These functions connect to data from withi
You develop a serverless application using several Azure Functions. These functions connect to data from within the code. You want to configure tracing for an Azure Function App project. You need to change configuration settings in the host.json file. Which tool should you use? A. Visual Studio B. Azure portal C. Azure PowerShell D. Azure […]
You develop a website. You plan to host the website in Azure. You expect the website to experience high traffi
You develop a website. You plan to host the website in Azure. You expect the website to experience high traffic volumes after it is published. You must ensure that the website remains available and responsive while minimizing cost. You need to deploy the website. What should you do? A. Deploy the website to a virtual […]