AZ-204 Exam Question 56

You are developing a .NET Core MVC application for customers to research hotels. The application will use Azure 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.

AZ-204 Exam Question 57

You need to correct the RequestUserApproval Function app error.
What should you do?
  • AZ-204 Exam Question 58

    A company develops a series of mobile games. All games use a single leaderboard service.
    You have the following requirements:
    *Code should be scalable and allow for growth.
    *Each record must consist of a playedId, gameId, score, and time played.
    *When users reach a new high score, the system will save the new score using the SaveScore function below.
    *Each game is assigned and Id based on the series title.
    You have the following code. (Line numbers are included for reference only.) You store customer information in an Azure Cosmos database. The following data already exists in the database:

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 59

    You must implement Application Insights instrumentation capabilities utilizing the Azure Mobile Apps SDK to provide meaningful analysis of user interactions with a mobile 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.
  • AZ-204 Exam Question 60

    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.