AZ-204 Exam Question 266

You are building a traffic monitoring system that monitors traffic along six highways. The system produces time series analysis-based reports for each highway. Data from traffic sensors are stored in Azure Event Hub.
Traffic data is consumed by four departments. Each department has an Azure Web App that displays the time-series-based reports and contains a WebJob that processes the incoming data from Event Hub. All Web Apps run on App Service Plans with three instances.
Data throughout must be maximized. Latency must be minimized.
You need to implement the Azure Event Hub.
Which settings should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-204 Exam Question 267

A team has created an Index in the Azure Search service. You have to upload data into the Index. You propose the following steps to carry out from your .Net program
- Create a SearchlndexClient object to connect to the search index.
- Create a DataContainer that contains the documents which must be added.
- Create a DataSource instance and set its Container property to the DataContainer
- Call the Documents.Search method of the SearchlndexClient and pass the DataSource.
Does the list of steps fulfil the requirement?
  • AZ-204 Exam Question 268

    You develop an Azure solution that uses Cosmos DB.
    The current Cosmos DB container must be replicated and must use a partition key that is optimized for queries.
    You need to implement a change feed processor solution.
    Which change feed processor components should you use? To answer, drag the appropriate components to the correct requirements. Each component 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 the content.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 269

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
    You are developing and deploying several ASP.Net web applications to Azure App Service. You plan to save session state information and HTML output. You must use a storage mechanism with the following requirements:
    * Share session state across all ASP.NET web applications
    * Support controlled, concurrent access to the same session state data for multiple readers and a single writer
    * Save full HTTP responses for concurrent requests
    You need to store the information.
    Proposed Solution: Add the web applications to Docker containers. Deploy the containers. Deploy the containers to Azure Kubernetes Service (AKS).
    Does the solution meet the goal?
  • AZ-204 Exam Question 270

    You are developing a serverless Java application on Azure. You create a new Azure Key Vault to work with secrets from a new Azure Functions application.
    The application must meet the following requirements:
    * Reference the Azure Key Vault without requiring any changes to the Java code.
    * Dynamically add and remove instances of the Azure Functions host based on the number of incoming application events.
    * Ensure that instances are perpetually warm to avoid any cold starts.
    * Connect to a VNet.
    * Authentication to the Azure Key Vault instance must be removed if the Azure Function application is deleted.
    You need to grant the Azure Functions application access to the Azure Key Vault.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.