getcertified4sure.com

Microsoft AZ-202 Braindumps 2021




Your success in AZ-202 Exam Questions is our sole target and we develop all our AZ-202 Free Practice Questions in a way that facilitates the attainment of this target. Not only is our AZ-202 Dumps Questions material the best you can find, it is also the most detailed and the most updated. AZ-202 Braindumps for Microsoft AZ-202 are written to the highest standards of technical accuracy.

Free AZ-202 Demo Online For Microsoft Certifitcation:

NEW QUESTION 1
A company has a series of mobile games on Azure with an online community. The moderators need to filter offens.ve text, and additional .terns such as
The company wants to implement a solution using Azure Content Moderation. You need to select API or Azure service options for the solution.
Which two APIs or Azure service should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • A. Azure Bot Service
  • B. Custom Term List API
  • C. Language Understanding Intelligence System (LUIS) API
  • D. Text Moderation API
  • E. Text Analytics API

Answer: CD

NEW QUESTION 2
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 use ASP.NET Core MVC with ADO.NET to develop an application. You implement database sharding for the application by using Azure SQL Database. You establish communication links between the shard databases.
You need to implement a strategy that allows a group of operations that are performed on multiple Azure databases to be rolled back on all databases if any of the operations fail.
Solution:
• Deploy a SQL database instance in an Azure Virtual Machine (VM).
• Establish linked servers to each Azure SQL Database instance from the SQL Server instance in the VM.
• Create a stored procedure in the VM that performs the update operations using a distributed transaction and commits them if successful.
• Run the SQL stored procedure on the SQL Server instance in the VM. Does the solution meet the goal?

  • A. Yes
  • B. No

Answer: B

NEW QUESTION 3
You have implemented code that uses elastic transactions spanning across three different Azure SQL Database logical servers. Database administrators report that some transactions take longer to complete than expected.
You need to use the correct tool to monitor all the transactions originating from the elastic transaction implementation. Which tool should you use?

  • A. Run the sys.dm_tran_active_transactions dynamic management view.
  • B. Run the sys.dm_tran_current_snapshot dynamic management view.
  • C. Run the sys.dm_tran_active_snapshot_database_transactions dynamic management
  • D. Use the dependencies section of Azure Applications Insights.

Answer: A

Explanation: Use Dynamic Management Views (DMVs) in SQL DB to monitor status and progress of your ongoing elastic database transactions.
These DMVs are particularly useful:
sys.dm_tran_active_transactions: Lists currently active transactions and their status. The UOW (Unit Of Work) column can identify the different child transactions that belong to the same distributed transaction. All transactions within the same distributed transaction carry the same UOW value.
sys.dm_tran_database_transactions: Provides additional information about transactions, such as placement of the transaction in the log.
sys.dm_tran_locks: Provides information about the locks that are currently held by ongoing transactions References:
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-elastic-transactions-overview

