aiotestking uk

AZ-202 Exam Questions - Online Test


AZ-202 Premium VCE File

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

It is impossible to pass Microsoft AZ-202 exam without any help in the short term. Come to us soon and find the most advanced, correct and guaranteed AZ-202 Exam Dumps. You will get a surprising result by our AZ-202 Braindumps.

Online AZ-202 free questions and answers of New Version:

NEW QUESTION 1
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 2
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 3
You need to ensure that security requirements are met.
What value should be used for the ConnectionString field on line DB03 in the Database class? 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: Integrated Security=SSPI
    Integrated security: For all data source types, connect using the current user account. For SqlClient you can use Integrated Security=true; or Integrated Security=SSPI;
    Scenario: All access to Azure Storage and Azure SQL database must use the application’s Managed Service Identity (MSI)
    Box 2: Encrypt = True
    Scenario: All data must be protected in transit. References:
    https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/connection-string-syntax

    Topic 2, Chatbot
    Background
    Best for You Organics Company is a global restaurant franchise that has multiple locations. The company wants to enhance user experiences and vendor integrations. The company plans to implement automated mobile ordering and delivery services.
    Best For You Organics hosts an Azure web app at the URL https://www.bestforyouorganics.com.
    Users can use the web app to browse restaurant locations, menu items, nutritional, information, and company information. The company developed and deployed a cross-platform mobile app.
    Requirements
    You must develop a chartbot 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 chatbot must meet the following requirements:
    Ensure that chatbot endpoint can be accessed only by the Bot Framework connector.
    Use natural language processing and speech recognition so that users can interact with the chatbot by using text and voice. Processing must be server-based.
    Alert users about promotions at local restaurants.
    Enable users to place an order for delivery or pickup by using their voice.
    Greet the user upon sigh-in by displaying a graphical interface that contains action buttons.
    The chatbot greeting interface must match the formatting of the following example:
    AZ-202 dumps exhibit
    Vendor API
    Vendors receive and provide updates for the restaurant inventory and delivery services by using Azure API Management hosted APIs. Each vendor uses their own subscription to access each of the APIs.
    APIs must meet the following conditions:
    API usage must not exceed 5,000 calls and 50,000 kilobytes of bandwidth per hour per vendor.
    If a vendor is nearing the number of calls or bandwidth limit, the API must trigger email notifications to the vendor.
    APIs must prevent API usage spikes on a per-subscription basis by limiting the call rate to 100 calls per minute.
    The Inventory API must be written by using ASP.NET Core and Node.js.
    The API must be updated to provide an interface to Azure SQL Database. Database objects must be managed by using code.
    The Delivery API must be protected by using the OAuth 2.0 protocol with Azure Active Directory (Azure AD) when called from the Azure web app. You register the Delivery API and web app in Azure AD. You enable OAuth 2.0 in the web app.
    The delivery API must update the Products table, the Vendor transactions table, and the Billing table in a single transaction.
    The Best For You Organics Company architecture team has created the following diagram depicting the expected deployments into Azure:
    AZ-202 dumps exhibit
    Delivery API
    The Delivery API intermittently throws the following exception:
    AZ-202 dumps exhibit
    Chatbot greeting
    The chatbot’s greeting does not show the user’s name. You need to debug the chatbot locally.
    Language processing
    Users report that the bot fails to understand when a customer attempts to order dishes that use Italian names. 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.
    Startup.cs
    AZ-202 dumps exhibit

    NEW QUESTION 4
    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 5
    You need to provision and deploy the order workflow.
    Which three components should you include? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point

    • A. Workflow definition
    • B. Connections
    • C. Resources
    • D. Functions
    • E. On-premises Data Gateway

    Answer: CDE

    NEW QUESTION 6
    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 7
    You develop software solutions for a media services company. You plan to analyze a collection of video files by using Azure Video Indexer.
    You need to only generate audio transcripts from the files, as quickly as possible, without incurring extra costs.
    To which value should you set the Azure Video Indexer streammgPreset option?

    • A. Default
    • B. SingleBitrate
    • C. NoStreaming
    • D. AdaptiveBitrate

    Answer: C

    NEW QUESTION 8
    A company is developing a new website that uses Azure Cosmos DB for data storage. You need to implement a method to retrieve one item by identifier.
    The method must run as efficiently as possible.
    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.
    AZ-202 dumps exhibit
    AZ-202 dumps exhibit

      Answer:

      Explanation: AZ-202 dumps exhibit

      NEW QUESTION 9
      You have an app that stores player scores for an online game. The app stores data in Azure tables using a class named PlayerScore as the table entity. The table is populated with 100,000 records.
      You are reviewing the following section of code that is intended to retrieve 20 records where the player score exceeds 15,000. (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 10
        A company is migrating an existing on-premises third-party website to Azure. The website is stateless. The company does not have access to the source code for the website. They do have the original installer. The number of visitors at the website vanes throughout the year.
        The on-premises infrastructure was resized to accommodate peaks but the extra capacity was not used. You need to implement a virtual machine scale set instance.
        What should you do?

        • A. Use only default diagnostics metrics to trigger autoscaling.
        • B. Create 100 autoscale settings per resource.
        • C. Scale out by one instance when the average CPU usage of one of the instances is over 80 percent
        • D. Use Azure Monitor to create autoscale settings using custom metrics

        Answer: D

        Explanation: Azure Monitor autoscaling allows you to scale the number of running instances up or down, based on telemetry data (metrics).
        References:
        https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/insights-autoscale-common-metrics

        NEW QUESTION 11
        You are developing an internal website for employees to view sensitive data. The website uses Azure Active Directory (AAD) for authentication. You need to implement multifactor authentication for the website.
        What should you do? Each correct answer presents part of the solution. NOTE; Each correct selection is worth one point.

        • A. In Azure AD, create a new conditional access policy.
        • B. In Azure AD, enable application proxy.
        • C. Configure the website to use Azure AD B2C.
        • D. In Azure AD conditional access, enable the baseline policy.
        • E. Upgrade to Azure AD Premium.

        Answer: CE

        NEW QUESTION 12
        A construction company creates three-dimensional models from photographs and design diagrams of buildings. The company plans to store high-resolution photographs and blueprint files in Azure Blob Storage. The files are currently stored in the construction company’s office.
        You are developing a tool to connect to Azure Storage, create container, and then upload the files. The tool must remain responsive to the end user while it is running and performing remote I/O operations. It must also wait for methods to complete before continuing.
        You need to complete the configuration.
        How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct solution is worth one point.
        AZ-202 dumps exhibit

          Answer:

          Explanation: Box 1: ProcessAsync();
          Box 2: await cloudBlobContainer.CreatAsync();
          If you specify that a method is an async method by using the async modifier, you enable the following two capabilities.
          The marked async method can use await to designate suspension points. The await operator tells the compiler that the async method can't continue past that point until the awaited asynchronous process is complete. In the meantime, control returns to the caller of the async method.
          The suspension of an async method at an await expression doesn't constitute an exit from the method, and finally blocks don’t run.
          The marked async method can itself be awaited by methods that call it. References:
          https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/

          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 ensure that authentication events are triggered and processed according to the policy.
          Solution: Create a new Azure Event Grid subscription for all authentication that delivers messages to an Azure Event Hub. Use the subscription to process signout events.
          Does the solution meet the goal?

          • A. Yes
          • B. No

          Answer: B

          Explanation: Use a separate Azure Event Grid topics and subscriptions for sign-in and sign-out events.
          Scenario: 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.

          NEW QUESTION 14
          You are developing a .NET Core MVC application for customers to research hotels. The application will use Azure Search. The application will search the index using various criteria to local domains to hotels. The index will include search fields for rate, a list of amenities, and distance to the nearest airport.
          The application must support the following scenarios for specifying search criteria and organizing results:
          • Search the index by using regular expressions.
          • Organize results by counts for name-value pairs.
          • List hotels within a specified distance to an airport and that fall within a specific price range. You need to configure the Search Para meters class.
          Which properties should you configure? 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
            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: Create a Service Fabric Cluster with a stateful Reliable Service for Routing Service. Deploy a Guest Executable to 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. References:
            https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-introduction

            NEW QUESTION 16
            You are developing an online order website that uses Azure Durable Functions- You develop the following processes for the website:
            AZ-202 dumps exhibit
            You need to identity what types of functions to use for each step of the process.
            Which function types should you use? To answer, drag the appropriate function types to the correct operations. Each function type 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.
            You need to identify what types of functions to use for each step of the process.
            Which function types should you use? To answer, drag the appropriate function types to the correct operations. Each function type 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 17
              You develop software solutions for a web services company. You have the following code. (Line numbers are for reference only.)
              AZ-202 dumps exhibit
              You need to implement an immediate response customer support solution for the company’s website. 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

                Recommend!! Get the Full AZ-202 dumps in VCE and PDF From Surepassexam, Welcome to Download: https://www.surepassexam.com/AZ-202-exam-dumps.html (New 150 Q&As Version)