AZ-204 Exam Question 131

You are developing an Azure Function App that runs in an App Service Plan. The Azure Function is triggered by a Timer object. You observe that the Azure Function does not reliably trigger when scheduled. Which two actions should you perform?
  • AZ-204 Exam Question 132

    You are a developer for a Software as a Service (SaaS) company. You develop solutions that provide the ability to send notifications by using Azure Notification Hubs.
    You need to create sample code that customers can use as a reference for how to send raw notifications to Windows Push Notification Services (WNS) devices. The sample code must not use external packages.
    How should you complete the code segment? 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.

    AZ-204 Exam Question 133

    You have an existing Azure storage account that stores large volumes of data across multiple containers.
    You need to copy all data from the existing storage account to a new storage account. The copy process must meet the following requirements:
    * Automate data movement.
    * Minimize user input required to perform the operation.
    * Ensure that the data movement process is recoverable.
    What should you use?
  • AZ-204 Exam Question 134

    You are developing an application that runs in several customer Azure Kubernetes Service clusters, within each cluster, a pod runs that collects performance data to be analyzed later, a large amount of data is collected so saving latency must be minimized The performance data must be stored so that pod restarts do not impact the stored data. Write latency should be minimized.
    You need to configure blob storage.
    How should you complete the YAML configuration? To answer, select the appropriate options in the answer area.

    AZ-204 Exam Question 135

    You need to retrieve all order line items from Order.json and sort the data alphabetically by the city.
    How should you complete the code? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.