AZ-204 Exam Question 11

You are developing a solution that will use a multi-partitioned Azure Cosmos DB database. You plan to use the latest Azure Cosmos DB SDK for development.
The solution must meet the following requirements:
* Send insert and update operations to an Azure Blob storage account.
* Process changes to all partitions immediately.
* Allow parallelization of change processing.
You need to process the Azure Cosmos DB operations.
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
  • AZ-204 Exam Question 12

    A company is developing a mobile app for field service employees using Azure App Service Mobile Apps as the backend.
    The company's network connectivity varies throughout the day. The solution must support offline use and synchronize changes in the background when the app is online app.
    You need to implement the solution.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 13

    You develop and add several functions to an Azure Function app that uses the latest runtime host. The functions contain several REST API endpoints secured by using SSL. The Azure Function app runs in a Consumption plan.
    You must send an alert when any of the function endpoints are unavailable or responding too slowly.
    You need to monitor the availability and responsiveness of the functions.
    What should you do?
  • AZ-204 Exam Question 14

    You deploy an Azure App Service web app. You create an app registration for the app in Azure Active Directory (Azure AD) and Twitter. the app must authenticate users and must use SSL for all communications.
    The app must use Twitter as the identity provider. You need to validate the Azure AD request in the app code.
    What should you validate?
  • AZ-204 Exam Question 15

    You are developing an online game that allows players to vote for their favorite photo that illustrates a word.
    The game is built by using Azure Functions and uses durable entities to track the vote count The voting window is 30 seconds. You must minimize latency.
    You need to implement the Azure Function for voting.
    How should you complete the code? To answer, select the appropriate options in the answer area.