HOTSPOT -You are working for a company that designs mobile applications. They maintain a server where player records are assigned to their different games. The tracking system is new and in development.The application uses Entity Framework to connect to an Azure Database. The database holds a Player table and Game table.When adding a player, the code should insert a new player record, and add a relationship between an existing game record and the new player record.The application will call CreatePlayerWithGame with the correct gameIdand the playerId to start the process. (Line numbers are included for reference only.)For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point.Hot Area:
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?
HOTSPOT -You are developing an app that manages users for a video game. You plan to store the region, email address, and phone number for the player. Some players may not have a phone number. The player's region will be used to load-balance data.Data for the app must be stored in Azure Table Storage.You need to develop code to retrieve data for an individual player.How should you complete the code? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -You are developing a data storage solution for a social networking app.The solution requires a mobile app that stores user information using Azure Table Storage.You need to develop code that can insert multiple sets of user information.How should you complete the code? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
You must implement Application Insights instrumentation capabilities utilizing the Azure Mobile Apps SDK to provide meaningful analysis of user interactions with a molbile app.You need to capture the data required to implement the Usage Analytics feature of Application Insights.Which three data values should you capture? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
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: