Question 161

You are planning to deploy an application named App1 that will run in containers on Azure Kubernetes Service (AKS) clusters. The AKS clusters will be distributed across four Azure regions.
You need to recommend a storage solution for App1. Updated container images must be replicated automatically to all the AKS clusters.
Which storage solution should you recommend?
  • Question 162

    You have an on-premises application named App1 that uses an Oracle database.
    You plan to use Azure Databricks to load data from App1 to an Azure SQL Data Warehouse instance You need to ensure that the App1 data is available to Databricks.
    Which two Azure services should you include in the solution? Each correct answer presents part of the solution.
    NOTE Each correct selection is worth one point.
  • Question 163

    You plan to import data from your on-premises environment into Azure. The data is shown in the following table.

    What should you recommend using to migrate the data? To answer, drag the appropriate tools to the correct data sources. Each tool 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 164

    You are designing an order processing system in Azure that will contain the Azure resources shown in the following table.

    The order processing system will have the following transaction flow:
    * A customer will place an order by using App1.
    * When the order is received, App1 will generate a message to check for product availability at vendor 1 and vendor 2.
    * An integration component will process the message, and then trigger either Function1 or Function2 depending on the type of order.
    * Once a vendor confirms the product availability, a status message for App1 will be generated by Function1 or Function2.
    * All the steps of the transaction will be logged to storage1.
    Which type of resource should you recommend for the integration component?
  • Question 165

    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 designing an Azure solution for a company that has four departments. Each department will deploy several Azure app services and Azure SQL databases.
    You need to recommend a solution to report the costs for each department to deploy the app services and the databases. The solution must provide a consolidated view for cost reporting that displays cost broken down by department.
    Solution: Create a separate resource group for each department. Place the resources for each department in its respective resource group.
    Does this meet the goal?