Microsoft AZ-202 Study Guides 2021

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

Check AZ-202 free dumps before getting the full version:

NEW QUESTION 1
You ate creating a flight reservations chatbot in a web app. You use Language Understanding Intelligence Services (LUIS) and Microsoft Cognitive Service APIs to create the chatbot. You add a pre built domain and provide intents and utterances. You need more than the intent name for your chatbot to act on concepts. You need to choose entities for those concepts that have actions assigned for the app.
Which entities should you use? 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 2
    You need to ensure disaster recovery requirements are met. What code should you add at line PC16?
    To answer, drag the appropriate code fragments to the correct locations. Each code fragment 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.
    AZ-202 dumps exhibit

      Answer:

      Explanation: AZ-202 dumps exhibit

      NEW QUESTION 3
      You are developing an Azure Batch solution to perform CPU intensive calculations. The calculates occur at a specific time each week and last for approximately one hour. Before any changes are made, a t.mer must be created to measure the MM duration. The timer must start before the first calculation .s queued to run on the compute node. You need to implement the timer. Before which tine should the timer be created?

      • A. CloudJob = batchClient.JobOperations.CreateJob();
      • B. batchClient.JobOperations.AddTask(JobId, tasks);
      • C. batchClient.Utilities.CreateTaskStateMonitor().WaitAll(addedTasks, TaskState.Completed, timeout);
      • D. using (BatchClient batchClient = BatchClient.Open(cred))

      Answer: B

      Explanation: References:
      https://docs.microsoft.com/en-us/azure/batch/quick-run-dotnet

      NEW QUESTION 4
      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 ensure that authentication events are triggered and processed according to the policy.
      Solution: Ensure that signout events have a subject prefix. Create an Azure Event Grid subscription that uses the subject Begins With filter.
      Does the solution meet the goal?

      • A. Yes
      • B. No

      Answer: A

      NEW QUESTION 5
      You are developing an application that consists of an ASP.NET Core Web API website and a WebJob that starts automatically and runs continuously. You are building the deployment process for the application.
      You need to ensure that both the website and the WebJob are deployed.
      How should you structure the deployment folders? To answer, drag the appropriate path segments to the correct locations. Each path segment 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.
      AZ-202 dumps exhibit

        Answer:

        Explanation: AZ-202 dumps exhibit

        NEW QUESTION 6
        You have a web application that runs on a single Azure virtual machine (VM) instance. The application performs time-consuming and CPU-intensive workloads. During peak hours, the application runs more slowly and the user experience is degraded.
        You need to improve the performance of the application while minimizing costs.
        Which two actions should you perform? Each correct answer presents a complete solution.
        NOTE Each correct selection is worth one point.

        • A. Create and set up additional VM instances as additional web servers to host the application.
        • B. Change the VM type to the Compute Optimized F-Series size.
        • C. Set up and configure a central Redis Cache server and implement caching on web servers.
        • D. Set up and configure an Azure Queue in a storage accoun
        • E. Configure the web application to add tasks to the queue.
        • F. Set up and configure an Azure Service Bus Queu
        • G. Configure the web application to add tasks to the queue.

        Answer: B

        NEW QUESTION 7
        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 develop an entertainment application where users can buy and trade virtual real estate. The application must scale to support thousands of users.
        The current architecture includes five Azure Virtual Machines (VM) that connect to an Azure SQL Database for account information and Azure Table Storage for backend services. A user interacts with these components in the cloud at any given time
        - Routing Service – Routes a request to the appropriate service and must not persist data across sessions
        - Account Service – Stores and manages all account information and authentication and requires data to persist across sessions.
        - User Service – Stores and manages all user information and requires data to persist across sessions.
        - Housing Network Service – Stores and manages the current real-estate economy and requires data to persist across sessions.
        - Trade Service – Stores and manages virtual trade between accounts and requires data to persist across sessions.
        Due to volatile user traffic, a microservices solution is selected for scale agility.
        You need to migrate to a distributed microservices solution on Azure Service Fabric. Solution: Deploy a Windows container to Azure Service Fabric for each component. Does the solution meet the goal?

        • A. YES
        • B. NO

        Answer: B

        Explanation: We should use stateful services when we want data to persist, and stateless service when data must not persist. https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-introduction References:
        https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-introduction

        NEW QUESTION 8
        You are creating a bot for a company by using QnA Maker.
        You need to ensure that the company can update the bot without third-party assistance. What should you use? 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 9
          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 have the following resource groups:
          AZ-202 dumps exhibit
          Developers must conned to DevServer only through DevWorkstation. To maintain security, DevServer must not accept connections (rom the internet.
          You need to create a private connection between the DevWorkstation and DevServer.
          Solution: Configure a VNet-to-VNet VPN connection between the two private Virtual Networks using VPN gati allow connectivity between the DevServer and the DevWorkstation using their private IP addresses.
          Does the solution meet the goal?

          • A. Yes
          • B. No

          Answer: B

          NEW QUESTION 10
          You are developing an Azure Function App by using Visual Studio. The app will process orders Queue Storage.
          You need to review the Azure Function App code shown below.
          AZ-202 dumps exhibit
          AZ-202 dumps exhibit

            Answer:

            Explanation: AZ-202 dumps exhibit

            NEW QUESTION 11
            A company is developing a solution that allows smart refrigerators to send temperature information to a central location.
            The solution must receive and store messages until they can be processed. You create an Azure Service Bus instance by providing a name, pricing tier, subscription, resource group, and location.
            You need to complete the configuration.
            Which Azure CLI on PowerShell command should you run?
            A)
            AZ-202 dumps exhibit
            B)
            AZ-202 dumps exhibit
            C)
            AZ-202 dumps exhibit
            D)
            AZ-202 dumps exhibit

            • A. Option A
            • B. Option B
            • C. Option C
            • D. Option D

            Answer: D

            Explanation: Topic 4, Proseware, Inc
            Background
            You are a developer for Proseware, Inc. You are developing an application that applies a set of governance policies for Proseware's internal services, external services, and applications. The application will also provide a shared library for common functionality.
            Requirements Policy service
            You develop and deploy a stateful ASP.NET Core 2.1 web application named Policy service to an Azure App Service Web App. The application reacts to events from Azure Event Grid and performs policy actions based on those events.
            The application must include the Event Grid Event ID field in all Application Insights telemetry.
            Policy service must use Application Insights to automatically scale with the number of policy actions that it is performing.
            Policies Log policy
            All Azure App Service Web Apps must write logs to Azure Blob storage. All log files should be saved to a container named logdrop. Logs must remain in the container for 15 days.
            Authentication events
            Authentication events are used to monitor users signing in and signing out. All authentication events must be processed by Policy service. Sign outs must be processed as quickly as possible.
            Policylib
            You have a shared library named PolicyLib that contains functionality common to all ASP.NET Core web services and applications. The Policy Lib library must
            • Exclude non-user actions from Application Insights telemetry.
            • Provide methods that allow a web service to scale itself.
            • Ensure that scaling actions do not disrupt application usage.
            Other
            Anomaly detection service
            You have an anomaly detection service that analyzes log information for anomalies. It is implemented as an Azure as a web service.
            If an anomaly is detected, an Azure Function that emails administrators is called by using an HTTP WebHook.
            Health monitoring
            All web applications and services have health monitoring at the /health service endpoint.
            Issues Policy loss
            When you deploy Policy service, policies may not be applied if they were in the process of being applied during the deployment.
            Performance issue
            When under heavy load, the anomaly detection service undergoes slowdowns and rejects connections.
            Notification latency
            Users report that anomaly detection emails can sometimes arrive several minutes after an anomaly is detected.
            App code EnventGridController.cs
            Relevant portions of the app files are shown below. Line numbers are included for reference only and include a two-character prefix that denotes the specific file to which they belong.
            AZ-202 dumps exhibit
            AZ-202 dumps exhibit
            LoginEvents.cs
            Relevant portions of the app files are shown below. Line numbers are included for reference only and include a two-character prefix that denotes the specific file to which they belong.
            AZ-202 dumps exhibit

            NEW QUESTION 12
            A company uses Azure SQL Database to store data for an app. The data includes sensitive information.
            You need to implement measures that allow only members of the managers group to see sensitive information. Which two actions should you perform? Each correct answer presents part of the solution.
            NOTE: Each correct selection is worth one point.
            AZ-202 dumps exhibit

            • A. Option A
            • B. Option B
            • C. Option C
            • D. Option D
            • E. Option E

            Answer: BD

            Explanation: Dynamic data masking helps prevent unauthorized access to sensitive data by enabling customers to designate how much of the sensitive data to reveal with minimal impact on the application layer.
            SQL users excluded from masking - A set of SQL users or AAD identities that get unmasked data in the SQL query results.
            Note: The New-AzureRmSqlDatabaseDataMaskingRule cmdlet creates a data masking rule for an Azure SQL database.
            References:
            https://docs.microsoft.com/en-us/powershell/module/azurerm.sql/new-azurermsqldatabasedatamaskingrule?view

            NEW QUESTION 13
            You need to resolve the log capacity issue. What should you do?

            • A. Implement Application Insights Sampling.
            • B. Change the minimum log level in the host.json file for the function.
            • C. Create an Application Insights Telemetry Filter.
            • D. Set a LogCategoryFilter during startup.

            Answer: A

            NEW QUESTION 14
            A company is developing a software as a service (SaaS) solution in Azure for other business to manage customers. The solution includes the following Azure SQL Database instances. Customer data exists in all databases.
            AZ-202 dumps exhibit
            Customers may request that the company remove data that relates to the customer. If a customer makes a deletion request, all details from the customer must be removed from the solution. All deletions for a customer must occur in one distributed transaction that includes the CRM, ERP, and Marketing databases.
            You need to activate support for transactions over multiple databases on the same logical server and activate support for transactions over multiple servers.
            Which actions and Azure PowerShell command should you use? 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: Use a transaction scope
              The TransactionScope class establishes an ambient transaction in .NET. (An “ambient transaction” is one that lives in the current thread.) All connections opened within the TransactionScope participate in the transaction. If different databases participate, the transaction is automatically elevated to a distributed transaction.
              Box 2: New-AzureRmSqlServerCommunicationLink
              New-AzureRmSqlServerCommunicationLink: Use this cmdlet to create a new communication relationship between two logical servers in Azure SQL DB. The relationship is symmetric which means both servers can initiate transactions with the other server.
              References:
              https://docs.microsoft.com/en-us/azure/sql-database/sql-database-elastic-transactions-overview

              NEW QUESTION 15
              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 LabelMaket application
              Solution; Create a conditional access policy and assign it to the Azure Kubernetes service cluster. Does the solution meet the goal?

              • A. Yes
              • B. No

              Answer: B

              Explanation: Scenario: The LabelMaker applications must be secured by using an AAD account that has full access to all namespaces of the Azure Kubernetes Service (AKS) cluster.
              Before an Azure Active Directory account can be used with the AKS cluster, a role binding or cluster role binding needs to be created.
              References:
              https://docs.microsoft.com/en-us/azure/aks/aad-integration

              NEW QUESTION 16
              You develop a bot by using Language Understanding Intelligence Service (LUIS) and the .NET Bot framework. You use LUIS in the Azure portal to optimize the bot.
              You review the utterances and determine that users are requesting time and venue information for events. You need to improve the prediction efficiency of the bot.
              Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
              NOTE: Each correct selection is worth one point.
              AZ-202 dumps exhibit

                Answer:

                Explanation: Step 1: Create an intent for each event type Identify your intents
                Step 2: Add example utterances
                Create example utterances for each intent Step 3: Create a List Entity
                Identify your entities
                A list entity is an explicitly specified list of values. Each value consists of one or more synonyms. In a travel app, you might choose to create a list entity to represent airport names.
                References:
                https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-plan-your-app

                100% Valid and Newest Version AZ-202 Questions & Answers shared by 2passeasy, Get Full Dumps HERE: https://www.2passeasy.com/dumps/AZ-202/ (New 150 Q&As)