AZ-202 Exam Questions - Online Test


AZ-202 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

certleader.com

Our pass rate is high to 98.9% and the similarity percentage between our AZ-202 Exam Questions and Answers and real exam is 90% based on our seven-year educating experience. Do you want achievements in the Microsoft AZ-202 exam in just one try? I am currently studying for the AZ-202 Free Practice Questions. Latest AZ-202 Exam Dumps, Try Microsoft AZ-202 Brain Dumps First.

Microsoft AZ-202 Free Dumps Questions Online, Read and Test Now.

NEW QUESTION 1
Note: This question is part of a series of questions that present the same scenario solution meets the stated goals.
You have the following resource groups:
AZ-202 dumps exhibit
Developers must connect to DevServer only through DevWorkstation. To maintain security, DevServer must not accept connections from the internet
You need to create a private connection between the DevWorkstation and DevServer.
Solution: Configure a public IP address on DevServer_WestCentral. Configure the Network Security Group to allow all incoming ports.
Does the solution meet the goal?

  • A. Yes
  • B. No

Answer: B

NEW QUESTION 2
You develop a gateway solution for a public facing news API. The news API back end is implemented as a RESTfuI service and uses an OpenAPI specification. You need to ensure that you can access the news API by using an Azure API Management service instance.
Which Azure 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

NEW QUESTION 3
Note: This question is part of a series of questions that present the same solution. Each question in the series contains a unique solution. Determine whether the meets the stated goals.
You connect to Azure by using a workstation that has a slow internet connection. You have two Azure file shares. You plan to transfer a series of large files from one container to another container. The workstation does not have sufficient disk space to store the files.
You define the following variables in Azure PowerShell:
AZ-202 dumps exhibit
You need to simultaneously transfer the large files as efficiently as possible. Solution: Run the following Azure PowerShell command:
AZ-202 dumps exhibit
Does the solution meet the goal?

  • A. Yes
  • B. No

Answer: B

