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: Each correct selection is worth one point.
DRAG DROP -You are developing a solution for a hospital to support the following use cases:โ The most recent patient status details must be retrieved even if multiple users in different locations have updated the patient record.โ Patient health monitoring data retrieved must be the current version or the prior version.โ After a patient is discharged and all charges have been assessed, the patient billing record contains the final charges.You provision a Cosmos DB NoSQL database and set the default consistency level for the database account to Strong. You set the value for Indexing Mode toConsistent.You need to minimize latency and any impact to the availability of the solution. You must override the default consistency level at the query level to meet the required consistency guarantees for the scenarios.Which consistency levels should you implement? To answer, drag the appropriate consistency levels to the correct requirements. Each consistency level 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:
HOTSPOT -You are creating a CLI script that creates an Azure web app related services in Azure App Service. The web app uses the following variables:You need to automatically deploy code from GitHub to the newly created web app.How should you complete the script? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -You are developing an Azure Web App. You configure TLS mutual authentication for the web app.You need to validate the client certificate in the web app. To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
DRAG DROP -You are developing a .NET Core model-view controller (MVC) application hosted on Azure for a health care system that allows providers access to their information.You develop the following code:You define a role named SysAdmin.You need to ensure that the application meets the following authorization requirements:โ Allow the ProviderAdmin and SysAdmin roles access to the Partner controller regardless of whether the user holds an editor claim of partner.โ Limit access to the Manage action of the controller to users with an editor claim of partner who are also members of the SysAdmin role.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.Select and Place:
HOTSPOT -You are developing a .NET Core MVC application for customers to research hotels. The application will useAzure Search. The application will search the index by using various criteria to locate documents related to hotels. The index will include search fields for rate, a list of amenities, and distance to the nearest airport.The application must support the following scenarios for specifying search criteria and organizing results:โ Search the index by using regular expressions.โ Organize results by counts for name-value pairs.โ List hotels within a specified distance to an airport and that fall within a specific price range.You need to configure the SearchParameters class.Which properties should you configure? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area: