AZ-204 Exam Question 91

You are developing a mobile instant messaging app for a company.
The mobile app must meet the following requirements:
* Support offline data sync.
* Update the latest messages during normal sync cycles.
You need to implement Offline Data Sync.
Which two actions should you perform? Each conn I answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • AZ-204 Exam Question 92

    You need to retrieve the database connection string.
    Which values 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 93

    You are developing a ticket reservation system for an airline.
    The storage solution for the application must meet the following requirements:
    * Ensure at least 99.99% availability and provide low latency.
    * Accept reservations event when localized network outages or other unforeseen failures occur.
    * Process reservations in the exact sequence as reservations are submitted to minimize overbooking or selling the same seat to multiple travelers.
    * Allow simultaneous and out-of-order reservations with a maximum five-second tolerance window.
    You provision a resource group named airlineResourceGroup in the Azure South-Central US region.
    You need to provision a SQL SPI Cosmos DB account to support the app.
    How should you complete the Azure CLI commands? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 94

    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 a software as a service (SaaS) offering to manage photographs. Users upload photos to a web service which then stores the photos in Azure Storage Blob storage. The storage account type is General-purpose V2.
    When photos are uploaded, they must be processed to produce and save a mobile-friendly version of the image. The process to produce a mobile-friendly version of the image must start in less than one minute.
    You need to design the process that starts the photo processing.
    Solution: Create an Azure Function app that uses the Consumption hosting model and that is triggered from the blob upload.
    Does the solution meet the goal?
  • AZ-204 Exam Question 95

    You are building a web application that performs image analysis on user photos and returns metadata containing objects identified. The image is very costly in terms of time and compute resources. You are planning to use Azure Redis Cache so duplicate uploads do not need to be reprocessed.
    In case of an Azure data center outage, metadata loss must be kept to a minimum. You need to configure the Azure Redis cache instance.
    Which two actions should you perform?