Question 221

You have an Azure Batch project that processes and converts files and stores the files in Azure storage. You are developing a function to start the batch job.
You add the following parameters to the function.

You must ensure that converted files are placed in the container referenced by the outputContainerSasUrl parameter. Files which fail to convert are places in the container referenced by the failedContainerSasUrl parameter.
You need to ensure the files are correctly processed.
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.

Question 222

You are developing an application to manage shipping information for cargo ships. The application will use Azure Cosmos D8 for storage.
The application must run offline when ships are at sea The application must be connected to Azure when ships are in port.
Which Azure Cosmos D8 API should you use for the application?
  • Question 223

    You develop an application that sells Al generated images based on user input. You recently started a marketing campaign that displays unique ads every second day.
    Sales data is stored in Azure Cosmos DB with the date of each sale being stored in a property named
    'whenFinished'.
    The marketing department requires a view that shows the number of sales for each unique ad.
    You need to implement the query for the view.
    How should you complete the query? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 224

    You are developing several microservices to deploy to a Azure Service cluster. The microservices manage data stored in Azure Cosmos DB and Azure Blob storage. The data is secured by using customer-managed keys stored in Aue Key Vault.
    You must automate key rotation for all Key Vault keys and allow for manual key rotation. Keys must rotate every three months. Notifications Of expiring keys must be sent before key expiry.
    You need to configure key rotation and enable key expiry notifications.
    Which two actions should you perform? Each correct answer presents part Of solution.
    NOTE: Each correct selection is worth
  • Question 225

    You are configuring a new development environment for a Java application.
    The environment requires a Virtual Machine Scale Set (VMSS), several storage accounts, and networking components.
    The VMSS must not be created until the storage accounts have been successfully created and an associated load balancer and virtual network is configured.
    How should you complete the Azure Resource Manager template? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.