NEW QUESTION 4
You plan to create a Docker image that runs an ASP.NET Core application named ContosoApp. You have a setup script named setupScript.psl and a series of application files including ConlosoApp.dll.
You need to create a Dockertile document that meets the following requirements:
• Call setupScript.psl when the container is built.
• Run ContosoApp.dll when the container starts.
The Dockerfile document must be created in the same folder where ContosoApp.dll and setupScript.psl are stored.
Which four commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.
AZ-202 dumps exhibit

    Answer:

    Explanation: AZ-202 dumps exhibit

    NEW QUESTION 5
    You have an Azure App Service API that allows users to upload documents to the cloud with a mobile device. A mobile app connects to the service by using REST API calls. When new document is uploaded to the service, the service extracts the document metadata. Usage statistics for the app show significant increases in app usage.
    The extraction process is CPU-intensive. You plan to modify the API to use a queue.
    You need to ensure that the solution scales, handles request spikes, and reduces costs between request spikes. What should you do?

    • A. Configure a CPU Optimized virtual machine (VM) and install the Web App service
    • B. Move the extraction logic into an Azure Functio
    • C. Create a queue triggered
    • D. Move the extraction logic into WebJob
    • E. Configure WebJobs to run in a loop and process a queue.
    • F. Move the extraction logic into Azure Batc
    • G. Configure Azure Batch to process from a queue across a pool of virtual machine (VM) nodes.

    Answer: D

    NEW QUESTION 6
    You develop cloud solutions an organization. The organization creates a mailing list for each new project that is announced to the public. You add users manually to a Mail Chimp list when a request email is sent to a community manager’s Microsoft Office 365 email account.
    You need to automate the process of adding new users to the Mail Chimp list by using an Azure Logic App. Which five actions should you perform in sequence? To answer, move the appropriate actions form the list of actions to the answer area and arrange them in the correct order.
    AZ-202 dumps exhibit

      Answer:

      Explanation: AZ-202 dumps exhibit

      NEW QUESTION 7
      You develop an IoT solution by using Node.js. The solution is ready to deploy to the production environment.
      You must implement the device twin capabilities of Azure IoT Hub. You must register a sensor named Sensor00. The IoT Hub name is Hub01.
      You need to register the endpoint with ContosoHub01 so that you can configure them from your solution. Which four commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.
      AZ-202 dumps exhibit

        Answer:

        Explanation: Step 1: az extension add --name azure-cli-iot-ext
        Run the following command in the command-line environment where you are using the Azure CLI to install the IoT extension:
        az extension add --name azure-cli-iot-ext Step 2: az iot hub device-identity create
        --hub-name {Hub01}
        --device-id Sensor00
        Create a new device identity called myDeviceId and retrieve the device connection string with these commands:
        az iot hub device-identity create --device-id myDeviceId --hub-name {Your IoT Hub name}
        az iot hub device-identity show-connection-string --device-id myDeviceId --hub-name {Your IoT Hub name}
        -o table
        Step 3: az iot hub device-identity show-connection-string
        --hub-name {Hub01}
        --device-id Sensor00
        --output table Step 4:
        Create the service app
        In this section, you create a Node.js console app that adds location metadata to the device twin. npm install azure-iothub --save
        References:
        https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-node-node-twin-getstarted

        NEW QUESTION 8
        You develop a live streaming solution using Azure Media Services.
        You need to configure live Streaming tor single bitrate encoding. All recorded content must be retained for 20 hours.
        Which three actions should you perform in sequence? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
        AZ-202 dumps exhibit

          Answer:

          Explanation: AZ-202 dumps exhibit

          NEW QUESTION 9
          Your company is migrating applications to Azure. The U department must allow internal developers to communicate with Microsoft support.
          The service agents of the IT department must only have view resources and create support ticket permissions to all subscriptions. A new custom role must be created by reusing a default role definition and changing the permissions.
          You need to create the custom role.
          To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
          AZ-202 dumps exhibit

            Answer:

            Explanation: AZ-202 dumps exhibit

            NEW QUESTION 10
            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 use ASP.NET Core MVC with ADO.NET to develop an application. You implement database sharding for the application by using Azure SQL Database. You establish communication links between the shard databases.
            You need to implement a strategy that allows a group of operations that are performed on multiple Azure databases to be rolled back on all databases if any of the operations fail.
            Solution:
            • In the .NET method, define a new transaction in a using block.
            • Within the using block, establish connections to each Azure SQL Database instance.
            • Run the SQL operations on each connection. If no exception occurs, commit the transaction. Does the solution meet the goal?

            • A. Yes
            • B. No

            Answer: A

            NEW QUESTION 11
            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.

            • A. Retrieve records from Offline Data Sync on every call to the PullAsync method.
            • B. Retrieve records from Offline Data Sync using an Incremental Sync.
            • C. Push records to Offline Data Sync using an Incremental Sync.
            • D. Return the updatedAt column from the Mobile Service Backend and implement sorting by using the column.
            • E. Return the updatedAt column from the Mobile Service Backend and implement sorting by the message id.

            Answer: BD

            NEW QUESTION 12
            You need to ensure that you can deploy the LabelMaker application.
            How should you complete the CLI commands? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
            AZ-202 dumps exhibit

              Answer:

              Explanation: Box 1: group
              Create a resource group with the az group create command. An Azure resource group is a logical group in which Azure resources are deployed and managed.
              The following example creates a resource group named myResourceGroup in the westeurope location. az group create --name myResourceGroup --location westeurope
              Box 2: CohoWinterLabelMaker
              Use the resource group named, which is used in the second command. Box 3: aks
              The command az aks create, is used to create a new managed Kubernetes cluster. Box 4: monitoring
              Scenario: LabelMaker app
              Azure Monitor Container Health must be used to monitor the performance of workloads that are deployed to Kubernetes environments and hosted on Azure Kubernetes Service (AKS).
              You must use Azure Container Registry to publish images that support the AKS deployment.

              NEW QUESTION 13
              Note: This question is part of a series of questions that present the same scenario.
              Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. You need to meet the vendor notification requirement.
              Solution: Update the Delivery API to send emails by using a cloud -based email service. Does the solution meet the goal?

              • A. Yes
              • B. No

              Answer: B

              Explanation: Topic 3, Mix Questions
              In this section, you will see one or more sets of questions with the same scenario and problem. Each question presents a unique solution to the problem, and you must determine whether the solution meets the stated goals. More than one solution might solve the problem. It is also possible that none of the solutions solve the problem.
              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.

              NEW QUESTION 14
              A company develops a series of mobile games. All games use a single leaderboard service. You have the following requirements:
              • Code should be scalable and allow for growth.
              • Each record must consist of a playerld, gameld, score, and time played.
              • When users reach a new high score, the system will save the new score using the SaveScore function below
              • Each game is assigned an Id based on the series title.
              You have the following code. (Line numbers are included for reference only.)
              AZ-202 dumps exhibit
              You store customer information in an Azure Cosmos database. The following data already exists in the database:
              AZ-202 dumps exhibit
              You develop the following code. (Line numbers are included for reference only.)
              AZ-202 dumps exhibit
              For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
              AZ-202 dumps exhibit

                Answer:

                Explanation: AZ-202 dumps exhibit

                NEW QUESTION 15
                You need to implement the purchase requirement. What should you do?

                • A. Use the Bot FrameworkREST API attachment operations to send the user's voice and the Speech Service API to recognize intents.
                • B. Use the Direct line REST API to send the user's voice and the Speech Service API to recognize intents.
                • C. Use the Speech Service API to send the user's voice and the Bot Framework REST API conversation operations to recognize intents.
                • D. Use the Bot Framework REST API conversation operations to send the user's voice and the Speech Service API to recognize intents.

                Answer: D

                Explanation: Scenario: Enable users to place an order for delivery or pickup by using their voice.
                You must develop a chatbot by using the Bot Builder SDK and Language Understanding Intelligence Service (LUIS). The chatbot must allow users to order food for pickup or delivery.
                The Bot Framework REST APIs enable you to build bots that exchange messages with channels configured in the Bot Framework Portal, store and retrieve state data, and connect your own client applications to your bots. All Bot Framework services use industry-standard REST and JSON over HTTPS.
                The Speech Service API is used to recognize intents. References:
                https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-concepts?view=azure- https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-recognize-intents-from-speech

                NEW QUESTION 16
                You need to add the Supporting Operating Systems section to the Getting Started document.
                How should you complete the section? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
                AZ-202 dumps exhibit

                  Answer:

                  Explanation: Scenario: Employees are provided with a getting started document when they first use the solution. The documentation includes details on supported operating systems for Azure File upload, and instructions on how to configure the mounted folder.
                  You can use Azure file shares on a Windows installation that is running either in an Azure VM or
                  on-premises. The following table illustrates which OS versions support accessing file shares in which environment:
                  References:
                  https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows

                  NEW QUESTION 17
                  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 even in network outages or other unforeseen failures.
                  • 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 in the Azure South-Central US region. You need to provision a SQL API 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-202 dumps exhibit

                    Answer:

                    Explanation: AZ-202 dumps exhibit

                    P.S. Easily pass AZ-202 Exam with 150 Q&As Certleader Dumps & pdf Version, Welcome to Download the Newest Certleader AZ-202 Dumps: https://www.certleader.com/AZ-202-dumps.html (150 New Questions)