Question 46

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 are developing an Azure solution to collect point-of-sale fPOS) device data from 2,000 stores located throughout the world. A single device can produce 2 megabytes (MB) of data every 24 hours. Each store location has one to five devices that send data.
You must store the device data in Azure Blob storage. Device data must be correlated based on a device identifier. Additional stores are expected to open in the future.
You need to implement a solution to receive the device data.
Solution: Provision an Azure Event Hub. Configure the machine identifier as the partition key and enable capture.
  • Question 47

    You need to add code at line EG15 in EventGridController.cs to ensure that the Log policy applies to all services.
    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.

    Question 48

    You need to ensure that the solution can meet the scaling requirements for Policy Service.
    Which Azure Application Insights data model should you use?
  • Question 49

    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 are developing an Azure Service application that processes queue data when it receives a message from a mobile application. Messages may not be sent to the service consistently.
    You have the following requirements:
    * Queue size must not grow larger than 80 gigabytes (GB).
    * Use first-in-first-out (FIFO) ordering of messages.
    * Minimize Azure costs.
    You need to implement the messaging solution.
    Solution: Use the .Net API to add a message to an Azure Storage Queue from the mobile application. Create an Azure VM that is triggered from Azure Storage Queue events.
    Does the solution meet the goal?
  • Question 50

    You have an application that uses Azure Blob storage.
    You need to update the metadata of the blobs.
    Which three methods should you use to develop the solution? To answer, move the appropriate methods from the list of methods to the answer area and arrange them in the correct order.