AZ-204 Exam Question 41

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 42

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You develop an HTTP triggered Azure Function app to process Azure Storage blob data. The app is triggered using an output binding on the blob.
The app continues to time out after four minutes. The app must process the blob data.
You need to ensure the app does not time out and processes the blob data.
Solution: Update the functionTimeout property of the host.json project file to 10 minutes.
Does the solution meet the goal?
  • AZ-204 Exam Question 43

    You are developing a solution to store documents in Azure Blob storage. Customers upload documents to multiple containers. Documents consist of PDF, CSV, Microsoft Office format, and plain text files.
    The solution must process millions of documents across hundreds of containers. The solution must meet the following requirements:
    * Document must the categorized by a customer identifier as they are uploaded to the storage account.
    * Allow filtering by the customer identifier.
    * Allow searching of information contained within a document.
    * Minimize costs.
    You created and configure a standard general-purpose v2 storage account to support the solution.
    You need to implement the solution.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 44

    You are developing a web application that uses Azure Cache for Redis. You anticipate that the cache will frequently fill and that you will need to evict keys.
    You must configure Azure Cache for Redis based on the following predicted usage pattern: A small subset of elements will be accessed much more often than the rest.
    You need to configure the Azure Cache for Redis to optimize performance for the predicted usage pattern.
    Which two eviction policies will achieve the goal?
    NOTE: Each correct selection is worth one point.
  • AZ-204 Exam Question 45

    You are Implmenting an Azure solution that uses Azure Cosmos DB and the latest Azure Cosmos DB SDK.
    You add a change feed processor to a new container instance.
    You attempt to lead a batch of 100 documents. The process falls when reading one of the documents. The solution must monior the progress of the change feed processor instance on the new container as the change feed is read. You must prevent the change feed processor from retrying the entire batch when one document cannot be read.
    You need to implement the change feed processor to read the documents.
    Which features should you use? To answer, drag the appropriate features to the correct requirements. Each feature may be used once, More than once, or not at all. You may need to drag The split bat between panes or scroll to view content Each correct selection is worth one point