NEW QUESTION 4
You need to deploy a new version of the LabelMaker application.
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: Build a new application image by using dockerfile
    Step 2: Create an alias if the image with the fully qualified path to the registry
    Before you can push the image to a private registry, you’ve to ensure a proper image name. This can be achieved using the docker tag command. For demonstration purpose, we’ll use Docker’s hello world image, rename it and push it to ACR.
    # pulls hello-world from the public docker hub
    $ docker pull hello-world
    # tag the image in order to be able to push it to a private registry
    $ docker tag hello-word <REGISTRY_NAME>/hello-world
    # push the image
    $ docker push <REGISTRY_NAME>/hello-world Step 3: Log in to the registry and push image
    In order to push images to the newly created ACR instance, you need to login to ACR form the Docker CLI. Once logged in, you can push any existing docker image to your ACR instance.
    Scenario:
    Coho Winery plans to move the application to Azure and continue to support label creation. 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.
    References:
    https://thorsten-hans.com/how-to-use-a-private-azure-container-registry-with-kubernetes-9b86e67b93b6 https://docs.microsoft.com/en-us/azure/container-registry/container-registry-tutorial-quick-task

    NEW QUESTION 5
    You need to tool code at line LE03 of Login Event to ensure that all authentication events are processed correctly. How should you complete the code? 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

      Topic 5, Coho WineryLabelMaker app
      Coho Winery produces, bottles, and distributes a variety of wines globally. You are a developer implementing highly scalable and resilient applications to support online order processing by using Azure solutions.
      Coho Winery has a LabelMaker application that prints labels for wine bottles. The application sends data to several printers. The application consists of five modules that run independently on virtual machines (VMs). Coho Winery plans to move the application to Azure and continue to support label creation.
      External partners send data to the LabelMaker application to include artwork and text for custom label designs.
      Requirements Data
      You identify the following requirements for data management and manipulation:
      • Order data is stored as nonrelational JSON and must be queried using Structured Query Language (SQL).
      • Changes to the Order data must reflect immediately across all partitions. All reads to the Order data must fetch the most recent writes.
      Security
      You have the following security requirements:
      • Users of Coho Winery applications must be able to provide access to documents, resources, and applications to external partners.
      • External partners must use their own credentials and authenticate with their organization's identity management solution.
      • External partner logins must be audited monthly for application use by a user account administrator to maintain company compliance.
      • Storage of e-commerce application settings must be maintained in Azure Key Vault.
      • E-commerce application sign-ins must be secured by using Azure App Service authentication and Azure Active Directory (AAD).
      • Conditional access policies must be applied at the application level to protect company content.
      • The LabelMaker application must be secured by using an AAD account that has full access to all namespaces of the Azure Kubernetes Service (AKS) cluster.
      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.
      Architecture
      AZ-202 dumps exhibit
      Issues
      Calls to the Printer API App fall periodically due to printer communication timeouts.
      Printer communication timeouts occur after 10 seconds. The label printer must only receive up to 5 attempts within one minute
      The order workflow fails to run upon initial deployment to Azure.
      Order.Json
      Relevant portions oi the app files are shown below. Line numbers are included for reference only. The JSON file contains a representation of the data for an order that includes a single item.
      AZ-202 dumps exhibit
      AZ-202 dumps exhibit

      NEW QUESTION 6
      You develop a website. You plan to host the website in Azure. You expect the website to experience high traffic volumes after it is published. You must ensure that the website remains available and responsive while minimizing cost. You need to deploy the website. What should you do?

      • A. Deploy the website to an App Service that uses the Shared service tie
      • B. Configure the App Service plan to automatically scale when the CPU load is high.
      • C. Deploy the website to a virtual machin
      • D. Configure the virtual machine to automatically scale when the CPU load is high.
      • E. Deploy the website to an App Service that uses the Standard service tie
      • F. Configure the App Service plan to automatically scale when the CPU load is high.
      • G. Deploy the website to a virtual machin
      • H. Configure a Scale Set to increase the virtual machine instance count when the CPU load

      Answer: C

      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 that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have 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 to implement a strategy that allows a group of operations that are performed on multiple Azure databases to be rolled back on all database if any of the operations fail.
      Solution
      • Create stored procedures in each Azure SQL database instance to perform operations for each respective database.
      • Invoke a named transaction and use the same name for the transaction in each stored procedure.
      • Establish a new transaction scope in a using block. Within the block, establish connections to each Azure SQL Database instance and run the stored procedure.
      • If no exception occurs, commit the scoped transaction. Does the solution meet the goal?

      • A. Yes
      • B. No

      Answer: B

      NEW QUESTION 8
      You need to update the Inventory API.
      Which development tools 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: Scenario: The Inventory API must be written by using ASP.NET Core and Node.js. Box 1: Entity Framework Core
        Box 2: Code first References:
        https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creatin

        NEW QUESTION 9
        You need to ensure that the solution can meet the scaling requirements for Policy Service. Which Azure Application Insights data model should you use?

        • A. an Application Insights metric
        • B. an Application Insights dependency
        • C. an Application Insights trace
        • D. an Application Insights event

        Answer: D

        NEW QUESTION 10
        You need to ensure that the upload format issue is resolved. What code should you add at line RU14?
        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: Box 1: HttpStatusCode.InternalServerError
          HttpStatusCode.InternalServerError is equivalent to HTTP status 500. InternalServerError indicates that a generic error has occurred on the server.
          Box 2: CannotDeleteFileOrDirectory
          HttpResponseMessage.ReasonPhrase Property gets or sets the reason phrase which typically is sent by servers together with the status code.
          Scenario: Upload format issue
          Employees occasionally report an issue with uploading a receipt using the web application. They report that when they upload a receipt using the Azure File Share, the receipt does not appear in their profile. When this occurs, they delete the file in the file share and use the web application, which returns a 500 Internal Server error page.
          References:
          https://docs.microsoft.com/en-us/dotnet/api/system.net.httpstatuscode?redirectedfrom=MSDN&view=netframew

          NEW QUESTION 11
          Note: 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.
          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 Microsoft Office 365 SMTP server. Does the solution meet the goal?

          • A. Yes
          • B. No

          Answer: B

          Explanation: Use a custom outbound Azure API Management policy. Scenario:
          If a vendor is nearing the number of calls or bandwidth limit, the API must trigger email notifications to the vendor.
          (API usage must not exceed 5,000 calls and 50,000 kilobytes of bandwidth per hour per vendor.) References:
          https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-policies

          NEW QUESTION 12
          You are developing a solution that requires serverless code execution in Azure.
          The solution has two functions that must run in a specific order.
          You need to ensure that the second function can use the output from the first function,
          How should you complete the code? 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 13
            You need to resolve a notification latency issue.
            Which two actions should you perform? Each correct answer presents part of the solution.
            NOTE: Each correct selection is worth one point

            • A. Ensure that the Azure Function is using an App Service plan.
            • B. Set Always On to false
            • C. Ensure that the Azure Function is set to use a consumption plan.
            • D. Set Always On to true.

            Answer: AD

            Explanation: Azure Functions can run on either a Consumption Plan or a dedicated App Service Plan. If you run in a dedicated mode, you need to turn on the Always On setting for your Function App to run properly. The Function runtime will go idle after a few minutes of inactivity, so only HTTP triggers will actually "wake up" your functions. This is similar to how WebJobs must have Always On enabled.
            Scenario: Notification latency: Users report that anomaly detection emails can sometimes arrive several minutes after an anomaly is detected.
            Anomaly detection service: You have an anomaly detection service that analyzes log information for anomalies. It is implemented as an Azure Machine Learning model. The model is deployed as a web service.
            If an anomaly is detected, an Azure Function that emails administrators is called by using an HTTP WebHook. References:
            https://github.com/Azure/Azure-Functions/wiki/Enable-Always-On-when-running-on-dedicated-App-Service-Pl

            NEW QUESTION 14
            You need to ensure that security policies are met. What code should you add at Line PC26?
            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 15
              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 16
                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 17
                  You are creating a script that will run a large workload on an Azure Batch pool. Resources will be reused and do not need to be cleaned up after use.
                  You have the following parameters:
                  AZ-202 dumps exhibit
                  You need to write an Azure CU script that will create the jobs, tasks, and the pool.
                  In which order should you arrange the commands to develop the solution? To answer, Move the appropriate commands from the list of command segments to the answer area and arrange them in the correct order.
                  AZ-202 dumps exhibit

                    Answer:

                    Explanation: AZ-202 dumps exhibit

                    NEW QUESTION 18
                    You need to ensure the security policies are met. What code do you add at line CS07?
                    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

                    NEW QUESTION 19
                    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 20
                    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 LabelMaker application security requirement.
                    Solution: Place the Azure Active Directory account into an Azure AD group. Create a ClusterRoleBinding and assign it to the group.
                    Does the solution meet the goal?

                    • A. Yes
                    • B. No

                    Answer: A

                    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.
                    Permissions can be granted within a namespace with a RoleBinding, or cluster-wide with a ClusterRoleBinding.
                    References:
                    https://kubernetes.io/docs/reference/access-authn-authz/rbac/

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